Commit 6837db14 by panziyi

litopn修改

parent 01a4c19a
......@@ -645,6 +645,28 @@ export default {
}
},
},
"model.lidgrp.cbs.nom1.cur":{
immediate: true,
handler(val,oldval){{
if(this.model.lidgrp.cbs.nom1.cur!= ""){
this.model.lidgrp.cbs.max.cur=this.model.lidgrp.cbs.nom1.cur;
}
// else{
// this.model.lidgrp.cbs.max.cur="";
// }
}}
},
"model.lidgrp.cbs.nom1.amt":{
immediate: true,
handler(val,oldval){{
if(this.model.lidgrp.cbs.nom1.amt!= ""){
this.model.lidgrp.cbs.max.amt=this.model.lidgrp.cbs.nom1.amt;
}
// else{
// this.model.lidgrp.cbs.max.amt="0.00";
// }
}}
},
},
computed: {
flag1() {
......
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