From a042e0054347a7b463fb5750c7b7f1cce5dc20f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 16 Sep 2021 01:13:16 +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 62ac7b0a..c600e8c4 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*50 + 400 + let billPrintHeight = this.dataSource.length*50 + 600 this.$refs.modalDetail.show(this.model, billPrintUrl, billPrintHeight); this.$refs.modalDetail.title = this.billType + "-三联打印预览"; }