heshaofeng
2026-01-13 64840e4e6d97d177b8a765ba8c53888abcf86d16
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue
@@ -69,8 +69,10 @@
        { title: "物料名称", field: "materielName", type: 'like' },
        { title: "批次号", field: "batchNo", type: 'like' },
        { title: "供应商编号", field: "supplyCode", type: 'like' },
        { title: "仓库号", field: "warehouseCode", type: 'like' },
      ],
      [
        { title: "仓库", field: "warehouseCode", type: 'select', dataKey: "wareHouse", data: [] },
      ]
    ]);
    const columns = ref([
      {
@@ -87,7 +89,7 @@
        field: "materielCode",
        title: "物料编号",
        type: "string",
        width: 150,
        width: 120,
        align: "left",
      },
      {
@@ -102,7 +104,7 @@
        field: "batchNo",
        title: "批次号",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
      },
      {
@@ -118,6 +120,7 @@
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "wareHouse", data: [] },
      },
      {
        field: "stockQuantity",