Commit 81d1cb91 by liaoxing

cctdav 联动修改

parent 22942dd0
......@@ -435,9 +435,19 @@ export default {
this.model.ccdgrp.col.pts.adrblk = "";
}
},
"model.ccdgrp.rec.modset": {
immediate: true,
handler(val, oldVal) {
if (this.model.ccdgrp.rec.modset === '1') {
this.model.ccdgrp.rec.purflg = "Z"
}
}
},
},
created: function () {},
methods: { ...Event },
methods: {
// ...Event
},
computed: {
totalnam(){
const cur = this.model.ccdgrp.cbs.max.cur + ' '
......
......@@ -13,6 +13,7 @@ export default class Cctdcr{
purflg:"", // Payment disposition .ccdgrp.rec.purflg
inr: "",
branchinr: "",
ver:"",
},
cbs:{
max:{
......
......@@ -18,6 +18,7 @@ export default class Cctset {
branchinr: "",
inr: "",
branchinr: "",
ver: "",
},
cbs: {
max: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment