wangxinhui
2025-03-06 95909e9515f99f7aa9ead0c6e31456457363273e
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue
@@ -50,7 +50,7 @@
      [
        { title: "物料编号", field: "materielCode",type: "like"},
        { title: "批次号", field: "batchNo",type: "like"},
        { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouse",data: [],},
        { title: "所属仓库", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],},
      ],
    ]);
    const columns = ref([
@@ -73,14 +73,6 @@
        align: "left",
      },
      {
          field: "warehouseId",
          title: "仓库",
          type: "string",
          width: 100,
          align: "left",
          bind: { key: "warehouses", data: [] },
      },
      {
        field: "locationCode",
        title: "货位编号",
        type: "string",
@@ -100,7 +92,7 @@
        type: "string",
        width: 80,
        align: "left",
        bind: { key: "warehouse", data: [] },
        bind: { key: "warehouses", data: [] },
      },
      {
        field: "roadwayNo",
@@ -322,14 +314,14 @@
          field: "productionDate",
          title: "生产日期",
          type: "string",
          width: 80,
          width: 120,
          align: "left",
        },
        {
          field: "effectiveDate",
          title: "有效日期",
          type: "string",
          width: 80,
          width: 120,
          align: "left",
        },
        {