From d3d1af8c17dd12d06101b47b88c3d901ee9eba2a Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期二, 25 十一月 2025 10:54:28 +0800
Subject: [PATCH] 1、新增入库备注

---
 H5/Js/PurchaseInventoryReturn.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/H5/Js/PurchaseInventoryReturn.js b/H5/Js/PurchaseInventoryReturn.js
index 5cf874c..6127b25 100644
--- a/H5/Js/PurchaseInventoryReturn.js
+++ b/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;

--
Gitblit v1.9.3