优化
This commit is contained in:
@@ -471,8 +471,8 @@ export default {
|
||||
this.form.liquid_rate = res.liquid_rate
|
||||
this.form.ball_time = res.ball_time
|
||||
this.form.ball_speed = res.ball_speed
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty / 100.0
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty / 100.0
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty
|
||||
})
|
||||
}
|
||||
},
|
||||
@@ -508,13 +508,13 @@ export default {
|
||||
this.form.liquid_rate = res.liquid_rate
|
||||
this.form.ball_time = res.ball_time
|
||||
this.form.ball_speed = res.ball_speed
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty / 100.0
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty / 100.0
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty
|
||||
})
|
||||
},
|
||||
storChange4(row) {
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty / 100.0
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty / 100.0
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty
|
||||
},
|
||||
handleClose(done) {
|
||||
this.$confirm('确认关闭?')
|
||||
|
||||
@@ -360,8 +360,8 @@ export default {
|
||||
this.form.liquid_rate = res.liquid_rate
|
||||
this.form.ball_time = res.ball_time
|
||||
this.form.ball_speed = res.ball_speed
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty / 100.0
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty / 100.0
|
||||
this.form.ball_qty = this.form.ball_rate * this.form.accept_qty
|
||||
this.form.liquid_qty = this.form.liquid_rate * this.form.accept_qty
|
||||
})
|
||||
},
|
||||
getSummaries(param) {
|
||||
|
||||
Reference in New Issue
Block a user