Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
59e30579
Commit
59e30579
authored
Sep 27, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
清算模式-CIPS系统
parent
b3ce8454
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
198 additions
and
32 deletions
+198
-32
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+198
-32
No files found.
src/views/Business/Cptopn/Opnp1.vue
View file @
59e30579
...
...
@@ -886,6 +886,202 @@
</el-col>
</el-col>
<!-- ====================清算模式-CIPS系统===================== -->
<el-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'S'"
style=
"margin-top: 20px"
>
<!-- =========左========== -->
<el-col
:span=
"11"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"付款人名称"
>
<c-input
type=
"textarea"
v-model=
"model.cptp.orcnam"
maxlength=
"40"
show-word-limit
placeholder=
"请输入付款人名称"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"付款人地址"
>
<c-input
type=
"textarea"
v-model=
"model.cptp.orcadr"
maxlength=
"40"
show-word-limit
placeholder=
"请输入付款人地址"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
>
<c-input
type=
"textarea"
v-model=
"model.cptp.pyenam"
maxlength=
"40"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"收款人地址"
>
<c-input
type=
"textarea"
v-model=
"model.cptp.pyeadr"
maxlength=
"40"
show-word-limit
placeholder=
"请输入收款人地址"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"帐号"
prop=
"cpdgrp.rec.orcact"
>
<c-input
v-model=
"model.cpdgrp.rec.orcact"
style=
"width: 90%"
maxlength=
"35"
placeholder=
""
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"17"
>
<el-form-item
label=
"汇款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入汇款人"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
<c-button
size=
"small"
type=
"primary"
disabled
>
Details
</c-button>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
v-model=
"model.cpdgrp.orc.namelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称"
style=
"width: 90%"
readonly
></c-input>
</el-form-item>
</el-col>
</el-col>
<!-- =========右========== -->
<el-col
:span=
"11"
:offset=
"1"
>
<el-col
:span=
"4"
:offset=
"18"
>
<c-checkbox
v-model=
"model.cptp.flg"
>
电汇凭证
</c-checkbox>
</el-col>
<el-col
:span=
"24"
style=
"margin-top:15px"
>
<el-form-item
label=
"收款直参行号"
>
<c-input
v-model=
"model.cptp.reconebch"
maxlength=
"35"
style=
"width:80%"
placeholder=
"请输入收款直参行号"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"收款直参名称"
>
<c-input
type=
"textarea"
v-model=
"model.cptp.reconebchnam"
maxlength=
"35"
style=
"width:80%"
show-word-limit
placeholder=
"请输入收款直参名称"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
><el-form-item
label=
"业务种类"
>
<c-select
v-model=
"model.cptp.bustyp"
style=
"width: 60%"
placeholder=
"请选择业务种类"
disabled
>
<el-option
v-for=
"item in codes.bustyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"附言"
>
<c-input
type=
"textarea"
v-model=
"model.cptp.commet"
maxlength=
"35"
show-word-limit
placeholder=
"请输入附言"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"帐号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.act"
style=
"width: 90%"
maxlength=
"35"
placeholder=
""
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"17"
>
<el-form-item
label=
"收款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入收款人"
></c-input>
</el-form-item>
</el-col>
<el-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
>
i
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Details
</c-button>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
v-model=
"model.cpdgrp.orc.namelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称"
style=
"width: 90%"
></c-input>
</el-form-item>
</el-col>
</el-col>
</el-col>
<!--
<el-col><div
style=
"height: 100px"
></div></el-col>
<el-col
:span=
"12"
>
...
...
@@ -1661,48 +1857,18 @@ export default {
data
()
{
return
{
model3
:
''
,
options1
:[
{
value
:
'AUD'
,
label
:
'AUD 澳大利亚元'
},
{
value
:
'CAD'
,
label
:
'CAD 加拿大元'
},
{
value
:
'CHF'
,
label
:
'CHF 瑞士法郎'
},
{
value
:
'CNY'
,
label
:
'CNY 人民币'
},
{
value
:
'DKK'
,
label
:
'DKK 丹麦克郎'
},
{
value
:
'EUR'
,
label
:
'EUR 欧元'
},
{
value
:
'FIM'
,
label
:
'FIM 芬兰马克'
},
{
value
:
'FRF'
,
label
:
'FRF 法国法郎'
},
{
value
:
'GBP'
,
label
:
'GBP 英镑'
},
{
value
:
'HKD'
,
label
:
'HKD 港币'
},
{
value
:
'JPY'
,
label
:
'JPY 日元'
},
{
value
:
'KRW'
,
label
:
'KRW 韩元'
},
{
value
:
'MOP'
,
label
:
'MOP 澳门元'
},
{
value
:
'NOK'
,
label
:
'NOK 挪威克郎'
},
{
value
:
'NZD'
,
label
:
'NZD 新西兰元'
},
{
value
:
'SEK'
,
label
:
'SEK 瑞典克郎'
},
{
value
:
'SGD'
,
label
:
'SGD 新加坡元'
},
{
value
:
'THB'
,
label
:
'THB 泰国铢'
},
{
value
:
'TWD'
,
label
:
'TWD 新台湾元'
},
{
value
:
'USD'
,
label
:
'USD 美元'
},
],
trntyp
:[
{
value
:
'0'
,
label
:
'贸易'
},
{
value
:
'1'
,
label
:
'非贸易'
},
{
value
:
'2'
,
label
:
'资本'
},
{
value
:
'3'
,
label
:
'其他'
},
],
options10
:[
{
value
:
'1'
,
label
:
'工业企业'
},
{
value
:
'2'
,
label
:
'私营企业'
},
{
value
:
'3'
,
label
:
'三资企业'
},
{
value
:
'4'
,
label
:
'外贸企业'
},
{
value
:
'5'
,
label
:
'保险企业'
},
{
value
:
'6'
,
label
:
'商业企业'
},
{
value
:
'7'
,
label
:
'其他企业'
},
{
value
:
'8'
,
label
:
'私人'
},
],
liqtypOptions
:[
{
value
:
'B'
,
label
:
'人行支付系统'
},
{
value
:
'C'
,
label
:
'代理行模式'
},
{
value
:
'O'
,
label
:
'Other'
},
{
value
:
'S'
,
label
:
'CIPS系统'
},
],
gridPromptDialog
:
{
title
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment