Commit a042e005 authored by 季圣华's avatar 季圣华
Browse files

调节打印页面的高度

parent bcc64c57
...@@ -1160,7 +1160,7 @@ ...@@ -1160,7 +1160,7 @@
getPlatformConfigByKey({"platformKey": "bill_print_url"}).then((res)=> { getPlatformConfigByKey({"platformKey": "bill_print_url"}).then((res)=> {
if (res && res.code === 200) { if (res && res.code === 200) {
let billPrintUrl = res.data.platformValue + '?no=' + this.model.number 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.show(this.model, billPrintUrl, billPrintHeight);
this.$refs.modalDetail.title = this.billType + "-三联打印预览"; this.$refs.modalDetail.title = this.billType + "-三联打印预览";
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment