647556386
2026-01-27 1378fc4cd7abc24ed3a982e09437c2c8a74e9f2f
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/stock/stockInfoDetailByMaterielSum.vue
@@ -54,23 +54,25 @@
          type: "string",
        },
      ],
    ]);
    const searchFormFields = ref({
      materielCode: "",
      materielName: "",
      batchNo: "",
      supplyCode:"",
      warehouseCode:""
      supplyCode: "",
      warehouseCode: ""
    });
    const searchFormOptions = ref([
      [
        { title: "物料编号", field: "materielCode" ,type:'like'},
        { title: "物料名称", field: "materielName" ,type:'like'},
        { title: "批次号", field: "batchNo" ,type:'like'},
        { title: "供应商编号", field: "supplyCode" ,type:'like'},
        { title: "仓库号", field: "warehouseCode" ,type:'like'},
        { title: "物料编号", field: "materielCode", type: 'like' },
        { title: "物料名称", field: "materielName", type: 'like' },
        { title: "批次号", field: "batchNo", type: 'like' },
        { title: "供应商编号", field: "supplyCode", 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",
      },
      {
@@ -96,12 +98,13 @@
        type: "string",
        width: 150,
        align: "left",
        bind: { key: "materielInfo", data: [] },
      },
      {
        field: "batchNo",
        title: "批次号",
        type: "string",
        width: 90,
        width: 120,
        align: "left",
      },
      {
@@ -117,7 +120,8 @@
        type: "string",
        width: 120,
        align: "left",
      },
        bind: { key: "wareHouse", data: [] },
      },
      {
        field: "stockQuantity",
        title: "库存数量",