From 2ec78835e454cecb95e48a2be2cb0b8393674ec5 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 31 三月 2026 10:27:16 +0800
Subject: [PATCH] fix(Sys_Dictionary): 修复数字字典中文映射
---
Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
index d1973a1..006da06 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
@@ -46,7 +46,7 @@
{ field: "locationCode", title: "璐т綅缂栧彿", type: "string" },
],
[
- { field: "warehouseId", title: "浠撳簱", type: "select", dataKey: "warehouses", data: [] },
+ { field: "warehouseId", title: "浠撳簱", type: "select", dataKey: "warehouseEnum", data: [] },
{ field: "stockStatus", title: "搴撳瓨鐘舵��", type: "select", dataKey: "stockStatusEmun", data: [] },
{ field: "outboundDate", title: "鍑哄簱鏃ユ湡", type: "datetime" },
],
@@ -79,7 +79,7 @@
{ field: "palletType", title: "鎵樼洏绫诲瀷", type: "int", width: 110, align: "left" },
{ field: "locationId", title: "璐т綅ID", type: "int", width: 110, align: "left", hidden: true },
{ field: "locationCode", title: "璐т綅缂栧彿", type: "string", width: 130, align: "left" },
- { field: "warehouseId", title: "浠撳簱", type: "select", width: 110, align: "left", bind: { key: "warehouses", data: [] } },
+ { field: "warehouseId", title: "浠撳簱", type: "select", width: 110, align: "left", bind: { key: "warehouseEnum", data: [] } },
{ field: "stockStatus", title: "搴撳瓨鐘舵��", type: "int", width: 120, align: "left", bind: { key: "stockStatusEmun", data: [] } },
{ field: "outboundDate", title: "鍑哄簱鏃ユ湡", type: "datetime", width: 160, align: "left" },
{ field: "creater", title: "鍒涘缓浜�", type: "string", width: 100, align: "left" },
--
Gitblit v1.9.3