From 6d6685ecfc36b56aadacd5fba1ae1c2ea52017b0 Mon Sep 17 00:00:00 2001 From: lijingjia Date: Tue, 27 Aug 2024 19:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E8=88=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Print/index.vue | 8 +- .../operation/seaexport/detail/index.vue | 2 +- .../detail/modules/Letter/LetterApi.js | 9 ++ .../modules/Letter/OpBusinessYardColumns.tsx | 59 +++++++++ .../modules/Letter/OpBusinessYardDetails.vue | 4 +- .../modules/Letter/OpBusinessYardEdit.vue | 123 ++++++++++++++++-- .../detail/modules/operationArea.vue | 2 +- 7 files changed, 191 insertions(+), 16 deletions(-) diff --git a/src/components/Print/index.vue b/src/components/Print/index.vue index 0ba1ffce..77f892ef 100644 --- a/src/components/Print/index.vue +++ b/src/components/Print/index.vue @@ -86,6 +86,11 @@ paramJsonStr: { type: String, default: null + }, + // 模版code + temCode: { + type: String, + default: null } }) // 关键字名称 @@ -113,7 +118,8 @@ sortConditions: [], }, queryCondition: JSON.stringify([ - { FieldName: 'moduleCode', FieldValue: props.code, ConditionalType: 1 } + { FieldName: 'moduleCode', FieldValue: props.code, ConditionalType: 1 }, + { FieldName: 'templateCode', FieldValue: props.temCode, ConditionalType: 1 } ]) } GetOpenPrintTemplateList(postData).then(r => { diff --git a/src/views/operation/seaexport/detail/index.vue b/src/views/operation/seaexport/detail/index.vue index f6002b49..f5471aab 100644 --- a/src/views/operation/seaexport/detail/index.vue +++ b/src/views/operation/seaexport/detail/index.vue @@ -59,7 +59,7 @@
- +