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
b12adaea
Commit
b12adaea
authored
Aug 15, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botpay sept面板测试bug 第二表格优化以及复选框事件关联处理
parent
61128fdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
Setp.vue
src/views/Business/Botpay/Setp.vue
+7
-8
No files found.
src/views/Business/Botpay/Setp.vue
View file @
b12adaea
...
...
@@ -44,7 +44,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
""
prop=
"bodgrp.cbs.max.amt"
label-width=
"0"
>
<c-input
v-model=
"model.bodgrp.cbs.max.amt"
placeholder=
"请输入Document Amount"
disabled
></c-input>
<c-input
v-model
.
number
=
"model.bodgrp.cbs.max.amt"
placeholder=
"请输入Document Amount"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -67,7 +67,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
""
label-width=
"0"
prop=
"bodgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.bodgrp.cbs.opn1.amt"
style=
"width:100%"
placeholder=
"请输入Open Amount"
<c-input
v-model
.
number
=
"model.bodgrp.cbs.opn1.amt"
style=
"width:100%"
placeholder=
"请输入Open Amount"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -203,7 +203,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label-width=
"0"
prop=
"setmod.docamt"
>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
disabled
></c-input>
<c-input
v-model
.
number
=
"model.setmod.docamt"
placeholder=
"请输入document amount"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -224,7 +224,7 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label-width=
"0"
prop=
"setmod.redamt"
>
<c-input
v-model
=
"model.setmod.redamt"
placeholder=
"请输入document amount"
:disabled=
"isDisabled
"
>
<c-input
v-model
.
number=
"model.setmod.redamt"
placeholder=
"请输入document amount"
:disabled=
"model.bodgrp.rec.focflg? true:false
"
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -354,7 +354,7 @@ export default {
this
.
isDisabled
=
true
;
this
.
model
.
setmod
.
redamt
=
this
.
model
.
setmod
.
docamt
;
let
rtnmsg
=
await
this
.
executeDefault
(
"liaall.tenstm"
);
this
.
model
.
bodgrp
.
rec
.
docsta
=
rtnmsg
.
data
.
bodgrp_rec_
matpertyp
;
this
.
model
.
bodgrp
.
rec
.
docsta
=
rtnmsg
.
data
.
bodgrp_rec_
docsta
;
}
else
{
this
.
isDisabled
=
false
;
this
.
model
.
setmod
.
redamt
=
"0.00"
;
...
...
@@ -375,13 +375,12 @@ export default {
selIds
=
[];
this
.
model
.
setmod
.
docamt
=
"0.000"
;
this
.
model
.
liaall
.
tensetstm
.
rows
=
[];
this
.
isDisabled
=
false
;
this
.
model
.
bodgrp
.
rec
.
focflg
=
''
;
// this.model.liaall.tenstm.rows = []
}
else
{
selIds
=
[
selection
[
0
]
+
1
];
this
.
model
.
setmod
.
docamt
=
this
.
model
.
bodgrp
.
cbs
.
max
.
amt
;
this
.
isDisabled
=
true
;
this
.
model
.
bodgrp
.
rec
.
focflg
=
'X'
;
}
//
console
.
log
(
this
.
model
.
liaall
.
tensetstm
);
...
...
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