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
aa661ba7
Commit
aa661ba7
authored
Sep 05, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botset的bug修改
parent
5bad1c64
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
11 deletions
+27
-11
Check.js
src/model/Botset/Check.js
+1
-0
Default.js
src/model/Botset/Default.js
+2
-0
Basp3.vue
src/views/Business/Botset/Basp3.vue
+24
-11
No files found.
src/model/Botset/Check.js
View file @
aa661ba7
...
...
@@ -115,6 +115,7 @@ let checkObj = {
"cnybop.cnyinc.cpayeraccttyp"
:
null
,
"mtabut.clsflg"
:
null
,
"cnybop.vouflg"
:
null
,
"lendoc.actflg"
:
null
,
}
for
(
const
key
in
checkObj
)
{
...
...
src/model/Botset/Default.js
View file @
aa661ba7
...
...
@@ -80,5 +80,7 @@ export default {
"cnybop.outflg"
:
Utils
.
defaultFunction
,
"bodgrp.rec.docsta"
:
Utils
.
defaultFunction
,
"bopmod.outchargeamt"
:
Utils
.
defaultFunction
,
"bopmod.dbap.baspp.acp"
:
Utils
.
defaultFunction
,
"bopmod.dbdp.baspp.acp"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/views/Business/Botset/Basp3.vue
View file @
aa661ba7
...
...
@@ -217,7 +217,9 @@
<c-col
:span=
"24"
>
<c-checkbox
style=
" margin: 0px 0 10px 150px;"
disabled
v-model=
"model.bopmod.dbap.baspp.acp"
>
确认
</c-checkbox>
<el-form-item
label=
""
prop=
"bopmod.dbap.baspp.acp"
>
<c-checkbox
style=
" margin: 0px 0 10px 150px;"
disabled
v-model=
"model.bopmod.dbap.baspp.acp"
>
确认
</c-checkbox>
</el-form-item>
</c-col>
...
...
@@ -295,16 +297,27 @@ export default {
}
},
computed
:
{
acp
:
{
get
()
{
return
this
.
model
.
bopmod
.
dbap
.
baspp
.
acp
===
"X"
;
},
set
(
val
)
{
this
.
model
.
bopmod
.
dbap
.
baspp
.
acp
=
val
?
"X"
:
""
;
},
},
},
// computed: {
// acp: {
// get() {
// return this.model.bopmod.dbap.baspp.acp === "X";
// },
// set(val) {
// this.model.bopmod.dbap.baspp.acp = val ? "X" : "";
// },
// },
// },
// watch:{
// "model.bopmod.dbap.baspp.acp" :{
// immediate: true,
// handler(val,oldval){
// if(this.model.bopmod.dbap.baspp.acp==""){
// this.model.bopmod.dbap.baspp.acp="X"
// }
// }
// },
// },
methods
:{
// async change() {
// if(this.model.bopmod.szflg=="1"){
...
...
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