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
fukai
vue-gjjs
Commits
8f904279
Commit
8f904279
authored
Aug 30, 2022
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitame bug (675)
parent
965c33af
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
183 additions
and
48 deletions
+183
-48
Default.js
src/model/Gitame/Default.js
+2
-0
Preperp.vue
src/views/Business/Gitame/Preperp.vue
+6
-6
Ptyp.vue
src/views/Business/Gitame/Ptyp.vue
+137
-36
index.vue
src/views/Business/Gitame/index.vue
+38
-6
index.vue
src/views/Business/Gitopn/index.vue
+0
-0
No files found.
src/model/Gitame/Default.js
View file @
8f904279
...
...
@@ -249,5 +249,7 @@ export default {
"gitamep.plateflg"
:
Utils
.
defaultFunction
,
"gidgrp.rec.orddat"
:
Utils
.
defaultFunction
,
"setmod.glemod.glepan"
:
Utils
.
defaultFunction
,
"gidgrp.rec.sndto"
:
Utils
.
defaultFunction
,
"gidgrp.blk.deltoadr"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/views/Business/Gitame/Preperp.vue
View file @
8f904279
...
...
@@ -44,10 +44,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Undertaking Send to"
prop=
"gidgrp.rec.sndto"
>
<c-select
:disabled=
"
model.gidgrp.rec.purpos == 'ICCO' ||
model.gidgrp.rec.purpos == 'ISCO'
"
disabled
v-model=
"model.gidgrp.rec.sndto"
style=
"width: 100%"
placeholder=
"请选择Undertaking Send to"
...
...
@@ -78,7 +75,7 @@
placeholder=
"请选择Deliv. To/Collection By"
>
<el-option
v-for=
"item in codes.delto"
v-for=
"item in codes.delto
1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -94,8 +91,9 @@
prop=
"gidgrp.blk.deltoadr"
>
<c-input
:disabled=
"model.gidgrp.rec.delto == ''"
:disabled=
"model.gidgrp.rec.delto == ''
|| model.gidgrp.rec.delto != 'OTHR'
"
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.blk.deltoadr"
maxlength=
"35"
show-word-limit
...
...
@@ -109,6 +107,7 @@
<c-input
disabled
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.blk.trfcond"
maxlength=
"65"
show-word-limit
...
...
@@ -158,6 +157,7 @@
<c-fullbox>
<c-input
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.blk.feetxt"
maxlength=
"35"
show-word-limit
...
...
src/views/Business/Gitame/Ptyp.vue
View file @
8f904279
...
...
@@ -48,7 +48,8 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.apl.pts.adrblk"
>
<c-input
disabled
:disabled=
"model.gidgrp.apl.pts.adrblk != ''"
:rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.apl.pts.adrblk"
maxlength=
"35"
...
...
@@ -59,17 +60,73 @@
</c-col>
<c-col
:span=
"24"
>
<
c-ptap
<
el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
:model=
"model"
:argadr=
"{
title: 'Accountee/ObI.',
grp: 'gidgrp',
rol: 'ctr',
}"
@
onAplpDet=
"onConpDet"
label=
"Accountee/ObI. Ref."
prop=
"gidgrp.ctr.pts.ref"
>
</c-ptap>
<c-input
v-model=
"model.gidgrp.ctr.pts.ref"
maxlength=
"16"
placeholder=
"请输入Accountee/ObI. Ref."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"Accountee/ObI."
prop=
"gidgrp.ctr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
></c-input>
<
template
slot=
"footer"
>
<c-button
v-if=
"model.gitp.swiftflg == 'Y'"
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span
>
</c-button>
<c-button
v-if=
"model.gitp.swiftflg == 'Y'"
disabled
size=
"small"
type=
"primary"
@
click=
"onCtrpDet"
>
Details
</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.ctr.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.ctr.pts.adrblk != ''"
:rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ctr.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -131,7 +188,7 @@
prop=
"gidgrp.con.pts.adrblk"
>
<c-input
disabled
:disabled=
"model.gidgrp.con.pts.adrblk != ''"
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.con.pts.adrblk"
...
...
@@ -141,20 +198,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap v-if="model.gitp.swiftflg=='N'"
:model="model"
:argadr="{
title: 'Confirming Bank',
grp: 'gidgrp',
rol: 'con',
}"
:disabled="true"
@onAplpDet="onConpDet"
>
</c-ptap>
</c-col> -->
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
...
...
@@ -203,7 +246,10 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.ben.pts.adrblk"
>
<c-input
:disabled=
"model.gidgrp.rec.hndtyp == 'OT'"
:disabled=
"
model.gidgrp.rec.hndtyp == 'OT' ||
model.gidgrp.ben.pts.adrblk != ''
"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.ben.pts.adrblk"
...
...
@@ -283,7 +329,7 @@
prop=
"gidgrp.iss.pts.adrblk"
>
<c-input
disabled
:disabled=
"model.gidgrp.iss.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.iss.pts.adrblk"
...
...
@@ -295,17 +341,72 @@
</c-col>
<c-col
:span=
"24"
>
<c-ptap
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"Advising Bank ref."
prop=
"gidgrp.atb.pts.ref"
>
<c-input
v-model=
"model.gidgrp.atb.pts.ref"
maxlength=
"16"
placeholder=
"请输入Advising Bank Ref."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
label=
"Advising Bank"
prop=
"gidgrp.atb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.atb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.atb.pts.extkey`)
"
></c-input>
<
template
slot=
"footer"
>
<c-button
v-if=
"model.gitp.swiftflg == 'Y'"
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span
>
</c-button>
<c-button
v-if=
"model.gitp.swiftflg == 'Y'"
size=
"small"
type=
"primary"
@
click=
"onAtbpDet"
>
Details
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg == 'Y'"
:model=
"model"
:argadr=
"{
title: 'Advising Bank',
grp: 'gidgrp',
rol: 'atb',
}"
@
onAplpDet=
"onConpDet"
label=
"地址名称"
prop=
"gidgrp.atb.pts.adrblk"
>
</c-ptap>
<c-input
:disabled=
"model.gidgrp.atb.pts.adrblk != ''"
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.atb.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
...
...
src/views/Business/Gitame/index.vue
View file @
8f904279
...
...
@@ -144,23 +144,55 @@
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Seq. C: History"
name=
"amephisc"
>
<el-tab-pane
v-if=
"
model.gidgrp.rec.purpos == 'ISCO' ||
model.gidgrp.rec.purpos == 'ICCO'
"
label=
"Seq. C: History"
name=
"amephisc"
>
<m-amephisc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Seq. C: Overview"
name=
"ovwpc"
>
<el-tab-pane
v-if=
"
model.gidgrp.rec.purpos == 'ISCO' ||
model.gidgrp.rec.purpos == 'ICCO'
"
label=
"Seq. C: Overview"
name=
"ovwpc"
>
<m-ovwpc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Seq. C: Parties"
name=
"ptypc"
>
<el-tab-pane
v-if=
"
model.gidgrp.rec.purpos == 'ISCO' ||
model.gidgrp.rec.purpos == 'ICCO'
"
label=
"Seq. C: Parties"
name=
"ptypc"
>
<m-ptypc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Seq. C: Presentation/ Delivery"
name=
"preperpc"
>
<el-tab-pane
v-if=
"
model.gidgrp.rec.purpos == 'ISCO' ||
model.gidgrp.rec.purpos == 'ICCO'
"
label=
"Seq. C: Presentation/ Delivery"
name=
"preperpc"
>
<m-preperpc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Seq. C: Details"
name=
"detpc"
>
<el-tab-pane
v-if=
"
model.gidgrp.rec.purpos == 'ISCO' ||
model.gidgrp.rec.purpos == 'ICCO'
"
label=
"Seq. C: Details"
name=
"detpc"
>
<m-detpc
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -178,7 +210,7 @@
</el-tab-pane>
<el-tab-pane
v-if=
"model.trnmod.swiadd.addamtflg
c
== 'X'"
v-if=
"model.trnmod.swiadd.addamtflg == 'X'"
label=
"Seq. C: Add. Amounts"
name=
"aacp"
>
...
...
src/views/Business/Gitopn/index.vue
View file @
8f904279
This diff is collapsed.
Click to expand it.
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