Commit b64bdeb4 by panziyi

litopn修改

parent b57124e1
......@@ -650,10 +650,9 @@ export default {
handler(val,oldval){{
if(this.model.lidgrp.cbs.nom1.cur!= ""){
this.model.lidgrp.cbs.max.cur=this.model.lidgrp.cbs.nom1.cur;
this.model.lidgrp.rec.nam=".Brilliance Techn"+this.model.lidgrp.cbs.nom1.cur+this.model.lidgrp.cbs.nom1.amt;
}
// else{
// this.model.lidgrp.cbs.max.cur="";
// }
}}
},
"model.lidgrp.cbs.nom1.amt":{
......@@ -661,10 +660,8 @@ export default {
handler(val,oldval){{
if(this.model.lidgrp.cbs.nom1.amt!= ""){
this.model.lidgrp.cbs.max.amt=this.model.lidgrp.cbs.nom1.amt;
this.model.lidgrp.rec.nam=".Brilliance Techn"+this.model.lidgrp.cbs.nom1.cur+this.model.lidgrp.cbs.nom1.amt;
}
// else{
// this.model.lidgrp.cbs.max.amt="0.00";
// }
}}
},
},
......
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