@dongkboy 1 개월 전
부모
커밋
8b5ef4f5a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/receivable/handingFee/ticket.vue

+ 1 - 1
src/views/receivable/handingFee/ticket.vue

@@ -541,7 +541,7 @@ const downloadImportFailedData = (item) => {
   document.body.removeChild(link);
 }
 const downloadTemplate = () => {
-  api.financeApi.exportAccountsReceivableInvoiceTemplate({type:'10'}).then((res: any) => {
+  api.financeApi.exportAccountsReceivableInvoiceTemplate({type:activeindex.value==1?'11':'12'}).then((res: any) => {
     if (res.code == 200) {
       const link = document.createElement('a');
       link.href = res.msg;