From 58ffedf2e7c6f82afd4850bdf04461bbb091031e Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 2 Feb 2026 18:24:01 +0800 Subject: [PATCH] =?UTF-8?q?1.0.64=20=E5=90=88=E5=90=8C=E5=85=B3=E8=81=94?= =?UTF-8?q?=E4=BB=98=E6=AC=BE=E8=B4=A6=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/contractInfo/types.ts | 10 ++++++ src/views/oa/base/printTemplate/index.vue | 2 +- src/views/oa/base/templateVariable/index.vue | 6 ++-- src/views/oa/erp/contractInfo/edit.vue | 37 +++++++++++++++----- 4 files changed, 43 insertions(+), 12 deletions(-) diff --git a/src/api/oa/erp/contractInfo/types.ts b/src/api/oa/erp/contractInfo/types.ts index 97f524c..4b51b84 100644 --- a/src/api/oa/erp/contractInfo/types.ts +++ b/src/api/oa/erp/contractInfo/types.ts @@ -104,6 +104,11 @@ export interface ContractInfoVO { */ ossId: string | number; + /** + * 付款账户ID + */ + paymentAccountId?: string | number; + /** * 付款方式 */ @@ -292,6 +297,11 @@ export interface ContractInfoForm extends BaseEntity { */ ossId?: string | number; + /** + * 付款账户ID + */ + paymentAccountId?: string | number; + /** * 付款方式 */ diff --git a/src/views/oa/base/printTemplate/index.vue b/src/views/oa/base/printTemplate/index.vue index de7c346..05d21a2 100644 --- a/src/views/oa/base/printTemplate/index.vue +++ b/src/views/oa/base/printTemplate/index.vue @@ -294,7 +294,7 @@ const handleUpdate = async (row?: PrintTemplateVO) => { const updateTemplate = (row) => { const _templateId = row?.templateId || ids.value[0]; - router.push({ path: '/template/templateUpdate', query: { templateId: _templateId } }); + router.push({ path: '/template/templateUpdate', query: { templateId: _templateId, templateType: row.templateType } }); }; /** 提交按钮 */ diff --git a/src/views/oa/base/templateVariable/index.vue b/src/views/oa/base/templateVariable/index.vue index 9468542..b34dc5d 100644 --- a/src/views/oa/base/templateVariable/index.vue +++ b/src/views/oa/base/templateVariable/index.vue @@ -62,8 +62,8 @@ - - + +