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
5ba3218b
Commit
5ba3218b
authored
Jul 25, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bftset交易bug修改临时提交
parent
0d530bbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
Betdcrs.vue
src/views/Business/Bftdcr/Betdcrs.vue
+0
-1
Setp.vue
src/views/Business/Bftset/Setp.vue
+8
-2
No files found.
src/views/Business/Bftdcr/Betdcrs.vue
View file @
5ba3218b
...
...
@@ -664,7 +664,6 @@ export default {
},
set
(
val
)
{
this
.
model
.
advdisflg
=
val
?
"X"
:
""
;
this
.
model
.
trnmod
.
trndoc
.
addstr750
=
""
;
},
},
},
...
...
src/views/Business/Bftset/Setp.vue
View file @
5ba3218b
...
...
@@ -448,6 +448,7 @@
v-model=
"model.setmod.redamt"
placeholder=
"请输入扣减金额"
:disabled=
"frepayflg"
@
change=
"selectOrCheckboxChangeExecuteRule('setmod.redamt')"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -880,10 +881,11 @@ export default {
},
frepayflg
:
{
get
()
{
return
this
.
model
.
bfdgrp
.
rec
.
frepayflg
===
"
O
"
;
return
this
.
model
.
bfdgrp
.
rec
.
frepayflg
===
"
X
"
;
},
set
(
val
)
{
this
.
model
.
bfdgrp
.
rec
.
frepayflg
=
val
?
"C"
:
"O"
;
this
.
model
.
bfdgrp
.
rec
.
frepayflg
=
val
?
"X"
:
""
;
this
.
model
.
setmod
.
redamt
=
""
;
},
},
flag
()
{
...
...
@@ -910,6 +912,10 @@ export default {
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
else
{
// this.model.setmod.docamt = "";
// this.model.setmod.setamt = "";
// this.model.aamset.utlamt = "";
}
},
},
...
...
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