src/views/inventoryManagement/stockReport/index.vue
@@ -244,7 +244,7 @@ getStockInventoryReportList } from "@/api/inventoryManagement/stockInventory.js"; import { findAllQualifiedStockInRecordTypeOptions, findAllQualifiedStockInRecordTypeOptions,findAllUnQualifiedStockInRecordTypeOptions, } from "@/api/basicData/enum.js"; @@ -278,6 +278,10 @@ findAllQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value = res.data; findAllUnQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value = [...stockRecordTypeOptions.value,...res.data]; }) }) }