From 41c233ab922a2cd0aca86de4ca3180688136e04b Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 18 十月 2024 13:59:22 +0800
Subject: [PATCH] 更新注释
---
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue"
index 9799193..26d463e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue"
@@ -141,6 +141,7 @@
type: "string",
width: 200,
align: "left",
+ bind: { key: "stockStatusEmun", data: [] },
},
{
field: "locationType",
@@ -148,6 +149,7 @@
type: "string",
width: 120,
align: "left",
+ bind:{key: "locationTypeEnum", data: []}
},
{
field: "locationStatus",
@@ -155,6 +157,7 @@
type: "string",
width: 200,
align: "left",
+ bind: { key: "locationStatusEnum", data: [] },
},
{
field: "enalbeStatus",
@@ -162,6 +165,7 @@
type: "string",
width: 180,
align: "left",
+ bind: { key: "enableStatusEnum", data: [] },
},
{
field: "isFull",
@@ -170,6 +174,7 @@
width: 150,
align: "left",
hidden: true,
+ bind: { key: "yesno", data: [] },
},
{
field: "creater",
--
Gitblit v1.9.3