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
500e573e
Commit
500e573e
authored
Sep 26, 2022
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改infbpd bptopn 快照
parent
0008ed02
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
81 deletions
+22
-81
Bptopnp.vue
src/views/Business/Bptopn/Bptopnp.vue
+3
-9
Infsea.vue
src/views/Business/Infbpd/Infsea.vue
+19
-72
No files found.
src/views/Business/Bptopn/Bptopnp.vue
View file @
500e573e
...
@@ -51,9 +51,7 @@
...
@@ -51,9 +51,7 @@
</c-col>
</c-col>
<c-col
:span=
"1"
>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBptmodButgetref"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBptmodButgetref"
>
Get
</c-button>
Get
</c-button>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
...
@@ -333,9 +331,7 @@
...
@@ -333,9 +331,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFinmodButget"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFinmodButget"
>
Get
</c-button>
Get
</c-button>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
...
@@ -438,9 +434,7 @@
...
@@ -438,9 +434,7 @@
</c-col>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onDinmodDget"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onDinmodDget"
>
Get
</c-button>
Get
</c-button>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
...
...
src/views/Business/Infbpd/Infsea.vue
View file @
500e573e
...
@@ -344,7 +344,6 @@
...
@@ -344,7 +344,6 @@
>
>
</c-col>
</c-col>
<!-- <el-row> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
...
@@ -355,87 +354,36 @@
...
@@ -355,87 +354,36 @@
></c-col>
></c-col>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-popover
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
placement=
"top-start"
title=
"历史信息"
<div
style=
" text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px; "
>
width=
"800"
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
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>
</div>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
>
<el-table-column
prop=
"op"
label=
"操作"
width=
"0"
>
<el-table-column
prop=
"op"
label=
"操作"
width=
"0"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<c-button
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['INR'])"
>
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['INR'])"
>
详情
详情
</c-button>
</c-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</c-istream-table>
</c-istream-table>
<c-button
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
详情
详情
</c-button>
</c-button>
<!-- <c-button
style="margin-left: 0"
size="small"
>
关闭
</c-button> -->
</el-popover>
</el-popover>
<!-- <c-button
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['OWNREF'])"
>
style="margin-left: 0"
size="small"
@click="getTrnInfo(scope.$index,scope.row)"
>
详情
</c-button> -->
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['OWNREF'])"
>
处理
处理
</c-button>
</c-button>
<!-- <c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getDitSelInfo(scope.$index, scope.row)"
>
info
</c-button> -->
</template>
</template>
</el-table-column>
</el-table-column>
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
:model=
"BptselModel"
ownrefPath=
"bpdgrp"
trnCode=
"bptsel"
@
onChoose=
"onChoose"
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
:model=
"BptselModel"
ownrefPath=
"bpdgrp"
trnCode=
"bptsel"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
>
11
</m-busbtn>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -603,18 +551,17 @@ export default {
...
@@ -603,18 +551,17 @@ export default {
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$refs
.
childs
.
initdialog
=
false
},
},
// async getTrnInfo(idx, row) {
async
getTrnInfo
(
idx
,
row
)
{
// this.model.infcon.objinr = row["INR"];
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
// this.model.bpdgrp.rec.inr = row["INR"];
this
.
model
.
bpdgrp
.
rec
.
inr
=
row
[
"INR"
];
// this.model.infcon.chksubcon = "X";
this
.
model
.
infcon
.
chksubcon
=
"X"
;
this
.
dialogTableVisible
=
true
;
let
rtnmsg
=
await
this
.
executeDefault
(
"infcon.chksubcon"
);
// this.dialogTableVisible = true;
if
((
rtnmsg
.
respCode
=
SUCCESS
))
{
// let rtnmsg = await this.executeDefault("infcon.chksubcon");
this
.
trnData
.
data
=
rtnmsg
.
data
.
infcon_trnstm
.
rows
;
}
// if ((rtnmsg.respCode = SUCCESS)) {
},
// this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
// }
// },
closeTrn
(
refId
)
{
closeTrn
(
refId
)
{
this
.
$refs
[
refId
].
doClose
();
this
.
$refs
[
refId
].
doClose
();
},
},
...
...
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