Commit 81d1cb91 by liaoxing

cctdav 联动修改

parent 22942dd0
...@@ -435,9 +435,19 @@ export default { ...@@ -435,9 +435,19 @@ export default {
this.model.ccdgrp.col.pts.adrblk = ""; 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 () {}, created: function () {},
methods: { ...Event }, methods: {
// ...Event
},
computed: { computed: {
totalnam(){ totalnam(){
const cur = this.model.ccdgrp.cbs.max.cur + ' ' const cur = this.model.ccdgrp.cbs.max.cur + ' '
......
...@@ -13,6 +13,7 @@ export default class Cctdcr{ ...@@ -13,6 +13,7 @@ export default class Cctdcr{
purflg:"", // Payment disposition .ccdgrp.rec.purflg purflg:"", // Payment disposition .ccdgrp.rec.purflg
inr: "", inr: "",
branchinr: "", branchinr: "",
ver:"",
}, },
cbs:{ cbs:{
max:{ max:{
......
...@@ -18,6 +18,7 @@ export default class Cctset { ...@@ -18,6 +18,7 @@ export default class Cctset {
branchinr: "", branchinr: "",
inr: "", inr: "",
branchinr: "", branchinr: "",
ver: "",
}, },
cbs: { cbs: {
max: { 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