wbc
2 天以前 52dbfd767f2485a1d615c5d9db50d648a1d8214a
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;