@@ -175,8 +175,8 @@
</div>
- <!-- <print-preview ref="preView" /> -->
- <CommonPrint :printId="printId" :printType="printType" v-if="isShowPrint" @backDetail="backDetail" />
+ <print-preview ref="preView" />
+ <!-- <CommonPrint :printId="printId" :printType="printType" v-if="isShowPrint" @backDetail="backDetail" /> -->
</template>
@@ -575,6 +575,7 @@ export default {
if (!this.tableSelection[0].printNum) {
this.queryItem = this.tableSelection;
+ console.log(this.tableSelection);
getDetails(this.tableSelection)
this.$refs.preView.show(this.hiprintTemplate, detailArr)
} else {
@@ -298,7 +298,7 @@ export default {
"fontSize": 13,
"title": "仓库",
"fontFamily": '黑体',
- "field": "correspondName",
+ "field": "correspondNames",
"testData": "",
"color": "#000",
"textAlign": "left"