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
zhouqian
vue-gjjs
Commits
b2dc0805
Commit
b2dc0805
authored
Dec 09, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核列表处理按钮路由跳转加prepageId
parent
20ed97b0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
16 deletions
+6
-16
index.js
src/model/Litame/index.js
+1
-1
Event.js
src/model/Trnrel/Event.js
+2
-2
Ovwp1.vue
src/views/Business/Gitopn/Ovwp1.vue
+2
-12
index.vue
src/views/Business/Trnrel/index.vue
+1
-1
No files found.
src/model/Litame/index.js
View file @
b2dc0805
...
...
@@ -157,7 +157,7 @@ export default class Litame{
spcben
:
""
,
// Special Payment Conditions for Beneficiary .lidgrp.blk.spcben
spcbename
:
""
,
// Special payment Conditions for beneficiary History .lidgrp.blk.spcbename
spcrcb
:
""
,
// Special Payment Conditions for Bank Only .lidgrp.blk.spcrcb
spcrcbame
:
""
,
spcrcbame
:
""
,
//Historic Overview .lidgrp.blk.spcrcbame
},
drw
:{
pts
:
new
Pts
().
data
,
...
...
src/model/Trnrel/Event.js
View file @
b2dc0805
...
...
@@ -99,8 +99,8 @@ export default {
pass
:
this
.
onRelrow
.
bind
(
this
,
idx
),
refuse
:
this
.
onReprow
.
bind
(
this
,
idx
),
});
this
.
$router
.
push
({
path
:
viewurl
,
query
:
{
trn
:
row
[
'INR'
],
operateId
:
operat
eId
}
});
// this.$router.push({ path: viewurl, query: { trn: row['INR'], operateId: operateId } });
this
.
$router
.
push
({
name
:
'Review'
+
trnName
.
charAt
(
0
).
toUpperCase
()
+
trnName
.
substring
(
1
),
query
:
{
trn
:
row
[
'INR'
],
operateId
:
operateId
},
params
:
{
prePageId
:
this
.
model
.
pag
eId
}
});
},
async
onWaitDetail
(
idx
,
row
)
{
...
...
src/views/Business/Gitopn/Ovwp1.vue
View file @
b2dc0805
...
...
@@ -83,12 +83,7 @@
style=
"width: 80%"
placeholder=
"请输入保函金额"
@
blur=
"defaultFunction('gidgrp.cbs.opn1.amt')"
@
keyup
.
enter
.
native=
"
defaultFunction(
'gidgrp.cbs.opn1.amt',
model.gidgrp.cbs.opn1.amt
)
"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -119,12 +114,7 @@
style=
"width: 100%"
placeholder=
"请输入保函金额"
@
blur=
"defaultFunction('gidgrp.cbs.opn1.amt')"
@
keyup
.
enter
.
native=
"
defaultFunction(
'gidgrp.cbs.opn1.amt',
model.gidgrp.cbs.opn1.amt
)
"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Trnrel/index.vue
View file @
b2dc0805
...
...
@@ -88,7 +88,7 @@ export default {
},
created
()
{
const
that
=
this
;
that
.
init
(
that
.
model
).
then
((
res
)
=>
{
that
.
init
().
then
((
res
)
=>
{
//TODO 处理数据逻辑
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
);
...
...
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