1
huanghongfeng
2025-11-05 f49fa4b5027cfdc27b429985d023e8002abcca2e
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue
@@ -40,7 +40,8 @@
      nextAddress: "",
      creater: "",
      createDate: "",
      materialType:""
      materialType:"",
      plcTo:""
    });
    const searchFormOptions = ref([
      [
@@ -79,7 +80,14 @@
          type: "selectList",
          dataKey: "InventoryMaterialType",
          data: [],
        }
      },
      {
          title: "原材料去向",
          field: "plcTo",
          type: "selectList",
          dataKey: "",
          data: [{key:"8",value:"锰锌区"},{key:"10",value:"镍锌区"},{key:"0",value:"无"}],
      }
      ]
    ]);
    const columns = ref([
@@ -106,6 +114,7 @@
        type: "string",
        width: 200,
        align: "left",
        sort:true,
      },
      {
        field: "roadway",
@@ -113,6 +122,7 @@
        type: "string",
        width: 90,
        align: "left",
        sort:true,
      },
      {
        field: "taskType",
@@ -121,6 +131,7 @@
        width: 90,
        align: "left",
        bind: { key: "taskTypeEnum", data: [] },
        sort:true,
      },
      {
        field: "taskStatus",
@@ -129,6 +140,7 @@
        width: 150,
        align: "left",
        bind: { key: "taskStatusEnum", data: [] },
        sort:true,
      },{
          field: "materialType",
          title: "物料类型",
@@ -186,7 +198,16 @@
        type: "datetime",
        width: 150,
        align: "left",
        sort:true,
      },
      {
          field: "plcTo",
          title: "原材料去向",
          type: "int",
          width: 100,
          align: "left",
          bind: { key: "", data: [{key:"8",value:"锰锌区"},{key:"10",value:"镍锌区"},{key:"0",value:"无"}] },
        },
      {
        field: "wMSId",
        title: "WMS任务主键",
@@ -208,6 +229,7 @@
        type: "datetime",
        width: 150,
        align: "left",
        sort:true,
      },
      {
        field: "modifier",
@@ -222,6 +244,7 @@
        type: "datetime",
        width: 160,
        align: "left",
        sort:true,
      },
      {
        field: "operateType",
@@ -238,6 +261,7 @@
        align: "left",
        hidden: true,
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",