|
|
|
@ -447,12 +447,12 @@ export default { |
|
|
|
this.$message.warning('选择模板进行打印') |
|
|
|
return |
|
|
|
} |
|
|
|
const loading = this.$loading({ |
|
|
|
lock: true, |
|
|
|
text: '正在打印', |
|
|
|
spinner: 'el-icon-loading', |
|
|
|
background: 'rgba(0, 0, 0, 0.7)' |
|
|
|
}); |
|
|
|
// const loading = this.$loading({ |
|
|
|
// lock: true, |
|
|
|
// text: '正在打印', |
|
|
|
// spinner: 'el-icon-loading', |
|
|
|
// background: 'rgba(0, 0, 0, 0.7)' |
|
|
|
// }); |
|
|
|
let rollNoList = this.rollNos.split(";") |
|
|
|
this.orderInfo.reportFileList = this.selectReportFileList |
|
|
|
this.orderInfo.param = this.reportParamList |
|
|
|
@ -465,7 +465,7 @@ export default { |
|
|
|
} else { |
|
|
|
this.$message.warning(data.msg) |
|
|
|
} |
|
|
|
loading.close(); |
|
|
|
// loading.close(); |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 获取订单信息 |
|
|
|
|