| @@ -53,7 +53,10 @@ const Index = () => { | |||||
| } | } | ||||
| const doPrint = () => { | const doPrint = () => { | ||||
| window.print(); | |||||
| // window.print(); | |||||
| HttpUtils.fileDownload({ | |||||
| url: UrlUtils.GEN_PAYMENT_RECEIPT+"/"+params.id, | |||||
| }); | |||||
| }; | }; | ||||
| const loadForm = () => { | const loadForm = () => { | ||||
| @@ -54,7 +54,10 @@ const Index = () => { | |||||
| } | } | ||||
| const doPrint = () => { | const doPrint = () => { | ||||
| window.print(); | |||||
| // window.print(); | |||||
| HttpUtils.fileDownload({ | |||||
| url: UrlUtils.GEN_PAYMENT_RECEIPT+"/"+params.id, | |||||
| }); | |||||
| }; | }; | ||||
| @@ -125,6 +125,7 @@ export const GET_SMART_LOGIN = apiPath+'/smart/login'; //POST | |||||
| //gen report | //gen report | ||||
| export const GEN_GAZETTE_PROOF = apiPath+'/proof/gazetteProof'; //POST | export const GEN_GAZETTE_PROOF = apiPath+'/proof/gazetteProof'; //POST | ||||
| export const GEN_PAYMENT_RECEIPT = apiPath+'/payment/receipt'; //POST | |||||
| //gen report | //gen report | ||||
| export const GEN_GFMIS_XML = apiPath+'/gfmis'; //GET | export const GEN_GFMIS_XML = apiPath+'/gfmis'; //GET | ||||