add:组盘页面新增导入组盘信息

This commit is contained in:
2025-12-17 11:06:11 +08:00
parent 67e8d2ab15
commit 86452fec64
7 changed files with 168 additions and 74 deletions

View File

@@ -99,8 +99,8 @@ export default {
formdata.append('file', this.file1.raw)
// excelImport请求接口 formdata传递参数
crudGroup.excelImport(formdata).then((res) => {
this.crud.toQuery()
this.crud.notify('导入成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.$emit('tableChanged', res)
this.$emit('update:dialogShow', false)
})
} else {

View File

@@ -81,7 +81,7 @@
>
物料标签
</el-button>
<!-- <el-button
<el-button
slot="left"
class="filter-item"
type="primary"
@@ -90,7 +90,7 @@
@click="Import"
>
组盘信息导入
</el-button>-->
</el-button>
</crudOperation>
<el-dialog
:close-on-click-modal="false"