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 @@
- +