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
2106598a
Commit
2106598a
authored
Jan 24, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款汇款信息调整
parent
5c57e73c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1458 additions
and
1341 deletions
+1458
-1341
Event.js
src/model/Cptopn/Event.js
+18
-2
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+5
-5
Payment103.vue
src/views/Business/Cptopn/Payment103.vue
+0
-26
index.vue
src/views/Business/Cptopn/index.vue
+5
-5
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+1430
-1303
No files found.
src/model/Cptopn/Event.js
View file @
2106598a
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Utils
from
"~/utils/index"
export
default
{
export
default
{
async
onCptpGetref
()
{
async
onCptpGetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"cptp_getref"
)
let
rtnmsg
=
await
this
.
executeRule
(
"cptp_getref"
)
...
@@ -218,10 +219,25 @@ export default {
...
@@ -218,10 +219,25 @@ export default {
},
},
async
onOpnpButgetref
()
{
async
onOpnpButgetref
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"
ditp.but
getref"
)
let
rtnmsg
=
await
this
.
executeRule
(
"
cptp.
getref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
this
.
model
.
didgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
didgrp_rec_ownref
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
swftypChange
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"cpdgrp.rec.swftyp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'获取成功!'
message
:
'获取成功!'
...
...
src/views/Business/Cptopn/Opnp1.vue
View file @
2106598a
...
@@ -13,12 +13,12 @@
...
@@ -13,12 +13,12 @@
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
"业务编号"
label=
"业务编号"
prop=
"cp
tp.recget.sdamod.dadsnd
"
prop=
"cp
dgrp.rec.ownref
"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-fullbox>
<c-fullbox>
<c-input
<c-input
v-model=
"model.cp
tp.recget.sdamod.dadsnd
"
v-model=
"model.cp
dgrp.rec.ownref
"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入Reference"
placeholder=
"请输入Reference"
disabled
disabled
...
@@ -322,6 +322,7 @@
...
@@ -322,6 +322,7 @@
:disabled=
"
:disabled=
"
model.cpdgrp.cbs.nom1.amt === '0.000'
model.cpdgrp.cbs.nom1.amt === '0.000'
"
"
@
change=
"swftypChange"
>
>
<!-- :disabled="model.cptp.liqtyp != 'C' && model.cptp.liqtyp != 'S' && model.cptp.liqtyp != ''" -->
<!-- :disabled="model.cptp.liqtyp != 'C' && model.cptp.liqtyp != 'S' && model.cptp.liqtyp != ''" -->
<el-option
<el-option
...
@@ -465,14 +466,13 @@ export default {
...
@@ -465,14 +466,13 @@ export default {
...
Event
,
...
Event
,
onCptpGetref
()
{},
onCptpGetref
()
{},
onCptpGetmod
()
{},
onCptpGetmod
()
{},
},
},
created
:
function
()
{},
created
:
function
()
{},
computed
:
{
computed
:
{
flag
()
{
flag
()
{
return
(
return
(
this
.
model
.
cpdgrp
.
orc
.
pts
.
extkey
==
""
||
this
.
model
.
cpdgrp
.
orc
.
pts
.
extkey
==
""
this
.
model
.
cpdgrp
.
rec
.
ownref
!=
""
// &&
this.model.cpdgrp.rec.ownref != ""
);
);
},
},
},
},
...
...
src/views/Business/Cptopn/Payment103.vue
View file @
2106598a
...
@@ -383,21 +383,6 @@
...
@@ -383,21 +383,6 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Details of Charges(Tag 71a)"
label-width=
"35%"
>
<el-form-item
label=
"Details of Charges(Tag 71a)"
label-width=
"35%"
>
<c-select
v-model=
"model.cptp.liqtyp"
style=
"width: 100%"
placeholder=
"请选择清算模式"
:disabled=
"
model.cpdgrp.cbs.nom1.amt === '0.000'
"
>
<el-option
v-for=
"item in liqtypOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -426,20 +411,9 @@ import Event from "~/model/Cptopn/Event";
...
@@ -426,20 +411,9 @@ import Event from "~/model/Cptopn/Event";
export
default
{
export
default
{
inject
:
[
"root"
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
data
()
{
return
{};
return
{};
},
},
watch
:
{
"model.cptp.qsfysd"
:
function
()
{
if
(
this
.
model
.
cptp
.
qsfysd
==
""
)
{
this
.
model
.
cptp
.
fwtgyh
==
""
;
}
else
{
this
.
model
.
cptp
.
fwtgyh
=
"CHASUS33XXX"
;
console
.
log
(
this
.
model
.
cptp
.
fwtgyh
);
}
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
created
:
function
()
{},
created
:
function
()
{},
};
};
...
...
src/views/Business/Cptopn/index.vue
View file @
2106598a
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
:validate-on-rule-change=
"false"
:validate-on-rule-change=
"false"
>
>
<el-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"
Overview
"
name=
"opnp1"
>
<el-tab-pane
label=
"
汇款信息
"
name=
"opnp1"
>
<!--PD000020 -->
<!--PD000020 -->
<c-content>
<c-content>
<m-opnp1
:model=
"model"
:codes=
"codes"
/>
<m-opnp1
:model=
"model"
:codes=
"codes"
/>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<m-AdditionalInfo
:model=
"model"
:codes=
"codes"
/>
<m-AdditionalInfo
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"
Settlement
"
name=
"setpan"
>
<el-tab-pane
label=
"
账务
"
name=
"setpan"
>
<!--PD000000 -->
<!--PD000000 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -33,17 +33,17 @@
...
@@ -33,17 +33,17 @@
<m-glepan
:model=
"model"
:codes=
"codes"
ref=
"glepan"
/>
<m-glepan
:model=
"model"
:codes=
"codes"
ref=
"glepan"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<!--PD000000 -->
<!--PD000000 -->
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<el-tab-pane
label=
"
报文及面函
"
name=
"docpan"
>
<!--PD000529 -->
<!--PD000529 -->
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<el-tab-pane
label=
"
附件
"
name=
"doctre"
>
<!--PD000546 -->
<!--PD000546 -->
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
...
...
src/views/Public/CptOpnp1Common.vue
View file @
2106598a
<
template
>
<
template
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<!-- ================底部--左================= -->
<!-- ================底部--左================= -->
<c-col
:span=
"11"
style=
"margin-top: 20px"
>
<c-col
:span=
"11"
style=
"margin-top: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
<el-form-item
label=
"Ordering institution (52a)"
label=
"Ordering institution (52a)"
prop=
"cpdgrp.ori.pts.ref"
prop=
"cpdgrp.ori.pts.ref"
>
>
<c-input
<c-input
v-model=
"model.cpdgrp.ori.pts.ref"
v-model=
"model.cpdgrp.ori.pts.ref"
maxlength=
"16"
maxlength=
"16"
placeholder=
""
placeholder=
""
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.ori.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
maxlength=
"16"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.orcact"
>
<c-input
v-model=
"model.cpdgrp.rec.orcact"
maxlength=
"35"
placeholder=
"汇款人账号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
disabled
placeholder=
"请输入汇款人客户号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ================底部--右================= -->
<c-col
:span=
"11"
:offset=
"1"
v-if=
"
trnName() === 'cptopn' ? (
model.cpdgrp.rec.swftyp === '' ||
model.cpdgrp.rec.swftyp === '103' ||
model.cpdgrp.rec.swftyp === '202'
) : (model.cpdgrp.rec.swftyp === '' || model.cpdgrp.rec.swftyp === '103')
"
style=
"margin-top: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"指令代码"
prop=
"cpdgrp.rec.f23e"
>
<c-input
v-model=
"model.cpdgrp.rec.f23e"
maxlength=
"35"
placeholder=
"请输入指令代码"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"原始金额"
prop=
"cpdgrp.rec.curf33b"
>
<c-select
v-model=
"model.cpdgrp.rec.curf33b"
style=
"width: 100%"
placeholder=
""
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"15px"
prop=
"cpdgrp.rec.amtf33b"
>
<c-input
v-model=
"model.cpdgrp.rec.amtf33b"
placeholder=
"请输入原始金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇率"
prop=
"cpdgrp.rec.f36"
>
<c-input
v-model=
"model.cpdgrp.rec.f36"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"发报行扣费金额"
prop=
"cpdgrp.rec.cur71f"
>
<c-select
v-model=
"model.cpdgrp.rec.cur71f"
placeholder=
""
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"15px"
prop=
"cpdgrp.rec.amt71f"
>
<c-input
v-model=
"model.cpdgrp.rec.amt71f"
placeholder=
"请输入发报行扣费金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行操作码"
prop=
"cpdgrp.rec.f23b"
>
<c-input
v-model=
"model.cpdgrp.rec.f23b"
maxlength=
"4"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.orc.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
maxlength=
"14"
placeholder=
"请输入收款人"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.orc.pts.extkey')
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
v-if=
"trnName() === 'cptopn' ? model.cpdgrp.rec.swftyp === '200' : (model.cpdgrp.rec.swftyp === '202' || model.cpdgrp.rec.swftyp === '200')"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.orc.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
maxlength=
"14"
placeholder=
"请输入收款人"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.orc.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
placeholder=
"请输入收款人客户号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
v-if=
"model.cpdgrp.rec.swftyp === 'OTH'"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款详情"
>
<c-input
type=
"textarea"
placeholder=
""
readonly
rows=
"3"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人Ref."
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
placeholder=
"请输入收款人客户号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ====================清算模式-人行支付系统===================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'B'"
style=
"margin-top: 10px"
>
<!-- =========左========== -->
<c-col
:span=
"11"
>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"汇款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入汇款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
<!-- =========右========== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"接收行名称"
>
<c-input
maxlength=
"12"
placeholder=
"请输入接收行名称"
style=
"width: 90%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"接收行行号"
>
<c-input
v-model=
"model.cptp.resbch"
maxlength=
"12"
placeholder=
"请输入接收行行号"
readonly
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
:offset=
"1"
>
<c-checkbox
v-model=
"model.cptp.flg"
>
电汇凭证
</c-checkbox>
</c-col>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"收款人开户行名称"
>
<c-input
v-model=
"model.cptp.pyebchnam"
maxlength=
"38"
placeholder=
"请输入收款人开户行名称"
readonly
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"二代模式"
label-width=
"120px"
>
<c-select
v-model=
"model.cptp.secmod"
style=
"width: 90%"
placeholder=
"请选择二代模式"
disabled
>
<el-option
v-for=
"item in codes.secmod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"2"
><c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetmod"
>
获取
</c-button></c-col
>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"收款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入收款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
</c-col>
<!-- ====================清算模式-CIPS系统===================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'S'"
style=
"margin-top: 10px"
>
<!-- =========左========== -->
<c-col
:span=
"11"
>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"汇款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入汇款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
<!-- =========右========== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"4"
:offset=
"18"
>
<c-checkbox
v-model=
"model.cptp.flg"
>
电汇凭证
</c-checkbox>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"收款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入收款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
</c-col>
<!-- ======================清算模式-Other================ -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'O'"
style=
"margin-top: 10px"
>
<c-col
:span=
"18"
>
<!-- ================左================= -->
<el-form-item
label=
""
>
<c-col
:span=
"11"
>
<c-input
<c-col
:span=
"24"
>
v-model=
"model.cpdgrp.ori.pts.extkey"
<el-form-item
placeholder=
""
label=
"Ordering institution (52a)"
></c-input>
prop=
"cpdgrp.ori.pts.ref"
</el-form-item>
>
</c-col>
<c-input
<c-col
:span=
"6"
style=
"text-align: right"
>
v-model=
"model.cpdgrp.ori.pts.ref"
<el-form-item
label=
""
label-width=
"15px"
>
style=
"width: 90%"
<c-col
:span=
"12"
>
maxlength=
"16"
<c-button
placeholder=
""
size=
"small"
></c-input>
type=
"primary"
</el-form-item>
@
click=
"onCptpGetInfpta"
</c-col>
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
placeholder=
""
></c-input>
type=
"textarea"
</el-form-item>
:rows=
"4"
</c-col>
maxlength=
"140"
<c-col
:span=
"7"
>
v-model=
"model.cpdgrp.ori.pts.adrblk"
<el-form-item
label=
""
label-width=
"15px"
>
show-word-limit
<c-button
placeholder=
"请输入Address Block"
size=
"small"
disabled
type=
"primary"
></c-input>
@
click=
"onCptpGetInfpta"
</el-form-item>
icon=
"el-icon-search"
</c-col>
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
<c-input
type=
"textarea"
v-model=
"model.cpdgrp.orc.pts.ref"
:rows=
"4"
maxlength=
"16"
maxlength=
"140"
placeholder=
""
v-model=
"model.cpdgrp.ori.pts.adrblk"
></c-input>
show-word-limit
</el-form-item>
placeholder=
"请输入Address Block"
</c-col>
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.orcact"
>
<c-input
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
v-model=
"model.cpdgrp.rec.orcact"
style=
"width: 90%"
maxlength=
"35"
maxlength=
"16"
placeholder=
"汇款人账号"
placeholder=
""
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.orcact"
>
<c-col
:span=
"18"
>
<c-input
<el-form-item
label=
""
>
v-model=
"model.cpdgrp.rec.orcact"
<c-input
style=
"width: 90%"
v-model=
"model.cpdgrp.orc.pts.extkey"
maxlength=
"35"
placeholder=
"请输入汇款人客户号"
placeholder=
""
@
keyup
.
enter
.
native=
"
></c-input>
showGridPromptDialog('cpdgrp.orc.pts.extkey')
</el-form-item>
"
</c-col>
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
placeholder=
""
></c-input>
type=
"textarea"
</el-form-item>
:rows=
"4"
</c-col>
maxlength=
"140"
<c-col
:span=
"7"
>
v-model=
"model.cpdgrp.orc.pts.adrblk"
<el-form-item
label=
""
label-width=
"15px"
>
show-word-limit
<c-button
placeholder=
"请输入Address Block"
size=
"small"
disabled
type=
"primary"
></c-input>
@
click=
"onCptpGetInfpta"
</el-form-item>
icon=
"el-icon-search"
</c-col>
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<!-- ================底部--右================= -->
<el-form-item
label=
""
>
<c-col
<c-input
:span=
"11"
type=
"textarea"
:offset=
"1"
:rows=
"4"
v-if=
"
maxlength=
"140"
root.trnName === 'cptopn'
v-model=
"model.cpdgrp.orc.pts.adrblk"
? model.cpdgrp.rec.swftyp === '' ||
show-word-limit
model.cpdgrp.rec.swftyp === '103' ||
placeholder=
"请输入Address Block"
model.cpdgrp.rec.swftyp === '202'
></c-input>
: model.cpdgrp.rec.swftyp === '' ||
</el-form-item>
model.cpdgrp.rec.swftyp === '103'
</c-col>
"
</c-col>
style=
"margin-top: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<!-- ==============右================== -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
>
<c-col
:span=
"24"
>
<c-input
placeholder=
""
disabled
></c-input>
<c-col
:span=
"17"
>
</el-form-item>
<el-form-item
label=
"发报行"
>
</c-col>
<c-input
placeholder=
""
readonly
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.snd.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款详情"
>
<c-input
type=
"textarea"
placeholder=
""
readonly
style=
"width: 90%"
rows=
"3"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人Ref."
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<el-form-item
label=
"指令代码"
prop=
"cpdgrp.rec.f23e"
>
<c-input
<c-input
v-model=
"model.cpdgrp.rec.orcact"
v-model=
"model.cpdgrp.rec.f23e"
style=
"width: 90%"
maxlength=
"35"
maxlength=
"35"
placeholder=
"请输入指令代码"
placeholder=
""
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"原始金额"
prop=
"cpdgrp.rec.curf33b"
>
<c-select
v-model=
"model.cpdgrp.rec.curf33b"
style=
"width: 100%"
placeholder=
""
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"15px"
prop=
"cpdgrp.rec.amtf33b"
>
<c-input
v-model=
"model.cpdgrp.rec.amtf33b"
placeholder=
"请输入原始金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇率"
prop=
"cpdgrp.rec.f36"
>
<c-input
v-model=
"model.cpdgrp.rec.f36"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"14"
>
<el-form-item
label=
"发报行扣费金额"
prop=
"cpdgrp.rec.cur71f"
>
<c-select
v-model=
"model.cpdgrp.rec.cur71f"
placeholder=
""
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"15px"
prop=
"cpdgrp.rec.amt71f"
>
<c-input
v-model=
"model.cpdgrp.rec.amt71f"
placeholder=
"请输入发报行扣费金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行操作码"
prop=
"cpdgrp.rec.f23b"
>
<c-input
v-model=
"model.cpdgrp.rec.f23b"
maxlength=
"4"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.pye.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
maxlength=
"14"
placeholder=
"请输入收款人"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.pye.pts.extkey')
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<c-col
<el-form-item
label=
""
>
:span=
"11"
<c-input
placeholder=
""
></c-input>
:offset=
"1"
</el-form-item>
v-if=
"
</c-col>
root.trnName === 'cptopn'
<c-col
:span=
"7"
>
? model.cpdgrp.rec.swftyp === '200'
<el-form-item
label=
""
label-width=
"15px"
>
: model.cpdgrp.rec.swftyp === '202' ||
<c-button
model.cpdgrp.rec.swftyp === '200'
size=
"small"
"
type=
"primary"
style=
"margin-top: 10px"
@
click=
"onCptpGetInfpta"
>
icon=
"el-icon-search"
<c-col
:span=
"24"
>
>
<c-col
:span=
"18"
>
</c-button>
<el-form-item
label=
"发报行"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
<c-input
placeholder=
""
disabled
></c-input>
详情
</el-form-item>
</c-button>
</c-col>
</el-form-item>
<c-col
:span=
"6"
style=
"text-align: right"
>
</c-col>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.orc.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
maxlength=
"14"
placeholder=
"请输入收款人"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.orc.pts.extkey')
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
placeholder=
"请输入收款人客户号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<c-col
<el-form-item
label=
""
>
:span=
"11"
<c-input
:offset=
"1"
type=
"textarea"
v-if=
"model.cpdgrp.rec.swftyp === 'OTH'"
:rows=
"4"
style=
"margin-top: 10px"
maxlength=
"140"
>
v-model=
"model.cpdgrp.pye.pts.adrblk"
<c-col
:span=
"24"
>
show-word-limit
<c-col
:span=
"18"
>
placeholder=
"请输入Address Block"
<el-form-item
label=
"发报行"
>
></c-input>
<c-input
placeholder=
""
disabled
></c-input>
</el-form-item>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款详情"
>
<c-input
type=
"textarea"
placeholder=
""
readonly
rows=
"3"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人Ref."
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
placeholder=
"请输入收款人客户号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- ====================清算模式-代理行模式=================== -->
<!-- ====================清算模式-人行支付系统===================== -->
<c-col
:span=
"24"
v-if=
"model.cptp.liqtyp === 'C'"
style=
"margin-top: 10px"
>
<c-col
<!-- ==============左============== -->
:span=
"24"
<c-col
:span=
"24"
>
v-if=
"model.cptp.liqtyp === 'B'"
<el-form-item
style=
"margin-top: 10px"
label=
"Ordering institution (52a)"
prop=
"cpdgrp.ori.pts.ref"
>
>
<c-input
<!-- =========左========== -->
v-model=
"model.cpdgrp.ori.pts.ref"
<c-col
:span=
"11"
>
style=
"width: 90%"
<c-col
:span=
"24"
>
maxlength=
"16"
<el-form-item
label=
"付款人名称"
>
placeholder=
""
<c-input
></c-input>
type=
"textarea"
</el-form-item>
v-model=
"model.cptp.orcnam"
</c-col>
maxlength=
"40"
show-word-limit
<c-col
:span=
"24"
>
placeholder=
"请输入付款人名称"
<c-col
:span=
"17"
>
></c-input>
<el-form-item
label=
""
>
</el-form-item>
<c-input
placeholder=
""
></c-input>
</c-col>
</el-form-item>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"汇款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入汇款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
disabled
>
详情
</c-button
>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
<!-- =========右========== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"接收行名称"
>
<c-input
maxlength=
"12"
placeholder=
"请输入接收行名称"
style=
"width: 90%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"接收行行号"
>
<c-input
v-model=
"model.cptp.resbch"
maxlength=
"12"
placeholder=
"请输入接收行行号"
readonly
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
:offset=
"1"
>
<c-checkbox
v-model=
"model.cptp.flg"
>
电汇凭证
</c-checkbox
>
</c-col>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"收款人开户行名称"
>
<c-input
v-model=
"model.cptp.pyebchnam"
maxlength=
"38"
placeholder=
"请输入收款人开户行名称"
readonly
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"二代模式"
label-width=
"120px"
>
<c-select
v-model=
"model.cptp.secmod"
style=
"width: 90%"
placeholder=
"请选择二代模式"
disabled
>
<el-option
v-for=
"item in codes.secmod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"2"
><c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetmod"
>
获取
</c-button></c-col
>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"收款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入收款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
>
详情
</c-button
>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<!-- ====================清算模式-CIPS系统===================== -->
<c-button
<c-col
size=
"small"
:span=
"24"
type=
"primary"
v-if=
"model.cptp.liqtyp === 'S'"
@
click=
"onCptpGetInfpta"
style=
"margin-top: 10px"
icon=
"el-icon-search"
>
>
<!-- =========左========== -->
</c-button>
<c-col
:span=
"11"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
>
<c-col
:span=
"24"
>
详情
<el-form-item
label=
"付款人名称"
>
</c-button>
<c-input
</el-form-item>
type=
"textarea"
v-model=
"model.cptp.orcnam"
maxlength=
"40"
show-word-limit
placeholder=
"请输入付款人名称"
></c-input>
</el-form-item>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"汇款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入汇款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
disabled
>
详情
</c-button
>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
<!-- =========右========== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"4"
:offset=
"18"
>
<c-checkbox
v-model=
"model.cptp.flg"
>
电汇凭证
</c-checkbox>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"收款人"
>
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
maxlength=
"16"
placeholder=
"请输入收款人"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
></c-button>
<c-button
size=
"small"
type=
"primary"
>
详情
</c-button
>
</el-form-item>
</c-col>
</c-col>
<c-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>
</c-col>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- ======================清算模式-Other================ -->
<c-col
:span=
"18"
>
<c-col
<el-form-item
label=
""
>
:span=
"24"
<c-input
v-if=
"model.cptp.liqtyp === 'O'"
type=
"textarea"
style=
"margin-top: 10px"
:rows=
"4"
>
maxlength=
"140"
<!-- ================左================= -->
v-model=
"model.cpdgrp.ori.pts.adrblk"
<c-col
:span=
"11"
>
show-word-limit
<c-col
:span=
"24"
>
placeholder=
"请输入Address Block"
<el-form-item
></c-input>
label=
"Ordering institution (52a)"
</el-form-item>
prop=
"cpdgrp.ori.pts.ref"
</c-col>
>
<c-input
<c-col
:span=
"24"
>
v-model=
"model.cpdgrp.ori.pts.ref"
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
style=
"width: 90%"
<c-input
maxlength=
"16"
v-model=
"model.cpdgrp.orc.pts.ref"
placeholder=
""
style=
"width: 90%"
></c-input>
maxlength=
"16"
</el-form-item>
placeholder=
""
</c-col>
></c-input>
</el-form-item>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-col
:span=
"24"
>
<c-input
placeholder=
""
></c-input>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.orcact"
>
</el-form-item>
<c-input
</c-col>
v-model=
"model.cpdgrp.rec.orcact"
<c-col
:span=
"7"
>
style=
"width: 90%"
<el-form-item
label=
""
label-width=
"15px"
>
maxlength=
"35"
<c-button
placeholder=
""
size=
"small"
></c-input>
type=
"primary"
</el-form-item>
@
click=
"onCptpGetInfpta"
</c-col>
icon=
"el-icon-search"
>
<c-col
:span=
"24"
>
</c-button>
<c-col
:span=
"17"
>
<c-button
<el-form-item
label=
""
>
size=
"small"
<c-input
placeholder=
""
></c-input>
type=
"primary"
</el-form-item>
@
click=
"onSndpDet"
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.ori.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ==============右================== -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"发报行"
>
<c-input
placeholder=
""
readonly
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.snd.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"付款详情"
>
<c-input
type=
"textarea"
placeholder=
""
readonly
style=
"width: 90%"
rows=
"3"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人Ref."
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.orcact"
style=
"width: 90%"
maxlength=
"35"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.pye.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<!-- ====================清算模式-代理行模式=================== -->
<c-button
<c-col
size=
"small"
:span=
"24"
type=
"primary"
v-if=
"model.cptp.liqtyp === 'C'"
@
click=
"onCptpGetInfpta"
style=
"margin-top: 10px"
icon=
"el-icon-search"
>
>
<!-- ==============左============== -->
</c-button>
<c-col
:span=
"24"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
<el-form-item
详情
label=
"Ordering institution (52a)"
</c-button>
prop=
"cpdgrp.ori.pts.ref"
</el-form-item>
>
<c-input
v-model=
"model.cpdgrp.ori.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.ori.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.ref"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.ref"
style=
"width: 90%"
maxlength=
"16"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"17"
>
<el-form-item
label=
""
>
<c-input
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCptpGetInfpta"
icon=
"el-icon-search"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- ==============右============== -->
<!--
<c-col
:span=
"12"
>
<c-col
:span=
"18"
>
<el-form-item
label=
""
>
<c-input
type=
"textarea"
:rows=
"4"
maxlength=
"140"
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ==============右============== -->
<!--
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"清算代理行"
>
<el-form-item
label=
"清算代理行"
>
<c-select
<c-select
...
@@ -1468,7 +1595,7 @@
...
@@ -1468,7 +1595,7 @@
</c-col>
</c-col>
</c-col>
-->
</c-col>
-->
<!--
<c-col><div
style=
"height: 100px"
></div></c-col>
<!--
<c-col><div
style=
"height: 100px"
></div></c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<span
v-text=
"model.cptp.shktyp"
data-path=
".cptp.shktyp"
>
</span>
<span
v-text=
"model.cptp.shktyp"
data-path=
".cptp.shktyp"
>
</span>
...
@@ -2218,41 +2345,41 @@
...
@@ -2218,41 +2345,41 @@
</el-form-item>
</el-form-item>
</c-col>
-->
</c-col>
-->
<el-dialog
<el-dialog
:fullscreen=
"true"
:fullscreen=
"true"
:visible
.
sync=
"infptaVisible"
:visible
.
sync=
"infptaVisible"
top=
"10vh"
top=
"10vh"
width=
"80%"
width=
"80%"
custom-class=
"infptaDialog"
custom-class=
"infptaDialog"
:before-close=
"handleClose"
:before-close=
"handleClose"
>
>
<Infpta></Infpta>
<Infpta></Infpta>
</el-dialog>
</el-dialog>
</c-col>
</c-col>
</
template
>
</
template
>
<
script
>
<
script
>
import
CommonProcess
from
"~/mixin/CommonProcess"
;
export
default
{
export
default
{
props
:
[
'model'
,
"codes"
],
inject
:
[
"root"
],
data
()
{
props
:
[
"model"
,
"codes"
],
return
{
mixins
:
[
CommonProcess
],
infptaVisible
:
false
,
data
()
{
};
return
{
},
infptaVisible
:
false
,
methods
:
{
};
trnName
()
{
return
this
.
$parent
.
root
.
trnName
},
onSndpDet
()
{
this
.
$emit
(
'onSndpDet'
)
},
onCptpGetInfpta
()
{
this
.
infptaVisible
=
true
;
},
},
handleClose
(
done
)
{
methods
:
{
done
();
onSndpDet
()
{
this
.
$emit
(
"onSndpDet"
);
},
onCptpGetInfpta
()
{
this
.
infptaVisible
=
true
;
},
handleClose
(
done
)
{
done
();
},
},
},
},
};
};
</
script
>
</
script
>
...
...
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