@mseva/upyog-ui-module-ads 1.1.89 → 1.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +100 -273
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -235,7 +235,9 @@ const transformBookingResponseToBookingData = (apiResponse = {}) => {
|
|
|
235
235
|
advertisementName: first.advertisementName,
|
|
236
236
|
poleNo: first.poleNo,
|
|
237
237
|
amount,
|
|
238
|
-
amountForDaysChosen
|
|
238
|
+
amountForDaysChosen,
|
|
239
|
+
bookingFromTime: first.bookingFromTime,
|
|
240
|
+
bookingToTime: first.bookingToTime
|
|
239
241
|
};
|
|
240
242
|
});
|
|
241
243
|
out.cartDetails = groupedCartDetails;
|
|
@@ -20672,7 +20674,7 @@ function NewApplicationTimeline({
|
|
|
20672
20674
|
}, /*#__PURE__*/React.createElement("h3", {
|
|
20673
20675
|
className: "custom-action-title"
|
|
20674
20676
|
}, t("Action")), /*#__PURE__*/React.createElement("div", {
|
|
20675
|
-
className:
|
|
20677
|
+
className: `custom-status-text ${(item === null || item === void 0 ? void 0 : item.performedAction) === "OBSERVATION" ? "chb-slot-status--unavailable" : ""}`
|
|
20676
20678
|
}, t((item === null || item === void 0 ? void 0 : item.performedAction) || "CS_COMMON_NA")))), (item === null || item === void 0 ? void 0 : item.wfComment) && (item === null || item === void 0 ? void 0 : (_item$wfComment = item.wfComment) === null || _item$wfComment === void 0 ? void 0 : _item$wfComment.length) > 0 && (item === null || item === void 0 ? void 0 : (_item$wfComment2 = item.wfComment) === null || _item$wfComment2 === void 0 ? void 0 : _item$wfComment2.some(c => c === null || c === void 0 ? void 0 : c.trim())) && /*#__PURE__*/React.createElement("div", {
|
|
20677
20679
|
className: "custom-comments-section container-full-width"
|
|
20678
20680
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -22240,215 +22242,11 @@ function renderCanvas(renderFunc, canvas, text, opts, cb) {
|
|
|
22240
22242
|
cb(e);
|
|
22241
22243
|
}
|
|
22242
22244
|
}
|
|
22243
|
-
var create$1 = qrcode.create;
|
|
22244
22245
|
var toCanvas = renderCanvas.bind(null, canvas.render);
|
|
22245
22246
|
var toDataURL = renderCanvas.bind(null, canvas.renderToDataURL);
|
|
22246
22247
|
var toString_1$1 = renderCanvas.bind(null, function (data, _, opts) {
|
|
22247
22248
|
return svgTag.render(data, opts);
|
|
22248
22249
|
});
|
|
22249
|
-
var browser = {
|
|
22250
|
-
create: create$1,
|
|
22251
|
-
toCanvas: toCanvas,
|
|
22252
|
-
toDataURL: toDataURL,
|
|
22253
|
-
toString: toString_1$1
|
|
22254
|
-
};
|
|
22255
|
-
|
|
22256
|
-
const getAcknowledgement = async (application, t) => {
|
|
22257
|
-
var _application$applican, _application$applican2, _application$applican3, _application$applican4, _application$cartDeta;
|
|
22258
|
-
const currentDate = new Date().toLocaleDateString("en-IN", {
|
|
22259
|
-
day: "2-digit",
|
|
22260
|
-
month: "long",
|
|
22261
|
-
year: "numeric"
|
|
22262
|
-
});
|
|
22263
|
-
const qrDataURL = await browser.toDataURL(window.location.href);
|
|
22264
|
-
const content = `
|
|
22265
|
-
<html>
|
|
22266
|
-
<head>
|
|
22267
|
-
<title>${t("ADS_ACKNOWLEDGMENT_FORM")}</title>
|
|
22268
|
-
<style>
|
|
22269
|
-
@page { margin: 0.5in; }
|
|
22270
|
-
body {
|
|
22271
|
-
font-family: 'Arial', sans-serif;
|
|
22272
|
-
margin: 0;
|
|
22273
|
-
padding: 20px;
|
|
22274
|
-
font-size: 14px;
|
|
22275
|
-
line-height: 1.6;
|
|
22276
|
-
}
|
|
22277
|
-
.acknowledgement-container {
|
|
22278
|
-
max-width: 800px;
|
|
22279
|
-
margin: 0 auto;
|
|
22280
|
-
border: 2px solid #333;
|
|
22281
|
-
padding: 30px;
|
|
22282
|
-
background: white;
|
|
22283
|
-
}
|
|
22284
|
-
.header {
|
|
22285
|
-
display: flex;
|
|
22286
|
-
justify-content: space-between;
|
|
22287
|
-
align-items: center;
|
|
22288
|
-
text-align: center;
|
|
22289
|
-
margin-bottom: 30px;
|
|
22290
|
-
border-bottom: 2px solid #333;
|
|
22291
|
-
padding-bottom: 20px;
|
|
22292
|
-
position: relative;
|
|
22293
|
-
}
|
|
22294
|
-
.header-left,
|
|
22295
|
-
.header-right {
|
|
22296
|
-
flex: 0 0 auto;
|
|
22297
|
-
}
|
|
22298
|
-
.header-center {
|
|
22299
|
-
text-align: center;
|
|
22300
|
-
flex: 1;
|
|
22301
|
-
}
|
|
22302
|
-
.title {
|
|
22303
|
-
font-size: 20px;
|
|
22304
|
-
font-weight: bold;
|
|
22305
|
-
margin: 10px 0;
|
|
22306
|
-
color: #333;
|
|
22307
|
-
}
|
|
22308
|
-
.subtitle {
|
|
22309
|
-
font-size: 16px;
|
|
22310
|
-
margin: 5px 0;
|
|
22311
|
-
color: #666;
|
|
22312
|
-
}
|
|
22313
|
-
.acknowledgement-text {
|
|
22314
|
-
margin: 20px 0;
|
|
22315
|
-
text-align: justify;
|
|
22316
|
-
font-size: 15px;
|
|
22317
|
-
}
|
|
22318
|
-
.details-table {
|
|
22319
|
-
width: 100%;
|
|
22320
|
-
border-collapse: collapse;
|
|
22321
|
-
margin: 20px 0;
|
|
22322
|
-
}
|
|
22323
|
-
.details-table th,
|
|
22324
|
-
.details-table td {
|
|
22325
|
-
padding: 12px;
|
|
22326
|
-
text-align: left;
|
|
22327
|
-
border: 1px solid #ddd;
|
|
22328
|
-
}
|
|
22329
|
-
.details-table th {
|
|
22330
|
-
background: #f5f5f5;
|
|
22331
|
-
font-weight: bold;
|
|
22332
|
-
width: 40%;
|
|
22333
|
-
}
|
|
22334
|
-
.footer {
|
|
22335
|
-
margin-top: 30px;
|
|
22336
|
-
text-align: center;
|
|
22337
|
-
font-size: 12px;
|
|
22338
|
-
color: #666;
|
|
22339
|
-
}
|
|
22340
|
-
@media print {
|
|
22341
|
-
body { background: white !important; }
|
|
22342
|
-
}
|
|
22343
|
-
</style>
|
|
22344
|
-
</head>
|
|
22345
|
-
<body>
|
|
22346
|
-
<div class="acknowledgement-container">
|
|
22347
|
-
<div class="header">
|
|
22348
|
-
<div class="header-left">
|
|
22349
|
-
<img src="https://s3.ap-south-1.amazonaws.com/pb-egov-assets/${application === null || application === void 0 ? void 0 : application.tenantId}/logo.png"
|
|
22350
|
-
style="width: 120px; height: 120px;" />
|
|
22351
|
-
</div>
|
|
22352
|
-
<div class="header-center">
|
|
22353
|
-
<div class="title">Advertisement and Hoarding Booking Acknowledgement</div>
|
|
22354
|
-
<div class="subtitle">Municipal Corporation</div>
|
|
22355
|
-
</div>
|
|
22356
|
-
<div class="header-right">
|
|
22357
|
-
<img src="${qrDataURL}" style="width: 120px; height: 120px;" />
|
|
22358
|
-
</div>
|
|
22359
|
-
</div>
|
|
22360
|
-
|
|
22361
|
-
<div class="acknowledgement-text">
|
|
22362
|
-
${t("ADV_ACK_TEXT_2")}
|
|
22363
|
-
</div>
|
|
22364
|
-
|
|
22365
|
-
<h3>${t("ADS_APPLICANT_DETAILS")}</h3>
|
|
22366
|
-
<table class="details-table">
|
|
22367
|
-
<tr>
|
|
22368
|
-
<th>${t("WS_COMMON_TABLE_COL_APP_NO_LABEL")}</th>
|
|
22369
|
-
<td>${(application === null || application === void 0 ? void 0 : application.bookingNo) || "Not Available"}</td>
|
|
22370
|
-
</tr>
|
|
22371
|
-
<tr>
|
|
22372
|
-
<th>${t("BPA_BASIC_DETAILS_APPLICATION_DATE_LABEL")}</th>
|
|
22373
|
-
<td>${application !== null && application !== void 0 && application.applicationDate ? new Date(application === null || application === void 0 ? void 0 : application.applicationDate).toLocaleDateString("en-GB") : "N/A"}</td>
|
|
22374
|
-
</tr>
|
|
22375
|
-
<tr>
|
|
22376
|
-
<th>${t("BPA_BASIC_DETAILS_APPLICATION_NAME_LABEL")}</th>
|
|
22377
|
-
<td>${(application === null || application === void 0 ? void 0 : (_application$applican = application.applicantDetail) === null || _application$applican === void 0 ? void 0 : _application$applican.applicantName) || "Not Specified"}</td>
|
|
22378
|
-
</tr>
|
|
22379
|
-
<tr>
|
|
22380
|
-
<th>${t("PDF_STATIC_LABEL_WS_CONSOLIDATED_CONCERNED_PLUMBER_CONTACT")}</th>
|
|
22381
|
-
<td>${(application === null || application === void 0 ? void 0 : (_application$applican2 = application.applicantDetail) === null || _application$applican2 === void 0 ? void 0 : _application$applican2.applicantMobileNo) || "Not Specified"}</td>
|
|
22382
|
-
</tr>
|
|
22383
|
-
<tr>
|
|
22384
|
-
<th>${t("ADS_ALTERNATE_NUMBER")}</th>
|
|
22385
|
-
<td>${(application === null || application === void 0 ? void 0 : (_application$applican3 = application.applicantDetail) === null || _application$applican3 === void 0 ? void 0 : _application$applican3.applicantAlternateMobileNo) || "Not Specified"}</td>
|
|
22386
|
-
</tr>
|
|
22387
|
-
<tr>
|
|
22388
|
-
<th>${t("PDF_STATIC_LABEL_WS_CONSOLIDATED_ACKNOWELDGMENT_EMAIL")}</th>
|
|
22389
|
-
<td>${(application === null || application === void 0 ? void 0 : (_application$applican4 = application.applicantDetail) === null || _application$applican4 === void 0 ? void 0 : _application$applican4.applicantEmailId) || "Not Specified"}</td>
|
|
22390
|
-
</tr>
|
|
22391
|
-
<tr>
|
|
22392
|
-
<th>${t("TL_HOME_SEARCH_RESULTS_APP_STATUS_LABEL")}</th>
|
|
22393
|
-
<td style="color: #28a745; font-weight: bold;">${t(application === null || application === void 0 ? void 0 : application.bookingStatus) || "SUBMITTED"}</td>
|
|
22394
|
-
</tr>
|
|
22395
|
-
</table>
|
|
22396
|
-
|
|
22397
|
-
${(application === null || application === void 0 ? void 0 : (_application$cartDeta = application.cartDetails) === null || _application$cartDeta === void 0 ? void 0 : _application$cartDeta.length) > 0 ? `
|
|
22398
|
-
<h3>${t("ADVERTISEMENT_DETAILS")}</h3>
|
|
22399
|
-
<table class="details-table">
|
|
22400
|
-
<tr>
|
|
22401
|
-
<th>${t("ADS_AD_TYPE")}</th>
|
|
22402
|
-
<th>${t("CS_ADDCOMPLAINT_LOCATION")}</th>
|
|
22403
|
-
<th>${t("ADS_FACE_AREA")}</th>
|
|
22404
|
-
<th>${t("CHB_BOOKING_DATE")}</th>
|
|
22405
|
-
<th>${t("ADS_FROM_TIME")}</th>
|
|
22406
|
-
<th>${t("ADS_TO_TIME")}</th>
|
|
22407
|
-
<th>${t("ADS_NIGHT_LIGHT")}</th>
|
|
22408
|
-
<th>${t("PT_OWNERSHIP_INFO_NAME")}</th>
|
|
22409
|
-
<th>${t("POLE_NO")}</th>
|
|
22410
|
-
</tr>
|
|
22411
|
-
${application.cartDetails.map(item => `
|
|
22412
|
-
<tr>
|
|
22413
|
-
<td>${t(item.addType) || "N/A"}</td>
|
|
22414
|
-
<td>${t(item.location) || "N/A"}</td>
|
|
22415
|
-
<td>${t(item.faceArea.replace(item.addType + "_", "")) || "N/A"}</td>
|
|
22416
|
-
<td>${item.bookingDate || "N/A"}</td>
|
|
22417
|
-
<td>${item.bookingFromTime || "N/A"}</td>
|
|
22418
|
-
<td>${item.bookingToTime || "N/A"}</td>
|
|
22419
|
-
<td>${item.nightLight ? "With Light" : "Without Light"}</td>
|
|
22420
|
-
<td>${item.advertisementName || "N/A"}</td>
|
|
22421
|
-
<td>${item.poleNo || "N/A"}</td>
|
|
22422
|
-
</tr>
|
|
22423
|
-
`).join("")}
|
|
22424
|
-
</table>
|
|
22425
|
-
` : ""}
|
|
22426
|
-
|
|
22427
|
-
<div class="acknowledgement-text">
|
|
22428
|
-
${t("ADV_ACK_TEXT_1")}
|
|
22429
|
-
</div>
|
|
22430
|
-
|
|
22431
|
-
<div class="footer">
|
|
22432
|
-
<p>Generated on: ${currentDate}</p>
|
|
22433
|
-
<p>Municipal Corporation</p>
|
|
22434
|
-
<p>This is a computer-generated document and does not require a signature.</p>
|
|
22435
|
-
</div>
|
|
22436
|
-
</div>
|
|
22437
|
-
</body>
|
|
22438
|
-
</html>
|
|
22439
|
-
`;
|
|
22440
|
-
const printWindow = window.open("", "_blank");
|
|
22441
|
-
printWindow.document.write(content);
|
|
22442
|
-
printWindow.document.close();
|
|
22443
|
-
printWindow.onload = () => {
|
|
22444
|
-
setTimeout(() => {
|
|
22445
|
-
printWindow.print();
|
|
22446
|
-
printWindow.onafterprint = () => {
|
|
22447
|
-
printWindow.close();
|
|
22448
|
-
};
|
|
22449
|
-
}, 500);
|
|
22450
|
-
};
|
|
22451
|
-
};
|
|
22452
22250
|
|
|
22453
22251
|
const ADSCartDetails$1 = ({
|
|
22454
22252
|
cartDetails,
|
|
@@ -22647,31 +22445,35 @@ const ADSApplicationDetails = () => {
|
|
|
22647
22445
|
});
|
|
22648
22446
|
window.open(fileStore[fileStoreId], "_blank");
|
|
22649
22447
|
}
|
|
22650
|
-
|
|
22651
|
-
|
|
22652
|
-
|
|
22653
|
-
|
|
22654
|
-
|
|
22655
|
-
|
|
22656
|
-
|
|
22657
|
-
|
|
22658
|
-
|
|
22659
|
-
|
|
22660
|
-
|
|
22661
|
-
|
|
22662
|
-
|
|
22663
|
-
|
|
22664
|
-
|
|
22665
|
-
message: `ADV_ACKNOWLEDGEMENT_DOWNLOAD_ERROR: ${error.message}`
|
|
22666
|
-
});
|
|
22667
|
-
setActionError("Something went wrong");
|
|
22448
|
+
async function getAcknowledgementLetter({
|
|
22449
|
+
tenantId,
|
|
22450
|
+
payments,
|
|
22451
|
+
...params
|
|
22452
|
+
}) {
|
|
22453
|
+
let application = new_data;
|
|
22454
|
+
let fileStoreId = application === null || application === void 0 ? void 0 : application.permissionLetterFilestoreId;
|
|
22455
|
+
if (!fileStoreId) {
|
|
22456
|
+
const response = await Digit.PaymentService.generatePdf(tenantId, {
|
|
22457
|
+
Payments: [{
|
|
22458
|
+
...payments,
|
|
22459
|
+
...application
|
|
22460
|
+
}]
|
|
22461
|
+
}, "advacknowledgement");
|
|
22462
|
+
fileStoreId = response === null || response === void 0 ? void 0 : response.filestoreIds[0];
|
|
22668
22463
|
}
|
|
22669
|
-
|
|
22464
|
+
const fileStore = await Digit.PaymentService.printReciept(tenantId, {
|
|
22465
|
+
fileStoreIds: fileStoreId
|
|
22466
|
+
});
|
|
22467
|
+
window.open(fileStore[fileStoreId], "_blank");
|
|
22468
|
+
}
|
|
22670
22469
|
let dowloadOptions = [];
|
|
22671
22470
|
const cartData = transformAdsData(ads_details === null || ads_details === void 0 ? void 0 : ads_details.cartDetails);
|
|
22672
22471
|
dowloadOptions.push({
|
|
22673
22472
|
label: t("PTR_PET_DOWNLOAD_ACK_FORM"),
|
|
22674
|
-
onClick: () =>
|
|
22473
|
+
onClick: () => getAcknowledgementLetter({
|
|
22474
|
+
tenantId: tenantId,
|
|
22475
|
+
payments: reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments[0]
|
|
22476
|
+
})
|
|
22675
22477
|
});
|
|
22676
22478
|
if (reciept_data && (reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments.length) > 0 && !recieptDataLoading) {
|
|
22677
22479
|
dowloadOptions.push({
|
|
@@ -23158,7 +22960,7 @@ if (_DataView && getTag(new _DataView(new ArrayBuffer(1))) != dataViewTag || _Ma
|
|
|
23158
22960
|
}
|
|
23159
22961
|
|
|
23160
22962
|
const ApplicationDetails = () => {
|
|
23161
|
-
var _applicationDetails$b, _Digit$Hooks$ads, _Digit$Hooks$ads$useA, _displayData$applican, _displayData$applican2, _workflowDetails$data, _workflowDetails$data2,
|
|
22963
|
+
var _applicationDetails$b, _Digit$Hooks$ads, _Digit$Hooks$ads$useA, _displayData$applican, _displayData$applican2, _workflowDetails$data, _workflowDetails$data2, _displayData$applican4, _displayData$applican5, _displayData$applican6, _displayData$applican7, _displayData$applican8, _application$document, _displayData$applican9, _workflowDetails$data4, _workflowDetails$data5;
|
|
23162
22964
|
const {
|
|
23163
22965
|
id
|
|
23164
22966
|
} = useParams();
|
|
@@ -23326,26 +23128,6 @@ const ApplicationDetails = () => {
|
|
|
23326
23128
|
setAppDetails({});
|
|
23327
23129
|
}
|
|
23328
23130
|
}, [isLoading, bookingObj]);
|
|
23329
|
-
const downloadAcknowledgement = async application => {
|
|
23330
|
-
try {
|
|
23331
|
-
if (!application) {
|
|
23332
|
-
throw new Error("Booking Application data is missing");
|
|
23333
|
-
}
|
|
23334
|
-
getAcknowledgement(application, t);
|
|
23335
|
-
setShowToast({
|
|
23336
|
-
key: "success",
|
|
23337
|
-
message: t("ADV_ACKNOWLEDGEMENT_DOWNLOADED_SUCCESSFULLY")
|
|
23338
|
-
});
|
|
23339
|
-
setError("Acknowledgement Downloaded Successfully");
|
|
23340
|
-
} catch (error) {
|
|
23341
|
-
console.error("Acknowledgement download error:", error);
|
|
23342
|
-
setShowToast({
|
|
23343
|
-
key: "error",
|
|
23344
|
-
message: `${error.message}`
|
|
23345
|
-
});
|
|
23346
|
-
setError("Something Went Wrong");
|
|
23347
|
-
}
|
|
23348
|
-
};
|
|
23349
23131
|
function onActionSelect(wfAction) {
|
|
23350
23132
|
if (!wfAction) return;
|
|
23351
23133
|
if (wfAction.action === "PAY") {
|
|
@@ -23492,32 +23274,59 @@ const ApplicationDetails = () => {
|
|
|
23492
23274
|
});
|
|
23493
23275
|
window.open(fileStore[fileStoreId], "_blank");
|
|
23494
23276
|
}
|
|
23277
|
+
async function getAcknowledgementLetter({
|
|
23278
|
+
tenantId,
|
|
23279
|
+
payments,
|
|
23280
|
+
...params
|
|
23281
|
+
}) {
|
|
23282
|
+
let application = new_data;
|
|
23283
|
+
let fileStoreId = application === null || application === void 0 ? void 0 : application.permissionLetterFilestoreId;
|
|
23284
|
+
if (!fileStoreId) {
|
|
23285
|
+
const response = await Digit.PaymentService.generatePdf(tenantId, {
|
|
23286
|
+
Payments: [{
|
|
23287
|
+
...payments,
|
|
23288
|
+
...application
|
|
23289
|
+
}]
|
|
23290
|
+
}, "advacknowledgement");
|
|
23291
|
+
fileStoreId = response === null || response === void 0 ? void 0 : response.filestoreIds[0];
|
|
23292
|
+
}
|
|
23293
|
+
const fileStore = await Digit.PaymentService.printReciept(tenantId, {
|
|
23294
|
+
fileStoreIds: fileStoreId
|
|
23295
|
+
});
|
|
23296
|
+
window.open(fileStore[fileStoreId], "_blank");
|
|
23297
|
+
}
|
|
23495
23298
|
let downloadOptions = [];
|
|
23496
|
-
|
|
23497
|
-
|
|
23498
|
-
onClick: () => downloadAcknowledgement(application)
|
|
23499
|
-
});
|
|
23500
|
-
if (reciept_data && (reciept_data === null || reciept_data === void 0 ? void 0 : (_reciept_data$Payment = reciept_data.Payments) === null || _reciept_data$Payment === void 0 ? void 0 : _reciept_data$Payment.length) > 0 && recieptDataLoading === false) {
|
|
23299
|
+
if ((bookingObj === null || bookingObj === void 0 ? void 0 : bookingObj.bookingStatus) === "BOOKED" || (bookingObj === null || bookingObj === void 0 ? void 0 : bookingObj.bookingStatus) === "CANCELLED") {
|
|
23300
|
+
var _reciept_data$Payment;
|
|
23501
23301
|
downloadOptions.push({
|
|
23502
|
-
label: t("
|
|
23503
|
-
onClick: () => {
|
|
23504
|
-
|
|
23505
|
-
|
|
23506
|
-
|
|
23507
|
-
payments: reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments[0]
|
|
23508
|
-
});
|
|
23509
|
-
}
|
|
23510
|
-
});
|
|
23511
|
-
if (reciept_data && (reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments.length) > 0 && !recieptDataLoading) downloadOptions.push({
|
|
23512
|
-
label: t("CHB_PERMISSION_LETTER"),
|
|
23513
|
-
onClick: () => {
|
|
23514
|
-
var _reciept_data$Payment3;
|
|
23515
|
-
return getPermissionLetter({
|
|
23516
|
-
tenantId: reciept_data === null || reciept_data === void 0 ? void 0 : (_reciept_data$Payment3 = reciept_data.Payments[0]) === null || _reciept_data$Payment3 === void 0 ? void 0 : _reciept_data$Payment3.tenantId,
|
|
23517
|
-
payments: reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments[0]
|
|
23518
|
-
});
|
|
23519
|
-
}
|
|
23302
|
+
label: t("PTR_PET_DOWNLOAD_ACK_FORM"),
|
|
23303
|
+
onClick: () => getAcknowledgementLetter({
|
|
23304
|
+
tenantId: tenantId,
|
|
23305
|
+
payments: reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments[0]
|
|
23306
|
+
})
|
|
23520
23307
|
});
|
|
23308
|
+
if (reciept_data && (reciept_data === null || reciept_data === void 0 ? void 0 : (_reciept_data$Payment = reciept_data.Payments) === null || _reciept_data$Payment === void 0 ? void 0 : _reciept_data$Payment.length) > 0 && recieptDataLoading === false) {
|
|
23309
|
+
downloadOptions.push({
|
|
23310
|
+
label: t("CHB_FEE_RECEIPT"),
|
|
23311
|
+
onClick: () => {
|
|
23312
|
+
var _reciept_data$Payment2;
|
|
23313
|
+
return getRecieptSearch({
|
|
23314
|
+
tenantId: reciept_data === null || reciept_data === void 0 ? void 0 : (_reciept_data$Payment2 = reciept_data.Payments[0]) === null || _reciept_data$Payment2 === void 0 ? void 0 : _reciept_data$Payment2.tenantId,
|
|
23315
|
+
payments: reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments[0]
|
|
23316
|
+
});
|
|
23317
|
+
}
|
|
23318
|
+
});
|
|
23319
|
+
if (reciept_data && (reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments.length) > 0 && !recieptDataLoading) downloadOptions.push({
|
|
23320
|
+
label: t("CHB_PERMISSION_LETTER"),
|
|
23321
|
+
onClick: () => {
|
|
23322
|
+
var _reciept_data$Payment3;
|
|
23323
|
+
return getPermissionLetter({
|
|
23324
|
+
tenantId: reciept_data === null || reciept_data === void 0 ? void 0 : (_reciept_data$Payment3 = reciept_data.Payments[0]) === null || _reciept_data$Payment3 === void 0 ? void 0 : _reciept_data$Payment3.tenantId,
|
|
23325
|
+
payments: reciept_data === null || reciept_data === void 0 ? void 0 : reciept_data.Payments[0]
|
|
23326
|
+
});
|
|
23327
|
+
}
|
|
23328
|
+
});
|
|
23329
|
+
}
|
|
23521
23330
|
}
|
|
23522
23331
|
const cartData = transformAdsData(bookingObj === null || bookingObj === void 0 ? void 0 : bookingObj.cartDetails);
|
|
23523
23332
|
const [expired, setExpired] = useState(false);
|
|
@@ -23540,7 +23349,25 @@ const ApplicationDetails = () => {
|
|
|
23540
23349
|
styles: {
|
|
23541
23350
|
fontSize: "32px"
|
|
23542
23351
|
}
|
|
23543
|
-
}, t("ADS_APP_OVER_VIEW_HEADER"))
|
|
23352
|
+
}, t("ADS_APP_OVER_VIEW_HEADER")), /*#__PURE__*/React.createElement("div", {
|
|
23353
|
+
style: {
|
|
23354
|
+
display: "flex",
|
|
23355
|
+
alignItems: "center",
|
|
23356
|
+
gap: "12px"
|
|
23357
|
+
}
|
|
23358
|
+
}, downloadOptions && (downloadOptions === null || downloadOptions === void 0 ? void 0 : downloadOptions.length) > 0 && /*#__PURE__*/React.createElement("div", {
|
|
23359
|
+
style: {
|
|
23360
|
+
position: "relative",
|
|
23361
|
+
zIndex: 10
|
|
23362
|
+
}
|
|
23363
|
+
}, /*#__PURE__*/React.createElement(MultiLink, {
|
|
23364
|
+
className: "multilinkWrapper",
|
|
23365
|
+
onHeadClick: () => setShowOptions(!showOptions),
|
|
23366
|
+
displayOptions: showOptions,
|
|
23367
|
+
options: downloadOptions,
|
|
23368
|
+
downloadBtnClassName: "employee-download-btn-className",
|
|
23369
|
+
optionsClassName: "employee-options-btn-className"
|
|
23370
|
+
}))))), /*#__PURE__*/React.createElement(Card$1, null, (displayData === null || displayData === void 0 ? void 0 : (_displayData$applican4 = displayData.applicantData) === null || _displayData$applican4 === void 0 ? void 0 : (_displayData$applican5 = _displayData$applican4.auditDetails) === null || _displayData$applican5 === void 0 ? void 0 : _displayData$applican5.createdTime) && (displayData === null || displayData === void 0 ? void 0 : (_displayData$applican6 = displayData.applicantData) === null || _displayData$applican6 === void 0 ? void 0 : _displayData$applican6.bookingStatus) === "PENDING_FOR_PAYMENT" && /*#__PURE__*/React.createElement("div", {
|
|
23544
23371
|
style: {
|
|
23545
23372
|
display: "flex",
|
|
23546
23373
|
justifyContent: "flex-end"
|
|
@@ -25513,12 +25340,12 @@ const ADSPenalty = ({
|
|
|
25513
25340
|
value: "Yes",
|
|
25514
25341
|
checked: props.value === "Yes",
|
|
25515
25342
|
onChange: () => props.onChange("Yes")
|
|
25516
|
-
}), "
|
|
25343
|
+
}), " Yes"), /*#__PURE__*/React.createElement("label", null, /*#__PURE__*/React.createElement("input", {
|
|
25517
25344
|
type: "radio",
|
|
25518
25345
|
value: "No",
|
|
25519
25346
|
checked: props.value === "No",
|
|
25520
25347
|
onChange: () => props.onChange("No")
|
|
25521
|
-
}), "
|
|
25348
|
+
}), " No"))
|
|
25522
25349
|
}), /*#__PURE__*/React.createElement(CardLabel, null, t("Penalty Amount")), /*#__PURE__*/React.createElement(Controller, {
|
|
25523
25350
|
name: "penaltyAmount",
|
|
25524
25351
|
control: control,
|