From f4c3f82a3bd142bc555ec7f632dabc66ef86f5af Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期二, 19 八月 2025 16:51:45 +0800
Subject: [PATCH] 11
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
index a5c4d05..ac87811 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue"
@@ -42,11 +42,22 @@
],
]);
const searchFormFields = ref({
+ taskNum:"",
+ palletCode:"",
+ taskType:"",
+ taskState:"",
+ sourceAddress:"",
+ currentAddress:"",
+ nextAddress:"",
+ targetAddress:"",
+ roadway:"",
+ creater:"",
+ CreateDate:"",
});
const searchFormOptions = ref([
[
- { "title": "浠诲姟鍙�", "field": "taskNum", "type": "text" },
- { "title": "鎵樼洏鍙�", "field": "palletCode", "type": "text" },
+ { "title": "浠诲姟鍙�", "field": "taskNum", "type": "like" },
+ { "title": "杞﹁疆鏉$爜", "field": "palletCode", "type": "like" },
{ "title": "浠诲姟绫诲瀷", "field": "taskType", "type": "select", dataKey: "TaskType", data: [] },
{ "title": "浠诲姟鐘舵��", "field": "taskState", "type": "select", dataKey: "TaskStatus", data: [] },
@@ -59,14 +70,13 @@
],
[
{ "title": "宸烽亾", "field": "roadway", type: "text" },
- { "title": "task_CZInfo", "field": "杞﹁酱", type: "text" },
{ "title": "鍒涘缓浜�", "field": "creater", type: "text" },
- { "title": "鍒涘缓鏃堕棿", "field": "createDate", type: "datetime" },
+ { "title": "鍒涘缓鏃堕棿", "field": "CreateDate", type: "datetime" },
],
]);
const columns = ref([{ field: 'TaskId', title: '涓婚敭', type: 'string', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
{ field: 'taskNum', title: '浠诲姟鍙�', type: 'int', width: 110, align: 'left', sort: true },
- { field: 'palletCode', title: '鏉$爜', type: 'string', width: 150, align: 'left' },
+ { field: 'palletCode', title: '杞﹁疆鏉$爜', type: 'string', width: 150, align: 'left' },
{ field: 'pnboundNo', title: '鍗曟嵁鍙�', type: 'string', width: 110, align: 'left' ,hidden: true},
{ field: 'groupID', title: '搴撳瓨ID', type: 'int', width: 110, hidden: true, align: 'left' },
{ field: 'groupDetailId', title: '缁勭洏鏄庣粏ID', type: 'int', width: 110, hidden: true, align: 'left' },
--
Gitblit v1.9.3