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
c4baba41
Commit
c4baba41
authored
Sep 01, 2022
by
zhujiazhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brtset,cptadv交易BUG修改
parent
e6db7c79
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
19 deletions
+19
-19
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+3
-2
index.vue
src/views/Business/Brtset/index.vue
+6
-4
CptAdvChangePanel.vue
src/views/Business/Cptadv/CptAdvChangePanel.vue
+9
-12
Incp.vue
src/views/Business/Cptadv/Incp.vue
+1
-1
No files found.
src/views/Business/Brtset/Utlp.vue
View file @
c4baba41
...
...
@@ -205,15 +205,16 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"跨境人民币清算模式"
prop=
"trnmod.cmtflg"
>
<el-form-item
label=
"跨境人民币清算模式"
prop=
"trnmod.cmtflg"
v-show=
"model.setmod.doccur == 'CNY'"
>
<c-select
v-model=
"model.trnmod.cmtflg"
style=
"width:100%"
placeholder=
"请选择跨境人民币清算模式"
:code=
"this.cmtflg"
:disabled=
"model.brdgrp.rec.frepayflg == ''?false:true"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Brtset/index.vue
View file @
c4baba41
...
...
@@ -250,8 +250,9 @@ export default {
handler
(){
let
cur
=
this
.
model
.
setmod
.
doccur
;
let
amt
=
this
.
model
.
setmod
.
docamt
;
this
.
det202cvName
=
"Payment 202 PRB "
+
cur
+
" "
+
amt
;
this
.
det756Name
=
"Payment 756 PRB "
+
cur
+
" "
+
amt
;
let
doc
=
this
.
model
.
gcdgrp
.
rec
.
docprbrol
this
.
det202cvName
=
"Payment 202 "
+
doc
+
" "
+
cur
+
" "
+
amt
;
this
.
det756Name
=
"Payment 756 "
+
doc
+
" "
+
cur
+
" "
+
amt
;
}
},
"model.mtabut.clsflg"
:{
...
...
@@ -259,8 +260,9 @@ export default {
handler
(){
let
cur
=
this
.
model
.
setmod
.
doccur
;
let
amt
=
this
.
model
.
setmod
.
docamt
;
this
.
det202cvName
=
"Payment 202 PRB "
+
cur
+
" "
+
amt
;
this
.
det756Name
=
"Payment 756 PRB "
+
cur
+
" "
+
amt
;
let
doc
=
this
.
model
.
gcdgrp
.
rec
.
docprbrol
this
.
det202cvName
=
"Payment 202 "
+
doc
+
" "
+
cur
+
" "
+
amt
;
this
.
det756Name
=
"Payment 756 "
+
doc
+
" "
+
cur
+
" "
+
amt
;
}
},
},
...
...
src/views/Business/Cptadv/CptAdvChangePanel.vue
View file @
c4baba41
...
...
@@ -80,7 +80,7 @@
v-model=
"model.cpdgrp.orc.pts.ref"
maxlength=
"16"
placeholder=
""
disabled
:disabled=
"model.cpdgrp.rec.swftyp =='' "
></c-input>
</el-form-item>
</c-col>
...
...
@@ -91,7 +91,7 @@
v-model=
"model.cpdgrp.rec.orcact"
maxlength=
"35"
placeholder=
"汇款人账号"
disabled
:disabled=
"model.cpdgrp.rec.swftyp =='' "
></c-input>
</el-form-item>
</c-col>
...
...
@@ -105,6 +105,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.orc.pts.extkey')
"
:disabled=
"model.cpdgrp.rec.swftyp =='' "
>
</c-input>
</el-form-item>
...
...
@@ -124,7 +125,7 @@
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
:disabled=
"model.cpdgrp.rec.swftyp =='' "
>
详情
</c-button>
...
...
@@ -141,7 +142,7 @@
v-model=
"model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder=
"请输入Address Block"
disabled
:disabled=
"model.cpdgrp.rec.swftyp =='' "
></c-input>
</el-form-item>
</c-col>
...
...
@@ -401,15 +402,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.pye.pts.
extkey
"
>
<el-form-item
label=
"收款人"
prop=
"cpdgrp.pye.pts.
ref
"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.
extkey
"
v-model=
"model.cpdgrp.pye.pts.
ref
"
maxlength=
"14"
placeholder=
"请输入收款人"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.pye.pts.extkey')
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -426,7 +423,7 @@
<c-col
:span=
"24"
>
<c-fullbox>
<el-form-item
label=
""
prop=
"cpdgrp.pye.pts.extkey"
>
<el-form-item
label=
"
收款人
"
prop=
"cpdgrp.pye.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
placeholder=
"请输入收款人客户号"
...
...
@@ -1844,7 +1841,7 @@
</el-form-item>
</c-col>
<c-col :span="11" :offset="12">
<c-col :span="11" :offset="12"
v-if="true"
>
<el-form-item label="汇款人名称">
<c-input
v-model="model.cptp.resbchnam"
...
...
src/views/Business/Cptadv/Incp.vue
View file @
c4baba41
...
...
@@ -82,7 +82,7 @@
<el-option
v-for=
"item in codes.currencycode"
:key=
"item.value"
:label=
"item.label"
:label=
"item.
value + ' '+item.
label"
:value=
"item.value"
></el-option>
</c-select>
...
...
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