zhangchengsong
2 天以前 f59f3b24814387573b5bca9a9b6c832a3720ee7e
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue
@@ -49,15 +49,37 @@
          title: "任务类型",
          field: "taskType",
          type: "selectList",
          dataKey: "taskType",
          data: [],
          dataKey: "",
          data:[
            { value: "出库", key: 100 },
            { value: "入库", key: 200 },
            { value: "盘点", key: 300 },
          ]
        },
        {
          title: "任务状态",
          field: "taskState",
          type: "selectList",
          dataKey: "taskState",
          data: [],
          dataKey: "",
          data: [
            { value: "新建出库任务", key: 100 },
            { value: "堆垛机出库执行中", key: 110 },
            { value: "出库任务完成", key: 190 },
            { value: "出库任务挂起", key: 198 },
            { value: "出库任务取消", key: 199 },
            { value: "新建入库任务", key: 200 },
            { value: "堆垛机入库执行中", key: 210 },
            { value: "入库任务完成", key: 290 },
            { value: "入库任务挂起", key: 298 },
            { value: "入库任务取消", key: 299 },
            { value: "新建盘点任务", key: 300 },
            { value: "堆垛机盘点执行中", key: 310 },
            { value: "盘点任务完成", key: 390 },
            { value: "盘点任务挂起", key: 398 },
            { value: "盘点任务取消", key: 399 }
          ],
        },
      ],
      [
@@ -68,8 +90,9 @@
      ],
      [
        { title: "巷道号", field: "roadway", type: "like" },
        { title: "创建人", field: "creater", type: "like" },
        { title: "创建人", field: "creater", type: "select",dataKey: "",data:[{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}]  },
        { title: "创建时间", field: "createDate", type: "datetime" },
        {title: "备注",field: "remark",type:"select",dataKey: "",data: [{value:"人工手动删除",key:"人工手动删除"},{value:"人工手动取消",key:"人工手动取消"},{value:"人工手动完成",key:"人工手动完成"}]}
      ],
    ]);
    const columns = ref([
@@ -117,7 +140,14 @@
        type: "int",
        width: 90,
        align: "left",
        bind: { key: "taskType", data: [] },
        bind: {
          key: "",
          data:[
            { value: "出库", key: 100 },
            { value: "入库", key: 200 },
            { value: "盘点", key: 300 },
          ]
        }
      },
      {
        field: "taskState",
@@ -125,7 +155,27 @@
        type: "int",
        width: 150,
        align: "left",
        bind: { key: "taskState", data: [] },
        bind: {
          key: "",
          data: [
            { value: "新建出库任务", key: 100 },
            { value: "堆垛机出库执行中", key: 110 },
            { value: "出库任务完成", key: 190 },
            { value: "出库任务挂起", key: 198 },
            { value: "出库任务取消", key: 199 },
            { value: "新建入库任务", key: 200 },
            { value: "堆垛机入库执行中", key: 210 },
            { value: "入库任务完成", key: 290 },
            { value: "入库任务挂起", key: 298 },
            { value: "入库任务取消", key: 299 },
            { value: "新建盘点任务", key: 300 },
            { value: "堆垛机盘点执行中", key: 310 },
            { value: "盘点任务完成", key: 390 },
            { value: "盘点任务挂起", key: 398 },
            { value: "盘点任务取消", key: 399 }
          ]},
      },
      {
        field: "sourceAddress",
@@ -161,7 +211,6 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      // {
      //   field: "grade",
@@ -188,8 +237,16 @@
        field: "deviceuuid",
        title: "设备UID",
        type: "string",
        width: 90,
        width: 150,
        align: "left",
      },
      {
        field: "remark",
        title: "备注",
        type: "string",
        width: 130,
        align: "left",
        bind: {key:"",data:[{value:"人工手动删除",key:"人工手动删除"},{value:"人工手动取消",key:"人工手动取消"},{value:"人工手动完成",key:"人工手动完成"}] }
      },
      {
        field: "creater",
@@ -197,6 +254,7 @@
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "", data: [{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}] },
      },
      {
        field: "createDate",
@@ -219,14 +277,7 @@
        width: 160,
        align: "left",
      },
      {
        field: "remark",
        title: "备注",
        type: "string",
        width: 100,
        align: "left",
        hidden: true,
      },
    ]);
    const detail = ref({
      cnName: "",