From f535c78bc7bda94303a73d3bb57f2a23958dfd3c Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 14 Apr 2026 15:13:23 +0800 Subject: [PATCH] =?UTF-8?q?1.1.17=20=20=E6=8A=A5=E4=BB=B7=E5=8D=95?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=98=E6=AC=BE=E6=98=8E=E7=BB=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=88=E6=8F=90=E7=A4=BA=E4=BB=98=E6=AC=BE=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=8F=8A=E6=AF=94=E4=BE=8B=EF=BC=89=EF=BC=8C=E6=8A=A5?= =?UTF-8?q?=E4=BB=B7=E5=8D=95=E6=A8=A1=E6=9D=BF=E5=8A=A0=E7=89=A9=E6=96=99?= =?UTF-8?q?=E7=A8=8E=E7=8E=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/crm/crmQuoteInfo/types.ts | 15 +++++++ src/views/oa/crm/crmQuoteInfo/edit.vue | 56 ++++++++++++++++---------- 2 files changed, 49 insertions(+), 22 deletions(-) diff --git a/src/api/oa/crm/crmQuoteInfo/types.ts b/src/api/oa/crm/crmQuoteInfo/types.ts index 6252b8d..b7356b2 100644 --- a/src/api/oa/crm/crmQuoteInfo/types.ts +++ b/src/api/oa/crm/crmQuoteInfo/types.ts @@ -84,6 +84,11 @@ export interface CrmQuoteInfoVO { */ paymentMethod: string; + /** + * 付款明细(文本说明) + */ + paymentDetail?: string; + /** * 币种(字典类型) */ @@ -297,6 +302,11 @@ export interface CrmQuoteInfoForm extends BaseEntity { */ paymentMethod?: string; + /** + * 付款明细(文本说明) + */ + paymentDetail?: string; + /** * 币种(字典类型) */ @@ -520,6 +530,11 @@ export interface CrmQuoteInfoQuery extends PageQuery { */ paymentMethod?: string; + /** + * 付款明细(文本说明) + */ + paymentDetail?: string; + /** * 币种(字典类型) */ diff --git a/src/views/oa/crm/crmQuoteInfo/edit.vue b/src/views/oa/crm/crmQuoteInfo/edit.vue index f45b41e..10781a1 100644 --- a/src/views/oa/crm/crmQuoteInfo/edit.vue +++ b/src/views/oa/crm/crmQuoteInfo/edit.vue @@ -118,6 +118,15 @@ + + + + + @@ -130,24 +139,24 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + +
@@ -251,7 +260,7 @@ - + @@ -280,8 +289,10 @@ - - + + + + @@ -437,7 +448,7 @@ - + @@ -540,6 +551,7 @@ const form = reactive({ warrantyPeriod: undefined, deliveryMethod: undefined, paymentMethod: undefined, + paymentDetail: undefined, currencyType: undefined, taxIncludedInfo: undefined, taxRate: undefined,