(no commit message provided)

Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
dxc
2026-02-09 15:41:11 +08:00
parent 81c0e93d46
commit e535a2d99c
3 changed files with 7 additions and 2 deletions

View File

@ -298,7 +298,7 @@ const confirmPrint = async () => {
// 5. BOM 操作
const handleImportBom = () => {
// TODO: 打开上传文件的 Dialog 或者跳转页面
ElMessage.info('点击了导入BOM,请实现具体逻辑')
console.log('导入BOM功能开发中')
}
const handleCreateBom = async () => {
@ -321,7 +321,6 @@ const addChildRow = () => {
bomForm.value.children.push({
child_id: null,
dosage: 0,
loss_rate: 0,
remark: ''
})
}