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
3884430d
Commit
3884430d
authored
Nov 11, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn加手动触发default,更新动态码表
parent
d8435f65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
602 additions
and
703 deletions
+602
-703
Preperp.vue
src/views/Business/Gitopn/Preperp.vue
+4
-1
Ptyp.vue
src/views/Business/Gitopn/Ptyp.vue
+598
-702
No files found.
src/views/Business/Gitopn/Preperp.vue
View file @
3884430d
...
...
@@ -66,7 +66,7 @@
v-model=
"model.gidgrp.rec.delto"
style=
"width: 100%"
placeholder=
"请选择交付收款人"
:code=
"
codes.delto
"
:code=
"
getValues('gidgrp.rec.delto','delto1')
"
>
</c-select>
</el-form-item>
...
...
@@ -222,6 +222,8 @@
</div>
</template>
<
script
>
import
_
from
"lodash"
;
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
...
...
@@ -250,6 +252,7 @@ export default {
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitopn/Ptyp.vue
View file @
3884430d
...
...
@@ -2,721 +2,591 @@
<div
class=
"eibs"
>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<!-- 不为swift格式左边 -->
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"申请人参考号"
prop=
"gidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.ref"
maxlength=
"16"
placeholder=
"请输入申请人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"申请人"
prop=
"gidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<!--========================== 不为swift格式左边 =========================================-->
<c-col
:span=
"24"
v-if=
"model.gitp.swiftflg != 'Y'"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人参考号"
prop=
"gidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.
extkey
"
v-model=
"model.gidgrp.apl.pts.
ref
"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
placeholder=
"请输入申请人参考号"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
:disabled=
"model.gidgrp.apl.pts.adrblk==''"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"保兑行参考号"
prop=
"gidgrp.con.pts.ref"
>
<c-input
disabled
v-model=
"model.gidgrp.con.pts.ref"
maxlength=
"16"
placeholder=
"请输入保兑行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"保兑行"
prop=
"gidgrp.con.pts.extkey"
>
<c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人"
prop=
"gidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
:disabled=
"model.gidgrp.apl.pts.adrblk == ''"
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
v-model=
"model.gidgrp.con.pts.extkey"
disabled
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.con.pts.extkey`)
"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
@
click=
"onConpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"地址名称"
prop=
"gidgrp.con.pts.adrblk"
>
<c-input
disabled
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.con.pts.adrblk"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<!-- 为swift格式左边 -->
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO')
"
label=
"开证行参考号"
prop=
"gidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.ref"
maxlength=
"16"
placeholder=
"请输入开证行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO')
"
label=
"开证行"
prop=
"gidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-col
:span=
"24"
>
<el-form-item
label=
"保兑行参考号"
prop=
"gidgrp.con.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.extkey"
disabled
v-model=
"model.gidgrp.con.pts.ref"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
blur=
"benBlur"
placeholder=
"请输入保兑行参考号"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"保兑行"
prop=
"gidgrp.con.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.con.pts.extkey"
disabled
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO')
"
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO')
"
label=
"申请人参考号"
prop=
"gidgrp.ctr.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ctr.pts.ref"
maxlength=
"16"
placeholder=
"请输入申请人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO')
"
label=
"申请人"
prop=
"gidgrp.ctr.pts.extkey"
>
<c-fullbox>
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.con.pts.extkey`)
"
@
change=
"preperpTab"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
@
click=
"onConpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.con.pts.adrblk"
>
<c-input
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
@
blur=
"benBlur"
disabled
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.con.pts.adrblk"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCtrpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
<!-- ==========================为swift格式左边============================================ -->
<c-col
:span=
"24"
v-if=
"model.gitp.swiftflg == 'Y'"
>
<c-col
:span=
"24"
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO')
model.gidgrp.rec.purposin == 'ISCO' ||
model.gidgrp.rec.purposin == 'ICCO'
"
label=
"地址名称"
prop=
"gidgrp.ctr.pts.adrblk"
>
<c-input
:disabeld=
"model.gidgrp.ctr.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ctr.pts.adrblk"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行参考号"
prop=
"gidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.ref"
maxlength=
"16"
placeholder=
"请输入开证行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行"
prop=
"gidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == '')
"
label=
"申请人参考号"
prop=
"gidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.ref"
maxlength=
"16"
placeholder=
"请输入申请人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人参考号"
prop=
"gidgrp.ctr.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ctr.pts.ref"
maxlength=
"16"
placeholder=
"请输入申请人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人"
prop=
"gidgrp.ctr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCtrpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.ctr.pts.adrblk"
>
<c-input
:disabeld=
"model.gidgrp.ctr.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ctr.pts.adrblk"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == '')
model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == ''
"
label=
"申请人"
prop=
"gidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
blur=
"benBlur"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人参考号"
prop=
"gidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apl.pts.ref"
maxlength=
"16"
placeholder=
"请输入申请人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人"
prop=
"gidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
disabled
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
(model.gitp.swiftflg == 'Y') &
(model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == '')
"
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == '')
"
label=
"账户/对象参考号"
prop=
"gidgrp.ctr.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ctr.pts.ref"
maxlength=
"16"
placeholder=
"请输入账户/对象参考号"
></c-input>
</el-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"账户/对象参考号"
prop=
"gidgrp.ctr.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ctr.pts.ref"
maxlength=
"16"
placeholder=
"请输入账户/对象参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"账户/对象"
prop=
"gidgrp.ctr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCtrpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.ctr.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.ctr.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ctr.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == '')
"
label=
"账户/对象"
prop=
"gidgrp.ctr.pts.extkey"
>
<c-fullbox>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<!-- ==========================不为swift格式右边=================================== -->
<c-col
:span=
"24"
v-if=
"model.gitp.swiftflg != 'Y'"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人参考号"
prop=
"gidgrp.ben.pts.ref"
>
<c-input
v-model=
"model.gidgrp.
ctr.pts.extkey
"
v-model=
"model.gidgrp.
ben.pts.ref
"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人"
prop=
"gidgrp.ben.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
:disabled=
"model.gidgrp.rec.hndtyp == 'OT'"
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.ben.pts.adrblk"
>
<c-input
:disabled=
"
model.gidgrp.rec.hndtyp == 'OT' ||
model.gidgrp.ben.pts.adrblk != ''
"
@
blur=
"benBlur"
rows=
"4"
type=
"textarea"
maxlength=
"140"
v-model=
"model.gidgrp.ben.pts.adrblk"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCtrpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gitp.swiftflg == 'Y' &&
(model.gidgrp.rec.purposin == 'ISSU' ||
model.gidgrp.rec.purposin == '')
"
label=
"地址名称"
prop=
"gidgrp.ctr.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.ctr.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ctr.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<!-- 不为swift格式右边 -->
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"受益人参考号"
prop=
"gidgrp.ben.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ben.pts.ref"
maxlength=
"16"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"受益人"
prop=
"gidgrp.ben.pts.extkey"
>
<c-fullbox>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT'
"
label=
"开证行参考号"
prop=
"gidgrp.iss.pts.ref"
>
<c-input
v-model=
"model.gidgrp.
ben.pts.extkey
"
v-model=
"model.gidgrp.
iss.pts.ref
"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
:disabled=
"model.gidgrp.rec.hndtyp == 'OT'"
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"地址名称"
prop=
"gidgrp.ben.pts.adrblk"
>
<c-input
:disabled=
"
model.gidgrp.rec.hndtyp == 'OT' ||
model.gidgrp.ben.pts.adrblk != ''
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT'
"
rows=
"4"
type=
"textarea"
maxlength=
"140"
v-model=
"model.gidgrp.ben.pts.adrblk"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT') &&
model.gitp.swiftflg != 'Y'
"
label=
"开证行参考号"
prop=
"gidgrp.iss.pts.ref"
>
<c-input
v-model=
"model.gidgrp.iss.pts.ref"
maxlength=
"16"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT') &&
model.gitp.swiftflg != 'Y'
"
label=
"开证行"
prop=
"gidgrp.iss.pts.extkey"
>
<c-fullbox>
label=
"开证行"
prop=
"gidgrp.iss.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.iss.pts.extkey`)
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
@
click=
"onIsspDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT'
"
label=
"地址名称"
prop=
"gidgrp.iss.pts.adrblk"
>
<c-input
v-model=
"model.gidgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.iss.pts.extkey`)
"
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.iss.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
@
click=
"onIsspDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT') &&
model.gitp.swiftflg != 'Y'
"
label=
"地址名称"
prop=
"gidgrp.iss.pts.adrblk"
>
<c-input
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.iss.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<!-- 为swift格式右边 -->
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"受益人参考号"
prop=
"gidgrp.ben.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ben.pts.ref"
maxlength=
"16"
placeholder=
"请输入受益人参考号"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"受益人"
prop=
"gidgrp.ben.pts.extkey"
>
<c-fullbox>
<!-- ============================为swift格式右边================================= -->
<c-col
:span=
"24"
v-if=
"model.gitp.swiftflg == 'Y'"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人参考号"
prop=
"gidgrp.ben.pts.ref"
>
<c-input
v-model=
"model.gidgrp.ben.pts.
extkey
"
v-model=
"model.gidgrp.ben.pts.
ref
"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
blur=
"benBlur"
placeholder=
"请输入受益人参考号"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"地址名称"
prop=
"gidgrp.ben.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.ben.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ben.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人"
prop=
"gidgrp.ben.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.ben.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.ben.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ben.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"通知行参考号"
prop=
"gidgrp.atb.pts.ref"
>
<c-input
v-model=
"model.gidgrp.atb.pts.ref"
maxlength=
"16"
placeholder=
"请输入通知行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"通知行"
prop=
"gidgrp.atb.pts.extkey"
>
<c-fullbox>
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行参考号"
prop=
"gidgrp.atb.pts.ref"
>
<c-input
v-model=
"model.gidgrp.atb.pts.
extkey
"
v-model=
"model.gidgrp.atb.pts.
ref
"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.atb.pts.extkey`)
"
@
blur=
"benBlur"
placeholder=
"请输入通知行参考号"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAtbpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"地址名称"
prop=
"gidgrp.atb.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.atb.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.atb.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行"
prop=
"gidgrp.atb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.atb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.atb.pts.extkey`)
"
></c-input>
<!-- @blur="benBlur" -->
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAtbpDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.atb.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.atb.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.atb.pts.adrblk"
maxlength=
"140"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
...
...
@@ -745,62 +615,88 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitopn/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
import
Utils
from
"~/utils"
;
import
Api
from
'~/service/Api'
import
commonProcess
from
'~/mixin/commonProcess'
import
CodeTable
from
'~/config/CodeTable'
import
Event
from
'~/model/Gitopn/Event'
import
Ptap
from
'~/views/Public/Ptap'
import
Utils
from
'~/utils'
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
components
:
{
'c-ptap'
:
Ptap
},
inject
:
[
'root'
],
props
:
[
'model'
,
'codes'
],
mixins
:
[
commonProcess
],
data
()
{
return
{
ptsaddg
:
{
columns
:
[
{
title
:
"角色"
,
width
:
"120px"
,
dataIndex
:
"rol"
,
show
:
"select"
,
title
:
'角色'
,
width
:
'120px'
,
dataIndex
:
'rol'
,
show
:
'select'
,
},
{
title
:
"当事人"
,
width
:
"180px"
,
dataIndex
:
"ptyextkey"
,
show
:
"input"
,
title
:
'当事人'
,
width
:
'180px'
,
dataIndex
:
'ptyextkey'
,
show
:
'input'
,
},
{
title
:
"当事人名称"
,
width
:
"250px"
,
dataIndex
:
"nam"
,
title
:
'当事人名称'
,
width
:
'250px'
,
dataIndex
:
'nam'
,
},
{
title
:
"地址编号"
,
width
:
"250px"
,
dataIndex
:
"ref"
,
title
:
'地址编号'
,
width
:
'250px'
,
dataIndex
:
'ref'
,
},
],
urls
:
"gitp.ptsaddp.ptsaddg"
,
urls
:
'gitp.ptsaddp.ptsaddg'
,
},
}
;
}
},
methods
:
{
methods
:
{
...
Event
,
async
benBlur
()
{
let
rtnmsg
=
await
this
.
executeDefault
(
"gidgrp.rec.sndto"
);
// async benBlur() {
// let rtnmsg = await this.executeDefault('gidgrp.rec.sndto')
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data)
// }
// },
// 角色改变手动触发default 500 GIDGRP\REC\DELTO
async
roleChange
(){
let
rtnmsg
=
await
this
.
executeDefault
(
"gidgrp.rec.delto"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
// 切换到演示/交付tab页触发event
async
preperpTab
()
{
let
rtnmsg
=
await
this
.
executeRule
(
'gitp.preperp'
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
}
},
},
watch
:{
watch
:
{
"model.gidgrp.apl.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.ctr.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.ben.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
"model.gidgrp.atb.pts.adrblk"
:
function
()
{
this
.
roleChange
()
},
},
created
:
function
()
{},
}
;
}
</
script
>
<
style
>
</
style
>
<
style
></
style
>
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