Browse Source

FQC标签打印 2022-05-223 sxm

master
[li_she] 4 years ago
parent
commit
abf7407720
  1. 2
      src/App.vue
  2. 14
      src/views/modules/common/com-roll-label.vue

2
src/App.vue

@ -11,7 +11,7 @@
data() {
return {
query: {},
version: '1.2.6'
version: '1.2.7'
}
},
created() {

14
src/views/modules/common/com-roll-label.vue

@ -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();
})
},
//

Loading…
Cancel
Save