| | |
| | | "客户不一致:" + res.data + " || " + that.form.customerName1, |
| | | showCancel: true, |
| | | success: function (res) { |
| | | if (res.confirm) { |
| | | that.ScanCodeRecord.unshift(ScanCodeRecordList); |
| | | } else if (res.cancel) { |
| | | return; |
| | | } |
| | | }, |
| | | }); |
| | | } else { |
| | |
| | | const magnetic =( |
| | | Number(this.modalList.verificationWeight) - |
| | | Number(this.modalList.forkliftWeight) - |
| | | grossWeightSum).toFixed(1); |
| | | grossWeightSum |
| | | ).toFixed(1); |
| | | this.form.verificationWeight = this.modalList.verificationWeight; |
| | | this.form.forkliftWeight = this.modalList.forkliftWeight; |
| | | switch (this.form.productType) { |
| | |
| | | title: "提示", |
| | | content: "磅差:" + magnetic + ",是否确认提交?", |
| | | success: function (res) { |
| | | if (res.confirm) { |
| | | that.allSubmit(); |
| | | } else if (res.cancel) { |
| | | return; |
| | | } |
| | | }, |
| | | }); |
| | | } else { |