| src/views/inventoryManagement/receiptManagement/Record.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/inventoryManagement/receiptManagement/Record.vue
@@ -226,17 +226,14 @@ // 获取来源类型选项 const fetchStockRecordTypeOptions = () => { if (props.type === '0') { findAllQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value = res.data; }) return } findAllUnQualifiedStockInRecordTypeOptions() findAllQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value = res.data; }) findAllUnQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value.push(...res.data) }) } // 表格选择数据