更新
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user