From 25408c125c6e8d20ea19da97de788e9acb3f2dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 14 Sep 2021 00:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8D=95=E6=8D=AE=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2?= 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 49fbb32f..6f33de2c 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 + 300 + let billPrintHeight = this.dataSource.length*46 + 400 this.$refs.modalDetail.show(this.model, billPrintUrl, billPrintHeight); this.$refs.modalDetail.title = this.billType + "-三联打印预览"; }