diff --git a/src/api/oa/crm/crmQuoteInfo/index.ts b/src/api/oa/crm/crmQuoteInfo/index.ts index f07405b..050e995 100644 --- a/src/api/oa/crm/crmQuoteInfo/index.ts +++ b/src/api/oa/crm/crmQuoteInfo/index.ts @@ -98,16 +98,16 @@ export const recalcQuoteTotals = (quoteId: string | number): AxiosPromise { +/* export const exportQuoteTemplate = (quoteId: string | number) => { return request({ url: '/oa/crm/crmQuoteInfo/exportTemplate/' + quoteId, method: 'get', responseType: 'blob' }); -}; +}; */ /** * 提交报价单并发起流程 diff --git a/src/views/oa/crm/crmQuoteInfo/index.vue b/src/views/oa/crm/crmQuoteInfo/index.vue index e6b22fc..8f3397c 100644 --- a/src/views/oa/crm/crmQuoteInfo/index.vue +++ b/src/views/oa/crm/crmQuoteInfo/index.vue @@ -160,9 +160,9 @@ >删除 - - 导出 - + + + - + - + - + - + @@ -272,10 +300,10 @@ - - - - + + + + @@ -287,7 +315,7 @@ type="success" icon="Document" @click="handleExportTemplate(scope.row)" - v-hasPermi="['oa/crm:crmQuoteInfo:exportTemplate']" + v-hasPermi="['oa/crm:crmQuoteInfo:export']" > @@ -482,11 +510,9 @@