helongyang
昨天 753361f589444455fe1b20476c658201ccd92c38
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue
@@ -59,7 +59,9 @@
      ],
      [
        { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
        { title: "物料编号", field: "materielCode",type: "like",}
        { title: "物料编号", field: "materielCode",type: "like",},
        {title: "物料批次",field: "batchNo",type: "like",},
      ],
    ]);
    const columns = ref([
@@ -240,6 +242,13 @@
        width: 100,
        align: "left",
      },
      {
        field: "batchNo",
        title: "物料批次",
        type: "string",
        width: 150,
        align: "left",
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",