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
f08d78b2
Commit
f08d78b2
authored
Jun 24, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbrd
parent
a2447b28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
3 deletions
+58
-3
BusNavbar.vue
src/views/Business/Infbrd/BusNavbar.vue
+2
-2
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+56
-1
No files found.
src/views/Business/Infbrd/BusNavbar.vue
View file @
f08d78b2
...
...
@@ -8,7 +8,7 @@
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Litsel
from
"~/model/
D
itsel"
import
Litsel
from
"~/model/
L
itsel"
import
commonProcess
from
"~/mixin/commonProcess"
...
...
@@ -71,7 +71,7 @@ export default {
this
.
navcode
=
[]
//请求按钮数据
//this.model.didgrp.rec.ownref = 'KZ3500210540AA'
this
.
model
.
b
d
dgrp
.
rec
.
ownref
=
this
.
ownref
this
.
model
.
b
r
dgrp
.
rec
.
ownref
=
this
.
ownref
console
.
log
(
"ownref:"
+
this
.
ownref
);
// let rtnmsg = await this.executeRule("didgrp.rec.ownref");//didgrp_rec_ownref
let
rtnmsg0
=
await
this
.
executeRule
(
"brdgrp.rec.ownref"
);
//cfgfil.hotreg3
...
...
src/views/Business/Infbrd/Infsea.vue
View file @
f08d78b2
...
...
@@ -234,13 +234,48 @@
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
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"
>
<el-table-column
prop=
"op"
label=
"操作"
width=
"0"
>
<template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['INR'])"
>
详情
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
详情
</c-button>
</el-popover>
<c-button
style=
"margin-left: 0"
size=
"small"
...
...
@@ -277,6 +312,26 @@ export default {
return
{
ownref
:
""
,
initdialog
:
false
,
trnData
:
{
columns
:
[
'1 1 "编号" 200'
,
'2 2 "交易名称" 120'
,
// '3 3 "日期" 200',
{
index
:
3
,
position
:
3
,
width
:
110
,
pattern
:
"date"
,
label
:
"日期"
},
// '4 4 "状态" 50',
{
index
:
4
,
position
:
4
,
width
:
100
,
pattern
:
"code"
,
label
:
"状态"
,
code
:
this
.
codes
.
relstaEN
,
},
'5 5 "币种" 80'
,
'6 6 "金额" 110'
,
],
data
:
[],
},
columns
:
[
'1 1 "Reference" 140'
,
'2 2 "Resp. User" 100'
,
...
...
@@ -317,7 +372,7 @@ export default {
},
async
getTrnInfo
(
idx
,
row
)
{
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
di
dgrp
.
rec
.
inr
=
row
[
"INR"
];
this
.
model
.
br
dgrp
.
rec
.
inr
=
row
[
"INR"
];
this
.
model
.
infcon
.
chksubcon
=
"X"
;
this
.
dialogTableVisible
=
true
;
...
...
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