From 19e5b7583a2aa1968c674b4b35f618cc6c2e29ef Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 09 十二月 2024 14:16:30 +0800 Subject: [PATCH] 新增历史信息,页面排序,生产时间 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" index dc39d6a..b68fa6a 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" @@ -40,6 +40,7 @@ nextAddress: "", creater: "", createDate: "", + materialType:"" }); const searchFormOptions = ref([ [ @@ -71,6 +72,15 @@ { title: "鍒涘缓浜�", field: "creater", type: "like" }, { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, ], + [ + { + title: "鐗╂枡绫诲瀷", + field: "materialType", + type: "selectList", + dataKey: "InventoryMaterialType", + data: [], + } + ] ]); const columns = ref([ { @@ -96,6 +106,7 @@ type: "string", width: 200, align: "left", + sort:true, }, { field: "roadway", @@ -103,6 +114,7 @@ type: "string", width: 90, align: "left", + sort:true, }, { field: "taskType", @@ -111,6 +123,7 @@ width: 90, align: "left", bind: { key: "taskTypeEnum", data: [] }, + sort:true, }, { field: "taskStatus", @@ -119,7 +132,15 @@ width: 150, align: "left", bind: { key: "taskStatusEnum", data: [] }, - }, + sort:true, + },{ + field: "materialType", + title: "鐗╂枡绫诲瀷", + type: "string", + width: 100, + align: "left", + bind: { key: "InventoryMaterialType", data: [] }, + }, { field: "sourceAddress", title: "璧峰鍦板潃", @@ -169,6 +190,7 @@ type: "datetime", width: 150, align: "left", + sort:true, }, { field: "wMSId", @@ -191,6 +213,7 @@ type: "datetime", width: 150, align: "left", + sort:true, }, { field: "modifier", @@ -205,6 +228,7 @@ type: "datetime", width: 160, align: "left", + sort:true, }, { field: "operateType", -- Gitblit v1.9.3