From d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 18 十月 2025 15:04:56 +0800
Subject: [PATCH] 前端,pda,后端接口更改,新增,优化
---
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index 7ae264a..9fd1442 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -98,13 +98,6 @@
dataKey: "stockStatusEmun",
data: [],
},
- {
- title: "鐗╂枡鐘舵��",
- field: "wlstatus",
- type: "selectList",
- dataKey: "InventoryMaterialStatus",
- data: [],
- },
{ title: "搴撳瓨缂栧彿",
field: "id",
type: "like",
@@ -112,7 +105,6 @@
],
[
{ title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
- { title: "鐢熶骇鏃堕棿", field: "mgeneratetime", type: "datetime" },
]
]);
const columns = ref([
--
Gitblit v1.9.3