gongchunyi
9 天以前 bfaaa299a0aebd4ccc488cbe5a67e7d73304fb2c
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];
      })
      })
}