From ce1292c9cf37195b6abd2699dfc5d6cb3e143c9b Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 12 四月 2026 23:38:19 +0800
Subject: [PATCH] feat(MES): 添加MES接口相关实体和DTO JS扩展文件至JSX格式并更新配置
---
Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue | 6 +++---
1 files changed, 3 insertions(+), 3 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..de52fbf 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
@@ -13,7 +13,7 @@
</view-grid>
</template>
<script>
-import extend from "@/extension/stock/stock.js";
+import extend from "@/extension/stock/stock.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
@@ -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