Admin
2026-03-06 ec3daa05f122738f18d4474b9257e4cf794dc5cf
ÏîÄ¿´úÂë/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([
            [
@@ -53,7 +68,8 @@
        { field: 'palletCode', title: '车轮条码', type: 'string', width: 180, align: 'left' },
        { field: 'carType', title: '车型', type: 'string', width: 75, align: 'left' },
        { field: 'wheels_gkcc', title: '毂孔均值', type: 'string', width: 90, align: 'left' },
        { field: 'wheelsNewOrOld', title: '新/旧', type: 'string', width: 70, align: 'left' },
        //{ field: 'wheelsNewOrOld', title: '新/旧', type: 'string', width: 70, align: 'left' },
{ field: 'wheelsNewOrOld', title: '新旧类型', type: 'string',  width: 100, align: 'left',bind: { key: "NewOld", data: [] }} ,
        { 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' },