Commit d3760e96 by WF1020

litopn修改

parent 64ef8d45
......@@ -336,6 +336,7 @@ export default {
flag4: true,
flag5: false,
flag6: false,
};
},
methods: {
......@@ -392,6 +393,7 @@ export default {
this.flag1 = true;
this.flag2 = false;
this.flag3 = true;
this.model.lidgrp.rec.tenmaxday == 0
}
if (val == "M") {
this.flag1 = true;
......@@ -405,13 +407,15 @@ export default {
}
},
},
"model.lidgrp.rec.tenmaxday":{
immediate: true,
handler(val,oldval){
if(this.model.lidgrp.rec.tenmaxday==""){}
this.model.lidgrp.rec.tenmaxday='0';
}
}
// "model.lidgrp.rec.tenmaxday":{
// immediate: true,
// handler(val,oldval){
// console.log(val);
// if(this.model.lidgrp.rec.avbby !== 'P'){}
// // this.model.lidgrp.rec.tenmaxday='0';
// }
// }
},
};
</script>
......
......@@ -114,7 +114,7 @@
</c-col>
</el-col>
<c-col :span="14">
<el-form-item label="溢短装" prop="lidgrp.rec.nomtop">
<el-form-item label="浮动金额" prop="lidgrp.rec.nomtop">
<c-input
v-model="model.lidgrp.rec.nomtop"
maxlength="2"
......
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