647556386
2026-01-27 1378fc4cd7abc24ed3a982e09437c2c8a74e9f2f
ÏîÄ¿´úÂë/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",