(no commit message provided)
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
@ -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: ''
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user