From 5dfd83bd540c2e43af2e0449c246c79a22cb1296 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 20 一月 2026 16:22:56 +0800
Subject: [PATCH] 1
---
项目代码/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue | 26 +++++++++++++++-----------
1 files changed, 15 insertions(+), 11 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue"
index 8db255e..dfab069 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue"
@@ -54,23 +54,25 @@
type: "string",
},
],
-
+
]);
const searchFormFields = ref({
materielCode: "",
materielName: "",
batchNo: "",
- supplyCode:"",
- warehouseCode:""
+ supplyCode: "",
+ warehouseCode: ""
});
const searchFormOptions = ref([
[
- { title: "鐗╂枡缂栧彿", field: "materielCode" ,type:'like'},
- { title: "鐗╂枡鍚嶇О", field: "materielName" ,type:'like'},
- { title: "鎵规鍙�", field: "batchNo" ,type:'like'},
- { title: "渚涘簲鍟嗙紪鍙�", field: "supplyCode" ,type:'like'},
- { title: "浠撳簱鍙�", field: "warehouseCode" ,type:'like'},
+ { title: "鐗╂枡缂栧彿", field: "materielCode", type: 'like' },
+ { title: "鐗╂枡鍚嶇О", field: "materielName", type: 'like' },
+ { title: "鎵规鍙�", field: "batchNo", type: 'like' },
+ { title: "渚涘簲鍟嗙紪鍙�", field: "supplyCode", type: 'like' },
],
+ [
+ { title: "浠撳簱", field: "warehouseCode", type: 'select', dataKey: "wareHouse", data: [] },
+ ]
]);
const columns = ref([
{
@@ -87,7 +89,7 @@
field: "materielCode",
title: "鐗╂枡缂栧彿",
type: "string",
- width: 150,
+ width: 120,
align: "left",
},
{
@@ -96,12 +98,13 @@
type: "string",
width: 150,
align: "left",
+ bind: { key: "materielInfo", data: [] },
},
{
field: "batchNo",
title: "鎵规鍙�",
type: "string",
- width: 90,
+ width: 120,
align: "left",
},
{
@@ -117,7 +120,8 @@
type: "string",
width: 120,
align: "left",
- },
+ bind: { key: "wareHouse", data: [] },
+ },
{
field: "stockQuantity",
title: "搴撳瓨鏁伴噺",
--
Gitblit v1.9.3