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 | 9 ++++++---
1 files changed, 6 insertions(+), 3 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 9106f80..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"
@@ -69,8 +69,10 @@
{ title: "鐗╂枡鍚嶇О", field: "materielName", type: 'like' },
{ title: "鎵规鍙�", field: "batchNo", type: 'like' },
{ title: "渚涘簲鍟嗙紪鍙�", field: "supplyCode", type: 'like' },
- { title: "浠撳簱鍙�", field: "warehouseCode", 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",
},
{
@@ -102,7 +104,7 @@
field: "batchNo",
title: "鎵规鍙�",
type: "string",
- width: 90,
+ width: 120,
align: "left",
},
{
@@ -118,6 +120,7 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "wareHouse", data: [] },
},
{
field: "stockQuantity",
--
Gitblit v1.9.3