优化
This commit is contained in:
@@ -1100,7 +1100,7 @@ export default {
|
||||
this.chunfen_qty = res.chunfen_qty
|
||||
this.fullscreenLoading = false
|
||||
if ((parseFloat(this.chunfen_qty) > 0) && (parseFloat(this.chunfen_qty) < parseFloat(this.form.workorder_qty))) {
|
||||
this.$confirm('软废纯粉重量为' + parseFloat(this.chunfen_qty) + '公斤,不足工令重量,是否继续?')
|
||||
this.$confirm('软废纯粉重量为' + parseFloat(this.chunfen_qty).toFixed(3) + '公斤,不足工令重量,是否继续?')
|
||||
.then(_ => {
|
||||
this.form.workorder_qty = parseFloat(this.chunfen_qty)
|
||||
this.fullscreenLoading = true
|
||||
|
||||
Reference in New Issue
Block a user