1
yyb
2026-04-22 2c16ab87fbbf07e5d48b132c991073c74b3d8b4e
src/views/inventoryManagement/stockReport/index.vue
@@ -185,6 +185,11 @@
             prop="model"
             show-overflow-tooltip
           />
          <el-table-column
             label="厚度(mm)"
             prop="thickness"
             show-overflow-tooltip
           />
           <el-table-column
             label="单位"
             prop="unit"
@@ -252,7 +257,7 @@
  getStockInventoryReportList
} from "@/api/inventoryManagement/stockInventory.js";
import {
  findAllQualifiedStockInRecordTypeOptions,
  findAllQualifiedStockInRecordTypeOptions,findAllUnQualifiedStockInRecordTypeOptions,
} from "@/api/basicData/enum.js";
@@ -293,6 +298,10 @@
  findAllQualifiedStockInRecordTypeOptions()
      .then(res => {
        stockRecordTypeOptions.value = res.data;
        findAllUnQualifiedStockInRecordTypeOptions()
          .then(res => {
          stockRecordTypeOptions.value = [...stockRecordTypeOptions.value,...res.data];
      })
      })
}