add:组盘页面新增导入组盘信息
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user