| | |
| | | // console.log(params) |
| | | return request({ |
| | | url: '/AutoDesk/subscriptions/ExportExcel?AutoRenewingContractText=' + (data.AutoRenewingContractText === 'Auto-RenewingContract' ? data.AutoRenewingContractText : '') + |
| | | (data.EndCustomerStateProvince |
| | | ? '&EndCustomerStateProvince=' + encodeURIComponent(data.EndCustomerStateProvince) : '') + |
| | | (data.ContractNumber |
| | | ? '&ContractNumber=' + encodeURIComponent(data.ContractNumber) : '') + |
| | | (data.EndCustomerAccountName |
| | | ? '&EndCustomerAccountName=' + encodeURIComponent(data.EndCustomerAccountName) : '') + |
| | | (data.ProductLine |
| | | ? '&ProductLine=' + encodeURIComponent(data.ProductLine) : '') + |
| | | (data.Term |
| | | ? '&Term=' + data.Term : '') + |
| | | (data.StartEndDate |
| | | ? '&StartEndDate=' + data.StartEndDate : '') + |
| | | (data.EndEndDate |
| | | ? '&EndEndDate=' + data.EndEndDate : '') + |
| | | (data.StartContractEndDate |
| | | ? '&StartContractEndDate=' + data.StartContractEndDate : '') + |
| | | (data.EndContractEndDate |