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_hty.vue | 27 ++++++++++-----------------
1 files changed, 10 insertions(+), 17 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo_hty.vue"
index 5b03b33..d2985a9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo_hty.vue"
@@ -20,7 +20,7 @@
const table = ref({
key: "id",
footer: "Foots",
- cnName: "鏂紑杩炴帴搴撳瓨淇℃伅",
+ cnName: "鍘嗗彶搴撳瓨淇℃伅",
name: "stockInfo_hty",
url: "/stockInfo_hty/",
sortName: "CreateDate"
@@ -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