提交后都清空核磅重量,又车盘重量:铜杆跟导体 2.6 保留上一次的数量导体不保留)
| | |
| | | if (magnetic >= 0 && magnetic <= 3) { |
| | | this.allSubmit(); |
| | | } else { |
| | | this.$u.toast('磅差:' + magnetic + ',请车间核查'); |
| | | this.$u.toast("磅差:" + magnetic + ",请车间核查"); |
| | | } |
| | | break; |
| | | case "DT02": |
| | |
| | | // this.ScanCodeRecord.push(this.form); |
| | | this.allSubmit(); |
| | | } else { |
| | | this.$u.toast('磅差:' + magnetic + ',请车间核查'); |
| | | this.$u.toast("磅差:" + magnetic + ",请车间核查"); |
| | | } |
| | | break; |
| | | } |
| | |
| | | .then((res) => { |
| | | this.$u.toast("提交成功"); |
| | | this.ScanCodeRecord = []; |
| | | this.modalList = { |
| | | verificationWeight: "", |
| | | forkliftWeight: "", |
| | | }; |
| | | if (this.form.productTypeMap == "DT01") { |
| | | this.modalList = { |
| | | verificationWeight: "", |
| | | forkliftWeight: "", |
| | | }; |
| | | } |
| | | }) |
| | | .catch((err) => { |
| | | uni.hideLoading(); |
| | |
| | | }); |
| | | return; |
| | | } |
| | | uni.navigateTo({ |
| | | url: "/pages/wareHouse/nuclearScale/nuclearscalerecord?verificationNo=" + |
| | | encodeURIComponent(JSON.stringify(this.form.verificationNo)), |
| | | }); |
| | | uni.navigateTo({ |
| | | url: |
| | | "/pages/wareHouse/nuclearScale/nuclearscalerecord?verificationNo=" + |
| | | encodeURIComponent(JSON.stringify(this.form.verificationNo)), |
| | | }); |
| | | }, |
| | | // 存订单号 |
| | | setNo(val) { |