huanghongfeng
2025-06-19 f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task.vue
@@ -23,10 +23,25 @@
            sortName: "TaskId"
        });
        const editFormFields = ref({
            taskState:""
        });
        const editFormOptions = ref([
        [
            { "title": "任务状态", "field": "taskState", type: "select", dataKey: "TaskStatus", data: [] },
        ]
        ]);
        const searchFormFields = ref({
            taskNum:"",
            palletCode:"",
            taskType:"",
            taskState:"",
            sourceAddress:"",
            currentAddress:"",
            nextAddress:"",
            targetAddress:"",
            roadway:"",
            creater:"",
            createDate:"",
        });
        const searchFormOptions = ref([
            [