| src/views/inventoryManagement/stockReport/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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]; }) }) }