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 +++++--
H5/PurchaseInventoryReturn.aspx | 13 +++++++++++++
2 files changed, 18 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;
diff --git a/H5/PurchaseInventoryReturn.aspx b/H5/PurchaseInventoryReturn.aspx
index 027dc0b..f557514 100644
--- a/H5/PurchaseInventoryReturn.aspx
+++ b/H5/PurchaseInventoryReturn.aspx
@@ -108,6 +108,19 @@
@input="handleWeightInput"
@blur="handleWeightBlur"
></van-field>
+ <!-- 鍏ュ簱澶囨敞杈撳叆 -->
+ <van-field
+ ref="remark"
+ v-model="formData.remark"
+ label="鍏ュ簱澶囨敞"
+ clearable
+ placeholder="璇疯緭鍏ュ娉�"
+ type="text"
+ inputmode="nvachar"
+ class="weight-field"
+
+
+ ></van-field>
<!-- 鐗╂枡鏉$爜 -->
<van-field
--
Gitblit v1.9.3