陈勇
2026-04-06 9de6c7c6d835ba5161d64114d154bfc7676244a1
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue
@@ -23,23 +23,9 @@
            sortName: "TaskId"
        });
        const editFormFields = ref({
            "taskNum": "",
            "palletCode": ""
        });
        const editFormOptions = ref([
            [
                { "title": "任务号", "field": "taskNum", "type": "text" },
                { "title": "托盘号", "field": "palletCode", "type": "text" },
                { "title": "任务类型", "field": "taskType", "type": "select", dataKey: "TaskType", data: [] },
                { "title": "任务状态", "field": "taskState", "type": "select", dataKey: "TaskStatus", data: [] },
            ],
            [
                { "title": "起始位置", "field": "sourceAddress", type: "text" },
                { "title": "当前位置", "field": "currentAddress", type: "text" },
                { "title": "下一位置", "field": "nextAddress", type: "text" },
                { "title": "目标位置", "field": "targetAddress", type: "text" },
            ],
        ]);
        const searchFormFields = ref({
        });
@@ -52,14 +38,13 @@
            ],
            [
                { "title": "车身类型", "field": "carType", "type": "select", dataKey: "BodyType", data: [] },
                { "title": "PVI", "field": "PVI码", "type": "text" },
                { "title": "起始位置", "field": "sourceAddress", type: "text" },
                //{ "title": "当前位置", "field": "currentAddress", type: "text" },
                //{ "title": "下一位置", "field": "nextAddress", type: "text" },
                { "title": "目标位置", "field": "targetAddress", type: "text" },
            ],
            [
                { "title": "巷道", "field": "roadway", type: "text" },
                //{ "title": "task_CZInfo", "field": "车轴", type: "text" },
                { "title": "创建人", "field": "creater", type: "text" },
                { "title": "创建时间", "field": "createDate", type: "datetime" },
            ],
@@ -74,7 +59,7 @@
        { field: 'roadway', title: '巷道', type: 'string', width: 110, align: 'left' },
        { field: 'taskType', title: '任务类型', type: 'int', width: 110, align: 'left', bind: { key: "TaskType", data: [] } },
        { field: 'taskState', title: '任务状态', type: 'int', width: 110, align: 'left', bind: { key: "TaskStatus", data: [] } },
        { field: 'carType', title: '车型', type: 'int', width: 90, align: 'left'},
        { field: 'carType', title: '车身类型', type: 'int', width: 90, align: 'left',bind: { key: "BodyType", data: []}},
        { field: 'sourceAddress', title: '起始位置', type: 'string', width: 110, align: 'left' },
        //{ field: 'currentAddress', title: '当前位置', type: 'string', width: 110, align: 'left' },
        //{ field: 'nextAddress', title: '下一位置', type: 'string', width: 110, align: 'left' },