From b4fe67964e65428d8be84e6aed1a48b864620972 Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期二, 28 四月 2026 09:37:26 +0800
Subject: [PATCH] 111
---
项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 25 +++++++++----------------
1 files changed, 9 insertions(+), 16 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
index c3fc837..60f3229 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
@@ -42,8 +42,8 @@
});
const searchFormOptions = ref([
[
- { title: "鎵樼洏缂栧彿", field: "palletCode" },
- { title: "璐т綅缂栧彿", field: "locationCode" }
+ { title: "鐗╂枡鍚嶇О", field: "materielName" },
+ { title: "璐т綅缂栧彿", field: "locationCode" },
]
]);
const columns = ref([
@@ -62,6 +62,13 @@
title: "鎵樼洏缂栧彿",
type: "string",
width: 90,
+ align: "left"
+ },
+ {
+ field: "materielName",
+ title: "鐗╂枡鍚嶇О",
+ type: "string",
+ width: 150,
align: "left"
},
{
@@ -98,20 +105,6 @@
type: "string",
width: 90,
align: "left"
- },
- {
- field: "stockType",
- title: "鐗╂枡绫诲瀷",
- type: "int",
- width: 90,
- align: "left",
- bind: {
- key: "stockType",
- data: [
- { key: "1", value: "姘�" },
- { key: "2", value: "娌�" }
- ]
- }
},
{
field: "stockStatus",
--
Gitblit v1.9.3