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
bbe6ef88
Commit
bbe6ef88
authored
Jan 05, 2023
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitset测试缺陷修改。
parent
affacbe0
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
114 additions
and
49 deletions
+114
-49
Basp.vue
src/views/Business/Gitset/Basp.vue
+21
-15
Basp1.vue
src/views/Business/Gitset/Basp1.vue
+21
-15
Cips.vue
src/views/Business/Gitset/Cips.vue
+6
-4
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+6
-0
Outp.vue
src/views/Business/Gitset/Outp.vue
+25
-10
Ovwp.vue
src/views/Business/Gitset/Ovwp.vue
+29
-5
index.vue
src/views/Business/Gitset/index.vue
+6
-0
No files found.
src/views/Business/Gitset/Basp.vue
View file @
bbe6ef88
...
...
@@ -91,26 +91,29 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"购汇金额"
prop=
"bopmod.dbcgrp.bas.lcyamt"
>
<c-input
<c-input
-currency-min
v-model=
"model.bopmod.dbcgrp.bas.lcyamt"
placeholder=
"请输入购汇金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"现汇金额"
prop=
"bopmod.dbcgrp.bas.fcyamt"
>
<c-input
<c-input
-currency-min
v-model=
"model.bopmod.dbcgrp.bas.fcyamt"
placeholder=
"请输入现汇金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"其它金额"
prop=
"bopmod.dbcgrp.bas.othamt"
>
<c-input
<c-input
-currency-min
v-model=
"model.bopmod.dbcgrp.bas.othamt"
placeholder=
"请输入其它金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
...
...
@@ -128,14 +131,15 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"bopmod.dbcgrp.bas.txamt"
>
<c-input
<c-input
-currency-min
disabled
v-model=
"model.bopmod.dbcgrp.bas.txamt"
placeholder=
"请输入付款币种及金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
...
...
@@ -156,14 +160,15 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"bopmod.dbcgrp.bas.actuamt"
>
<c-input
<c-input
-currency-min
disabled
v-model=
"model.bopmod.dbcgrp.bas.actuamt"
placeholder=
"请输入实际付款币种及金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -289,14 +294,15 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"bopmod.dbcgrp.bas.outchargeamt"
>
<c-input
<c-input
-currency-min
disabled
v-model=
"model.bopmod.dbcgrp.bas.outchargeamt"
placeholder=
"请输入扣费币种及金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
src/views/Business/Gitset/Basp1.vue
View file @
bbe6ef88
...
...
@@ -91,26 +91,29 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"购汇金额"
prop=
"bopmod.dbfgrp.bas.lcyamt"
>
<c-input
<c-input
-currency-min
v-model=
"model.bopmod.dbfgrp.bas.lcyamt"
placeholder=
"请输入购汇金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"现汇金额"
prop=
"bopmod.dbfgrp.bas.fcyamt"
>
<c-input
<c-input
-currency-min
v-model=
"model.bopmod.dbfgrp.bas.fcyamt"
placeholder=
"请输入现汇金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"其它金额"
prop=
"bopmod.dbfgrp.bas.othamt"
>
<c-input
<c-input
-currency-min
v-model=
"model.bopmod.dbfgrp.bas.othamt"
placeholder=
"请输入其它金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
...
...
@@ -128,14 +131,15 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"bopmod.dbfgrp.bas.txamt"
>
<c-input
<c-input
-currency-min
disabled
v-model=
"model.bopmod.dbfgrp.bas.txamt"
placeholder=
"请输入付款币种及金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
...
...
@@ -156,14 +160,15 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"bopmod.dbfgrp.bas.actuamt"
>
<c-input
<c-input
-currency-min
disabled
v-model=
"model.bopmod.dbfgrp.bas.actuamt"
placeholder=
"请输入实际付款币种及金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -289,14 +294,15 @@
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"
10
px"
label-width=
"
5
px"
prop=
"bopmod.dbfgrp.bas.outchargeamt"
>
<c-input
<c-input
-currency-min
disabled
v-model=
"model.bopmod.dbfgrp.bas.outchargeamt"
placeholder=
"请输入扣费币种及金额"
></c-input>
class=
"input-currency-left"
></c-input-currency-min>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
src/views/Business/Gitset/Cips.vue
View file @
bbe6ef88
...
...
@@ -170,10 +170,10 @@
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"付款行行名"
prop=
"trnmod.cipmod.
skkh
hmc"
>
<c-form-item
label=
"付款行行名"
prop=
"trnmod.cipmod.
fkk
hmc"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.cipmod.
skkh
hmc"
v-model=
"model.trnmod.cipmod.
fkk
hmc"
disabled
maxlength=
"35"
show-word-limit
...
...
@@ -377,10 +377,12 @@
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"24"
offset=
"7"
>
<c-checkbox
v-model=
"model.trnmod.cipmod.cips112"
disabled
<c-col
:span=
"24"
>
<c-form-item
label=
""
>
<c-checkbox
v-model=
"model.trnmod.cipmod.covflg"
class=
"checkbox-left"
disabled
>
112cov
</c-checkbox
>
</c-form-item>
</c-col>
</c-col>
</div>
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
bbe6ef88
...
...
@@ -472,6 +472,12 @@
></el-option>
</c-select>
</el-form-item>
<el-form-item
label=
""
style=
"height:48px"
v-else
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
...
...
src/views/Business/Gitset/Outp.vue
View file @
bbe6ef88
...
...
@@ -41,10 +41,25 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"付款人名称"
prop=
"cnybop.spayeename"
>
<c-input
v-model=
"model.cnybop.spayeename"
maxlength=
"80"
placeholder=
""
readonly
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人常驻国家/地区编号"
prop=
"cnybop.cnyout.spayercountrycode"
>
<c-
col
:span=
"20"
>
<c-
fullbox
>
<c-input
v-model=
"model.cnybop.cnyout.spayercountrycode"
maxlength=
"3"
...
...
@@ -53,12 +68,11 @@
showGridPromptDialog('cnybop.cnyout.spayercountrycode')
"
></c-input>
</c-col>
<c-col
:span=
"4"
style=
"text-align: right"
>
<template
slot=
"footer"
>
<c-button
size=
"small"
style=
"margin-left: 10px; padding: 0 12px"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'cnybop.outcty',
...
...
@@ -69,8 +83,9 @@
'doxpDialog'
)
"
>
</c-button>
</c-col>
>?
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
...
...
@@ -145,7 +160,7 @@
style=
"width: 100%"
>
<el-option
v-for=
"item in
options
"
v-for=
"item in
codes.infled_Cur
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -230,10 +245,10 @@
<el-form-item
label=
"付款人机构代码或身份证件号码"
label-width=
"30%"
prop=
"cnybop.
spayeenam
e"
prop=
"cnybop.
cnyout.spayeeorgcod
e"
>
<c-input
v-model=
"model.cnybop.
spayeenam
e"
v-model=
"model.cnybop.
cnyout.spayeeorgcod
e"
maxlength=
"80"
style=
"width: 100%"
placeholder=
""
...
...
@@ -265,7 +280,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
付
款人名称"
label=
"
收
款人名称"
label-width=
"30%"
prop=
"cnybop.spayername"
>
...
...
src/views/Business/Gitset/Ovwp.vue
View file @
bbe6ef88
...
...
@@ -11,12 +11,12 @@
</el-collapse-item>
<el-collapse-item
title=
"CIPS"
name=
"cips
2
"
<el-collapse-item
title=
"CIPS"
name=
"cips"
v-if=
"model.trnmod.cmtflg == 'P'&&model.gidgrp.rec.cmtflg"
>
<m-cips
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"CIPS2"
name=
"cips"
<el-collapse-item
title=
"CIPS2"
name=
"cips
2
"
v-if=
"model.trnmod.cmtflg == 'P'&&model.gidgrp.rec.cmtflg"
>
<m-cips2
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
...
...
@@ -53,8 +53,7 @@
import
Gitsetp
from
"./Gitsetp"
;
const
tabNameToRulePathMapping
=
{
"det756"
:
"setmod.setglg.setgll(2).sespay.det756"
,
"det202cv"
:
"setmod.setglg.setgll(2).sespay.det202"
"cips"
:
"trnmod.cipmod.cips"
,
}
export
default
{
...
...
@@ -93,7 +92,11 @@
pa
.
push
({
idx
:
i
,
title
:
'头寸调拨(MT202 '
+
temp
.
join
(
' '
)
+
')'
,
name
:
'det202cv_'
+
temp
.
join
(
'_'
),
type
:
'202'
})
}
}
return
pa
if
(
pa
.
length
!==
0
){
tabNameToRulePathMapping
[
pa
[
0
].
name
]
=
"setmod.setglg.setgll(2).sespay.det756"
;
tabNameToRulePathMapping
[
pa
[
1
].
name
]
=
"setmod.setglg.setgll(2).sespay.det202cv"
;
}
return
pa
;
}
},
methods
:
{
...
...
@@ -120,8 +123,29 @@
});
}
},
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
);
const
name
=
tab
.
name
;
let
rulePath
;
if
(
name
===
tabNameToRulePathMapping
[
1
]){
rulePath
=
"setmod.setglg.setgll(2).sespay.det756"
}
if
(
name
===
tabNameToRulePathMapping
[
2
])
{
rulePath
=
"setmod.setglg.setgll(2).sespay.det202cv"
}
if
(
!!
rulePath
)
{
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
);
}
});
}
},
},
created
:
function
()
{},
mounted
()
{
console
.
log
(
pacs
);
}
};
</
script
>
...
...
src/views/Business/Gitset/index.vue
View file @
bbe6ef88
...
...
@@ -227,6 +227,12 @@ export default {
if
(
name
===
"cips"
)
{
rulePath
=
"trnmod.cipmod.cips"
}
// if(name === 'det756'){
// rulePath = "setmod.setglg.setgll(2).sespay.det756"
// }
// if (name === "det202cv") {
// rulePath = "setmod.setglg.setgll(2).sespay.det202cv"
// }
if
(
!!
rulePath
)
{
this
.
executeRule
(
rulePath
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
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