From 52dbfd767f2485a1d615c5d9db50d648a1d8214a Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 23 十二月 2025 23:56:58 +0800
Subject: [PATCH] 生产报工模糊查询
---
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