From d24121c2267e892e4fea2fad777e42c51c805c88 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期五, 27 三月 2026 16:20:59 +0800
Subject: [PATCH] feat: 添加任务下发时间
---
项目代码/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue"
index 16fdd2b..eac1519 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue"
@@ -23,6 +23,7 @@
roadway: "",
taskStatus: "",
taskType: "",
+ warehouseId: "",
sourceAddress: "",
targetAddress: "",
currentAddress: "",
@@ -30,7 +31,7 @@
creater: "",
createDate: "",
palletType: "",
- WarehouseId: "",
+ warehouseId: "",
});
const editFormOptions = ref([
[
@@ -57,6 +58,8 @@
currentAddress: "",
nextAddress: "",
createDate: "",
+ warehouseId: "",
+ dispatchertime: "",
});
const searchFormOptions = ref([
[
@@ -189,7 +192,7 @@
type: "datetime",
width: 160,
align: "left",
- hidden: true,
+ // hidden: true,
},
{
field: "creater",
--
Gitblit v1.9.3