huminmin
2026-04-24 b85298d2a89409b7c7fa7063e7281656385b53f1
入库管理按照原材料和成品来区分
已修改1个文件
13 ■■■■■ 文件已修改
src/views/inventoryManagement/receiptManagement/Record.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | 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)
      })
}
// 表格选择数据