|
@@ -5,6 +5,9 @@
|
|
|
v-if="QRvisible"
|
|
v-if="QRvisible"
|
|
|
width="90%"
|
|
width="90%"
|
|
|
destroy-on-close
|
|
destroy-on-close
|
|
|
|
|
+ :append-to-body="true"
|
|
|
|
|
+ :close-on-click-modal="false"
|
|
|
|
|
+ :before-close="close"
|
|
|
>
|
|
>
|
|
|
<div
|
|
<div
|
|
|
id="printSection"
|
|
id="printSection"
|
|
@@ -292,11 +295,17 @@
|
|
|
// specification: this.infoData.specification
|
|
// specification: this.infoData.specification
|
|
|
};
|
|
};
|
|
|
});
|
|
});
|
|
|
- console.log('infoData', this.infoData)
|
|
|
|
|
- console.log('detailList', this.detailList)
|
|
|
|
|
|
|
+ // console.log('infoData', this.infoData)
|
|
|
|
|
+ // console.log('detailList', this.detailList)
|
|
|
},
|
|
},
|
|
|
close() {
|
|
close() {
|
|
|
this.QRvisible = false;
|
|
this.QRvisible = false;
|
|
|
|
|
+ this.query = {
|
|
|
|
|
+ tp: '',
|
|
|
|
|
+ gz: '',
|
|
|
|
|
+ jk: '',
|
|
|
|
|
+ tk: '',
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
print1() {
|
|
print1() {
|