H5/Js/PurchaseInventoryReturn.js
@@ -16,7 +16,8 @@ barcodeQuantity: 0, returnBarcode: "", returnQuantity: 0, billNo: "" billNo: "", remark:"" }, itemInsFormData: {}, tableData: [], @@ -146,7 +147,9 @@ sectionCode: that.sectionCode, userName: that.userInfo.loginAccount, barcode: that.formData.barcode, weight: that.formData.weight ? Number(that.formData.weight) : null weight: that.formData.weight ? Number(that.formData.weight) : null, remark: that.formData.remark ? that.formData.remark : null }, false) .then(function (res) { var json = res;