yanjinhui
2025-10-26 d3e49d3dceb3953c7bc4e6d0fd7e6258ebccaff1
н¨Îļþ¼Ð/WMS/src/views/taskinfo/Dt_SupplyTask_Hty.vue
@@ -66,20 +66,22 @@
          title: "任务类型", 
          field: "taskType",
          type: "select", 
          data: []
          data: [],
          dataKey:"TaskTypeEnum",
        },
        { 
          title: "任务状态", 
          field: "taskStatus",
          type: "select", 
          dataKey:"taskStatusEnum",
          data: []
        },
        { 
          title: "仓库编号",
          title: "库房编号",
          field: "warehouseCode",
          type: "select", 
          data: [],
          bind: { key: "warehouses", data: [] }
          dataKey: "warehouseNuber",
        },
      ],
      [
@@ -172,6 +174,7 @@
        width: 100,
        align: "left",
        data: [],
        bind:{ key: "TaskTypeEnum", data: [] }
      },
      {
        field: "taskStatus",
@@ -179,6 +182,7 @@
        type: "select",
        width: 100,
        align: "left",
        bind: { key: "taskStatusEnum", data: [] },
        data: [],
      },
      {
@@ -187,8 +191,7 @@
        type: "select",
        width: 100,
        align: "left",
        data: [],
        bind: { key: "warehouses", data: [] },
        bind: { key: "warehouseNuber", data: [] },
      },
      {
        field: "locationCode",