| | |
| | | </view> |
| | | <view class="packing-registration-param-item-right"> |
| | | <u-input |
| | | type="number" |
| | | class="item-one item-two" |
| | | v-model="modalList.verificationWeight" |
| | | /> |
| | |
| | | </view> |
| | | <view class="packing-registration-param-item-right"> |
| | | <u-input |
| | | type="number" |
| | | class="item-one item-two" |
| | | v-model="modalList.forkliftWeight" |
| | | /> |
| | |
| | | .then((res) => { |
| | | this.$u.toast("提交成功"); |
| | | this.ScanCodeRecord = []; |
| | | if (this.form.productTypeMap == "DT01") { |
| | | // if (this.form.productTypeMap == "DT01") { |
| | | this.modalList = { |
| | | verificationWeight: "", |
| | | forkliftWeight: "", |
| | | }; |
| | | // }; |
| | | } |
| | | }) |
| | | .catch((err) => { |