Commit d3760e96 by WF1020

litopn修改

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