物料产品导出导入功能
This commit is contained in:
parent
3c339c9b69
commit
2578ca9be7
@ -657,7 +657,7 @@ export default {
|
|||||||
handleExport() {
|
handleExport() {
|
||||||
this.download('mes/md/mditem/export', {
|
this.download('mes/md/mditem/export', {
|
||||||
...this.queryParams
|
...this.queryParams
|
||||||
}, `user_${new Date().getTime()}.xlsx`)
|
}, `md_item_${new Date().getTime()}.xlsx`)
|
||||||
},
|
},
|
||||||
/** 导入按钮操作 */
|
/** 导入按钮操作 */
|
||||||
handleImport() {
|
handleImport() {
|
||||||
@ -667,7 +667,7 @@ export default {
|
|||||||
/** 下载模板操作 */
|
/** 下载模板操作 */
|
||||||
importTemplate() {
|
importTemplate() {
|
||||||
this.download('mes/md/mditem/importTemplate', {
|
this.download('mes/md/mditem/importTemplate', {
|
||||||
}, `md_item_${new Date().getTime()}.xlsx`)
|
}, `md_item_template${new Date().getTime()}.xlsx`)
|
||||||
},
|
},
|
||||||
// 文件上传中处理
|
// 文件上传中处理
|
||||||
handleFileUploadProgress(event, file, fileList) {
|
handleFileUploadProgress(event, file, fileList) {
|
||||||
|
Loading…
Reference in New Issue
Block a user