From 7195016afc472307e4db0b415e45c9d4275bdb02 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 17:27:32 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue"
index a76b933..c2d55d3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue"
@@ -31,7 +31,15 @@
const searchFormFields = ref({
});
const searchFormOptions = ref([
-
+ [
+ { "title": "浠撳簱鍚嶇О", "field": "浠撳簱鍚嶇О", type: "text" },
+ { "title": "浜у搧鍥惧彿", "field": "浜у搧鍥惧彿", type: "text" },
+ { "title": "鍗曢噸", "field": "鍗曢噸", type: "text"},
+ ], [
+ { "title": "鍝佸悕", "field": "鍝佸悕", type: "text" },
+ { "title": "搴撳瓨鏁伴噺", "field": "搴撳瓨鏁伴噺", type: "text"},
+ { "title": "鏂欏彿", "field": "鏂欏彿", type: "text" },
+ ]
]);
const columns = ref([
{ field: '浠撳簱鍚嶇О', title: '浠撳簱鍚嶇О', type: 'string', width: 110, readonly: true, require: true, align: 'left' },
--
Gitblit v1.9.3