调节打印页面的高度

This commit is contained in:
季圣华
2021-09-16 01:13:16 +08:00
parent bcc64c570b
commit a042e00543

View File

@@ -1160,7 +1160,7 @@
getPlatformConfigByKey({"platformKey": "bill_print_url"}).then((res)=> {
if (res && res.code === 200) {
let billPrintUrl = res.data.platformValue + '?no=' + this.model.number
let billPrintHeight = this.dataSource.length*50 + 400
let billPrintHeight = this.dataSource.length*50 + 600
this.$refs.modalDetail.show(this.model, billPrintUrl, billPrintHeight);
this.$refs.modalDetail.title = this.billType + "-三联打印预览";
}