From f49fa4b5027cfdc27b429985d023e8002abcca2e Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 23:54:12 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 32 +++++++++++++++-----------------
1 files changed, 15 insertions(+), 17 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
index f3952cd..727209a 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
@@ -27,14 +27,12 @@
sortName: "id",
});
const editFormFields = ref({
- deviceCode: "",
- deviceName: "",
- deviceType: "",
- deviceStatus: "",
- deviceIp: "",
- devicePort: "",
- devicePlcType: "",
- deviceRemark: "",
+ palletCode: "",
+ materialType: "",
+ locationCode: "",
+ stockStatus: "",
+ materialweight: "",
+ remark: "",
});
const editFormOptions = ref([
[
@@ -70,9 +68,13 @@
],
]);
const searchFormFields = ref({
- deviceCode: "",
- deviceType: "",
- deviceStatus: "",
+ palletCode: "",
+ materialType: "",
+ locationCode: "",
+ stockStatus: "",
+ wlstatus: "",
+ createDate: "",
+ mgeneratetime: "",
});
const searchFormOptions = ref([
[
@@ -87,7 +89,7 @@
dataKey: "InventoryMaterialType",
data: [],
},
- { title: "璐т綅缂栧彿", field: "locationCode",type: "like", },
+ { title: "璐т綅缂栧彿", field: "locationCode",type: "string", },
],
[
@@ -105,13 +107,9 @@
dataKey: "InventoryMaterialStatus",
data: [],
},
- { title: "搴撳瓨缂栧彿",
- field: "id",
- type: "like",
- },
+ { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
],
[
- { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
{ title: "鐢熶骇鏃堕棿", field: "mgeneratetime", type: "datetime" },
]
]);
--
Gitblit v1.9.3