diff --git a/src/views/oa/crm/crmQuoteInfo/edit.vue b/src/views/oa/crm/crmQuoteInfo/edit.vue
index 10781a1..c585c81 100644
--- a/src/views/oa/crm/crmQuoteInfo/edit.vue
+++ b/src/views/oa/crm/crmQuoteInfo/edit.vue
@@ -984,7 +984,7 @@ const submitForm = (status: string, mode: boolean) => {
totalPrice: totalIncludingTax.value
};
payload.bizExt = {
- businessTitle: '报价单审批',
+ businessTitle: form.quoteName + '审批',
businessCode: form.quoteCode
};
payload.quoteStatus = '2';
diff --git a/src/views/oa/crm/crmQuoteInfo/index.vue b/src/views/oa/crm/crmQuoteInfo/index.vue
index a5ee0c2..663e40c 100644
--- a/src/views/oa/crm/crmQuoteInfo/index.vue
+++ b/src/views/oa/crm/crmQuoteInfo/index.vue
@@ -48,7 +48,7 @@
:disabled="single"
@click="handleExportTemplate()"
v-hasPermi="['oa/crm:crmQuoteInfo:export']"
- >PDF导出PDF预览
@@ -174,7 +174,7 @@
-
+