kyy
2025-11-25 d3d1af8c17dd12d06101b47b88c3d901ee9eba2a
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;