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
4703d9bc
Commit
4703d9bc
authored
Nov 17, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cptopn交易缺陷修改
parent
9498e693
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
12 deletions
+19
-12
Default.js
src/model/Cptopn/Default.js
+2
-2
Dbb.vue
src/views/Business/Cptati/Dbb.vue
+0
-1
AdditionalInfo.vue
src/views/Business/Cptopn/AdditionalInfo.vue
+1
-1
Cnyp1.vue
src/views/Business/Cptopn/Cnyp1.vue
+4
-4
Dbb.vue
src/views/Business/Cptopn/Dbb.vue
+1
-1
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+4
-3
Outp.vue
src/views/Business/Cptopn/Outp.vue
+7
-0
No files found.
src/model/Cptopn/Default.js
View file @
4703d9bc
...
...
@@ -25,13 +25,13 @@ export default {
"cptp.cleage"
:
Utils
.
defaultFunction
,
"cptp.evebch"
:
Utils
.
defaultFunction
,
"cptp.coract"
:
Utils
.
defaultFunction
,
//
"cpdgrp.pye.pts.extkey" :Utils.defaultFunction,
"cpdgrp.pye.pts.extkey"
:
Utils
.
defaultFunction
,
"cpdgrp.rec.trntyp"
:
Utils
.
defaultFunction
,
"cpdgrp.orc.pts.adrblk"
:
Utils
.
defaultFunction
,
"setmod.doccur"
:
Utils
.
defaultFunction
,
"setmod.dspflg"
:
Utils
.
defaultFunction
,
"setmod.docamt"
:
Utils
.
defaultFunction
,
//
"cpdgrp.rec.orcact" :Utils.defaultFunction,
"cpdgrp.rec.orcact"
:
Utils
.
defaultFunction
,
"cptp.resbch"
:
Utils
.
defaultFunction
,
"cptp.secmod"
:
Utils
.
defaultFunction
,
"trnmod.trndoc.condocstm"
:
Utils
.
defaultFunction
,
...
...
src/views/Business/Cptati/Dbb.vue
View file @
4703d9bc
...
...
@@ -272,7 +272,6 @@
>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
src/views/Business/Cptopn/AdditionalInfo.vue
View file @
4703d9bc
...
...
@@ -39,7 +39,7 @@
</c-col>
<c-col
:span=
"24"
v-if=
"model.cptp.qsfysd === '1'"
>
<el-form-item
label=
"服务提供银行"
>
<el-form-item
label=
"服务提供银行"
prop=
"cptp.fwtgyh"
>
<c-input
v-model=
"model.cptp.fwtgyh"
placeholder=
""
...
...
src/views/Business/Cptopn/Cnyp1.vue
View file @
4703d9bc
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"180px"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"180px"
prop=
"cnybop.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width: 100%"
...
...
@@ -20,7 +20,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
label-width=
"180px"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
label-width=
"180px"
prop=
"cnybop.traflg"
>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width: 100%"
...
...
@@ -59,7 +59,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
"180px"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
"180px"
prop=
"cnybop.libflg"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width: 100%"
...
...
@@ -77,7 +77,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
label-width=
"180px"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
label-width=
"180px"
prop=
"cnybop.vouflg"
>
<c-select
v-model=
"model.cnybop.vouflg"
placeholder=
"请选择"
...
...
src/views/Business/Cptopn/Dbb.vue
View file @
4703d9bc
...
...
@@ -485,7 +485,7 @@ export default {
created
:
function
()
{
this
.
executeRule
(
"bopmod.dbbp.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
this
.
updateModel
(
res
.
data
);
}
});
},
...
...
src/views/Business/Cptopn/Opnp1.vue
View file @
4703d9bc
...
...
@@ -119,7 +119,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"汇款语种"
>
<el-form-item
label=
"汇款语种"
prop=
"cptp.payuil"
>
<c-select
v-model=
"model.cptp.payuil"
placeholder=
"请选择汇款语种"
...
...
@@ -175,7 +175,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"我行费用负担"
>
<el-form-item
label=
"我行费用负担"
prop=
"cpdgrp.rec.detchgcod"
>
<c-select
v-model=
"model.cpdgrp.rec.detchgcod"
style=
"width: 100%"
...
...
@@ -365,7 +365,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"货物类型"
>
<el-form-item
label=
"货物类型"
prop=
"cpdgrp.rec.stagod"
>
<c-select
v-model=
"model.cpdgrp.rec.stagod"
style=
"width: 100%"
...
...
@@ -384,6 +384,7 @@
<c-col
:span=
"11"
>
<el-form-item
label=
"清算模式"
prop=
"cptp.liqtyp"
v-if=
"model.cpdgrp.cbs.nom1.cur === 'CNY'"
>
<c-select
...
...
src/views/Business/Cptopn/Outp.vue
View file @
4703d9bc
...
...
@@ -226,6 +226,13 @@ export default {
options
:
[],
};
},
created
:
function
()
{
this
.
executeRule
(
"cnybop.outp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
},
};
</
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