From 1bf3d24102469bb4b4f72579a77841caf9d1b736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Fri, 2 Dec 2022 14:04:34 +0800 Subject: [PATCH] 12/2 --- .../detail/modules/operationArea.vue | 23 +++++++++++++++++-- .../detail/modules/rightContent.vue | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index b9fc923..69e862a 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -414,6 +414,19 @@
+
+ + + pdf + + + xlsx + + + docx + + +
{{ item.name }} @@ -578,7 +591,8 @@ export default { ], BCvData: [], Rdata: '', - scale: '1.5' + scale: '1.5', + PrintType: '1' } }, mounted() { @@ -689,7 +703,7 @@ export default { }, FnCilckTemplateType(typeCode) { this.$message.success(`搜索文件中...`) - BookingOrderPrint({ typeCode, bookingId: this.id }) + BookingOrderPrint({ typeCode, bookingId: this.id, type: this.PrintType }) .then(res => { console.log(res) if (!res.success) { @@ -1316,4 +1330,9 @@ export default { /deep/ .ant-modal-body .ant-input { background: #f5f9fe; } +.PrintRadio { + width: 100%; + padding-left: 1rem; + margin-bottom: 0.8rem; +} diff --git a/src/views/main/BookingLedger/detail/modules/rightContent.vue b/src/views/main/BookingLedger/detail/modules/rightContent.vue index 9118363..e18b3ef 100644 --- a/src/views/main/BookingLedger/detail/modules/rightContent.vue +++ b/src/views/main/BookingLedger/detail/modules/rightContent.vue @@ -121,7 +121,7 @@ --> -
+
暂无动态