刘磊
5 天以前 5eeed44ad21748ed7560a8c688d4e2d2f03555c8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/taskinfo/Dt_Task_Hty.vue
@@ -53,13 +53,13 @@
            ],
            [
                { "title": "起始位置", "field": "sourceAddress", type: "text" },
                { "title": "当前位置", "field": "currentAddress", type: "text" },
                { "title": "下一位置", "field": "nextAddress", 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": "task_CZInfo", "field": "车轴", type: "text" },
                { "title": "创建人", "field": "creater", type: "text" },
                { "title": "创建时间", "field": "createDate", type: "datetime" },
            ],
@@ -74,10 +74,10 @@
        { 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: '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' },
        //{ field: 'currentAddress', title: '当前位置', type: 'string', width: 110, align: 'left' },
        //{ field: 'nextAddress', title: '下一位置', type: 'string', width: 110, align: 'left' },
        { field: 'targetAddress', title: '目标位置', type: 'string', width: 110, align: 'left' },
        { field: 'task_CZInfo', title: '选配车轴', type: 'string', width: 110, align: 'left' },
        //{ field: 'task_CZInfo', title: '选配车轴', type: 'string', width: 110, align: 'left' },
        //{ field: 'grade', title: '优先级', type: 'int', width: 60, align: 'left' },
        //{ field: 'productionLine', title: '产线', type: 'string', width: 70, align: 'left', bind: { key: "ProductionLine", data: [] }  },
        //{ field: 'processCode', title: '工序', type: 'string', width: 90, align: 'left' },
@@ -89,8 +89,8 @@
        { field: 'creater', title: '创建人', type: 'string', sort: true, width: 110, align: 'left' },
        { field: 'modifier', title: '修改人', type: 'string', sort: true, width: 100, align: 'left' },
        { field: 'locationCode', title: '货位号', type: 'string', width: 110, hidden: true, align: 'left' },
        { field: 'materialNo', title: '物料编号', type: 'string', width: 110, hidden: true, align: 'left' },
        { field: 'targetAddress', title: '目标地址', type: 'string', width: 110, hidden: true, align: 'left' },
        //{ field: 'materialNo', title: '物料编号', type: 'string', width: 110, hidden: true, align: 'left' },
       // { field: 'targetAddress', title: '目标地址', type: 'string', width: 110, hidden: true, align: 'left' },
        { field: 'createID', title: '创建ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' },
        { field: 'modifyID', title: '修改人ID', type: 'int', sort: true, width: 100, hidden: true, align: 'left' },]);
        const detail = ref({