This commit is contained in:
liushuai
2020-04-10 19:14:40 +08:00
parent c4f507b2c7
commit 178e5de410
14 changed files with 422 additions and 15 deletions

View File

@@ -292,9 +292,9 @@ export default {
},
timeChange() {
if (this.form1.完成数量 > 0) {
this.加工时间 = Number(this.form1.录入工时) * Number(this.form1.完成数量) + Number(this.form1.录入准结)
this.加工时间 = Number(this.form1.录入工时) * Number(this.form1.完成数量)
} else {
this.加工时间 = Number(this.form1.录入工时) + Number(this.form1.录入准结)
this.加工时间 = Number(this.form1.录入工时)
}
},
submit1() {