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
afdbc956
Commit
afdbc956
authored
Jan 18, 2022
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
付款交易复核页面表外信息问题修复
parent
91d13d3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+2
-0
index.vue
src/views/Business/Bdtset/index.vue
+4
-4
No files found.
src/views/Business/Bdtset/Utlp.vue
View file @
afdbc956
...
...
@@ -760,6 +760,8 @@ export default {
this
.
executeRule
(
"bddgrp.rec.docprbrol"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
this
.
stmData
.
data
=
res
.
data
.
liaall_tenstm
.
rows
;
this
.
$refs
.
bwxxIst
.
$refs
.
table
.
toggleAllSelection
();
}
});
},
...
...
src/views/Business/Bdtset/index.vue
View file @
afdbc956
...
...
@@ -189,9 +189,9 @@ export default {
console
.
log
(
rtnmsg
)
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
that
.
$refs
.
utlp
.
stmData
.
data
=
rtnmsg
.
data
.
liaall_tenstm
.
rows
this
.
$nextTick
(()
=>
{
that
.
$refs
.
utlp
.
$refs
.
bwxxIst
.
$refs
.
table
.
toggleAllSelection
()
})
//
this.$nextTick(() => {
//
that.$refs.utlp.$refs.bwxxIst.$refs.table.toggleAllSelection()
//
})
// 解决init后扣费后付款金额字段没有值问题
this
.
$nextTick
(()
=>
{
//that.$refs.utlp.commonExecuteRule('setmod.redamt')
...
...
@@ -206,7 +206,7 @@ export default {
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
,
}
</
script
>
<
style
>
...
...
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