From bcc64c570b0553c68f274a9ed0a8196b52907395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 15 Sep 2021 01:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=8A=82=E6=89=93=E5=8D=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 6f33de2c..62ac7b0a 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -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*46 + 400 + let billPrintHeight = this.dataSource.length*50 + 400 this.$refs.modalDetail.show(this.model, billPrintUrl, billPrintHeight); this.$refs.modalDetail.title = this.billType + "-三联打印预览"; }