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
01ac92b1
Commit
01ac92b1
authored
3 years ago
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.02.08 wujia 汇款查询 界面按钮调整
parent
ef2e6aec
master
…
bochk-demo-202202
bochk-poc
bochk-poc-1113
development-202206
origin/development-202206
revert-594e4a5c
revert-8c42ad65
revert-d0d76887
settle-test-20230110
train
vue-gjjs-template
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
26 deletions
+38
-26
BusNavbar.vue
src/views/Business/Infcpd/BusNavbar.vue
+19
-22
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+19
-4
No files found.
src/views/Business/Infcpd/BusNavbar.vue
View file @
01ac92b1
...
...
@@ -32,7 +32,6 @@ export default {
async
onNarBtnClick
(
code
,
i
){
this
.
model
.
cfgfil
.
subtrn1
=
code
let
rtnmsg
=
await
this
.
executeRule
(
"cfgfil.hotsub1"
)
console
.
log
(
"cfgfil.code:"
+
this
.
model
.
cfgfil
.
subtrn1
);
if
(
rtnmsg
.
respCode
==
SUCCESS
){
this
.
navcode
=
[]
this
.
$emit
(
"onChoose"
,
code
.
toLowerCase
());
...
...
@@ -71,8 +70,6 @@ export default {
this
.
navcode
=
[]
//请求按钮数据
this
.
model
.
cpdgrp
.
rec
.
ownref
=
this
.
ownref
console
.
log
(
"ownref:"
+
this
.
ownref
);
let
rtnmsg
=
await
this
.
executeRule
(
"cpdgrp.rec.ownref"
);
//didgrp_rec_ownref
if
(
rtnmsg
.
respCode
==
SUCCESS
){
//重置数组
...
...
@@ -84,26 +81,11 @@ export default {
const
length
=
this
.
model
.
cfgfil
.
btnstm
.
rows
.
length
let
btnStr
=
this
.
model
.
cfgfil
.
btnstm
.
rows
// let j = 0;
//
let m = 0;
let
m
=
0
;
// const buttonIndex = ['信用证修改','减额修改接受','到单','修改通知行']
for
(
let
i
=
0
;
i
<
length
;
i
++
){
//获取数组中每行的数据
// if(!( btnStr[i].indexOf("保证金") >= 0) && !(btnStr[i].indexOf("开立信用证") >= 0)){
// let arr = btnStr[i].split("\t");
// let newList = {
// code:arr[0],
// label:arr[1],
// isDis:arr[2],
// title:arr[3]
// }
// m++;
// j = buttonIndex.indexOf(arr[1].replace(/(^\s*)|(\s*$)/g, ""));
// if(j
<
0
){
// j = m;
// }
// //添加到navcode数组中
// this.navcode.splice(j,0,newList)
// }
if
(
!
(
btnStr
[
i
].
indexOf
(
"payment"
)
>=
0
)
&&
!
(
btnStr
[
i
].
indexOf
(
"境内外币"
)
>=
0
)){
let
arr
=
btnStr
[
i
].
split
(
"
\
t"
);
let
newList
=
{
code
:
arr
[
0
],
...
...
@@ -111,12 +93,27 @@ export default {
isDis
:
arr
[
2
],
title
:
arr
[
3
]
}
this
.
navcode
.
splice
(
i
,
0
,
newList
)
m
++
;
// j = buttonIndex.indexOf(arr[1].replace(/(^\s*)|(\s*$)/g, ""));
// if(j
<
0
){
// j = m;
// }
// //添加到navcode数组中
this
.
navcode
.
splice
(
m
,
0
,
newList
)
}
// let arr = btnStr[i].split("\t");
// let newList = {
// code:arr[0],
// label:arr[1],
// isDis:arr[2],
// title:arr[3]
// }
// this.navcode.splice(i,0,newList)
}
this
.
navcode
.
push
({
code
:
""
,
label
:
"退汇"
,
isDis
:
"N"
,
title
:
""
})
//屏蔽cptsel sptcpt
this
.
navcode
.
splice
(
5
,
2
)
this
.
navcode
.
splice
(
1
,
2
)
}
else
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Infcpd/Infsea.vue
View file @
01ac92b1
...
...
@@ -303,7 +303,19 @@
<!-- </c-infsearch-group> -->
<c-col
style=
"margin-top: 10px"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left: 0"
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
@
click=
"toCptopn"
>
swift汇入
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
@
click=
"toCptadv"
>
swift汇出
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
>
境内外币汇入
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
>
境内外币汇出
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin-left: 0"
>
导Excel
</c-button
>
<!-- <c-button size="small" type="primary" style="margin-left: 0"
...
...
@@ -503,7 +515,6 @@ export default {
async
getButtons
(
ownref
){
this
.
initdialog
=
true
this
.
ownref
=
ownref
console
.
log
(
"ownref:"
+
ownref
);
setTimeout
(()
=>
{
this
.
$refs
.
childs
.
$emit
(
"childmethods"
)
},
10
)
...
...
@@ -514,8 +525,6 @@ export default {
this
.
initdialog
=
false
}
,
async
getTrnInfo
(
idx
,
row
)
{
console
.
log
(
row
)
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
cpdgrp
.
rec
.
inr
=
row
[
"INR"
];
this
.
model
.
infcon
.
chksubcon
=
"X"
;
...
...
@@ -531,6 +540,12 @@ export default {
this
.
$refs
[
refId
].
doClose
();
},
handleReset
()
{},
toCptopn
(){
this
.
$router
.
history
.
push
(
"/business/cptopn"
)
},
toCptadv
(){
this
.
$router
.
history
.
push
(
"/business/cptadv"
)
}
},
created
:
function
()
{},
};
...
...
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