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
5b94e824
Commit
5b94e824
authored
Jan 12, 2022
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信用证查询、单据查询历史详情增加关闭按钮
parent
57921bf9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
3 deletions
+26
-3
Infsea.vue
src/views/Business/Infbdd/Infsea.vue
+12
-3
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+14
-0
No files found.
src/views/Business/Infbdd/Infsea.vue
View file @
5b94e824
...
...
@@ -251,7 +251,11 @@
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;"
>
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
</div>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
...
...
@@ -346,8 +350,10 @@ export default {
'8 6 "Beneficiary" 150'
,
'9 7 "Party Number" 140'
,
'10 8 "Presenting Bank" 220'
,
'3 9 "Opened" 150'
,
'4 10 "Closed" 80'
,
// '3 9 "Opened" 150',
// '4 10 "Closed" 80',
{
index
:
3
,
position
:
9
,
width
:
100
,
pattern
:
'date'
,
label
:
'Opened'
},
{
index
:
4
,
position
:
10
,
width
:
100
,
pattern
:
'date'
,
label
:
'Closed'
},
'11 11 "Doc Amount Cur" 120'
,
'12 12 "Doc Amount" 120'
,
'13 13 "Open Amount Cur" 130'
,
...
...
@@ -377,8 +383,11 @@ export default {
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
initdialog
=
false
},
closeTrn
(
refId
){
this
.
$refs
[
refId
].
doClose
();
},
async
getTrnInfo
(
idx
,
row
)
{
debugger
;
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
didgrp
.
rec
.
inr
=
row
[
"INR"
];
...
...
src/views/Business/Infdid/Infsea.vue
View file @
5b94e824
...
...
@@ -317,7 +317,11 @@
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;"
>
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
</div>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
...
...
@@ -342,6 +346,13 @@
>
详情
</c-button>
<!-- <c-button
style="margin-left: 0"
size="small"
>
关闭
</c-button> -->
</el-popover>
<!-- <c-button
...
...
@@ -670,6 +681,9 @@ export default {
this
.
trnData
.
data
=
rtnmsg
.
data
.
infcon_trnstm
.
rows
;
}
},
closeTrn
(
refId
){
this
.
$refs
[
refId
].
doClose
();
},
toDitopn
(){
this
.
$router
.
history
.
push
(
"/business/ditopn"
)
}
...
...
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