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([
@@ -193,6 +201,14 @@
        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任务主键",
        type: "int",
@@ -245,6 +261,7 @@
        align: "left",
        hidden: true,
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",