From ec3daa05f122738f18d4474b9257e4cf794dc5cf Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期五, 06 三月 2026 10:36:01 +0800
Subject: [PATCH] 接口新增
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/SelectionWheels.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/SelectionWheels.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/SelectionWheels.vue"
index 87dfab1..2d1b045 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/SelectionWheels.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/SelectionWheels.vue"
@@ -47,6 +47,7 @@
cltm:"",
cztm:"",
location:"",
+ createDate:""
});
const searchFormOptions = ref([
@@ -60,6 +61,9 @@
[
{ "title": "搴撲綅鍙�", "field": "location", type: "text" },
+ ],
+ [
+ { "title": "鍒涘缓鏃堕棿", "field": "createDate", type: "datetime" },
]
]);
--
Gitblit v1.9.3