|
|
@ -467,10 +467,13 @@ export default {
|
|
|
|
this.$message.error("请上传文件")
|
|
|
|
this.$message.error("请上传文件")
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
let params = {filePath: this.filePath};
|
|
|
|
let params = {
|
|
|
|
|
|
|
|
filePath: this.filePath,
|
|
|
|
|
|
|
|
customerId: this.$store.getters.customerId
|
|
|
|
|
|
|
|
};
|
|
|
|
importStackOrder(params).then((res) => {
|
|
|
|
importStackOrder(params).then((res) => {
|
|
|
|
if (res.code === 20000) {
|
|
|
|
if (res.code === 20000) {
|
|
|
|
this.$message.success("导入成功");
|
|
|
|
this.$message.success("导入成功,请稍候刷新页面查看导入结果");
|
|
|
|
this.importVisible = false;
|
|
|
|
this.importVisible = false;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|