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