main #29

Merged
Mim merged 2 commits from Dollerok/P8-Panels:main into main 2025-01-15 16:38:17 +03:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 686d8ee5aa - Show all commits

View File

@ -214,7 +214,7 @@ const EqsPrfrm = () => {
} }
}); });
if (data.NIDENT) { if (data.NIDENT) {
if (type == 0) pOnlineShowUnit({ unitCode: "EquipTechServices", inputParameters: [{ name: "in_SelectList_Ident", value: data.NIDENT }] }); if (type == 0) pOnlineShowUnit({ unitCode: "EquipTechServices", inputParameters: [{ name: "in_Ident", value: data.NIDENT }] });
else pOnlineShowUnit({ unitCode: "EquipRepairSheets", inputParameters: [{ name: "in_Ident", value: data.NIDENT }] }); else pOnlineShowUnit({ unitCode: "EquipRepairSheets", inputParameters: [{ name: "in_Ident", value: data.NIDENT }] });
} else showMsgErr(TEXTS.NO_DATA_FOUND); } else showMsgErr(TEXTS.NO_DATA_FOUND);
}; };

8
dist/p8-panels.js vendored

File diff suppressed because one or more lines are too long