forked from CITKParus/P8-Panels
Compare commits
No commits in common. "686d8ee5aadc032054065a9e14e6aeee372c5802" and "a45479bdca52a2ed692cfec8c46e88c76ee4165d" have entirely different histories.
686d8ee5aa
...
a45479bdca
@ -214,7 +214,7 @@ const EqsPrfrm = () => {
|
||||
}
|
||||
});
|
||||
if (data.NIDENT) {
|
||||
if (type == 0) pOnlineShowUnit({ unitCode: "EquipTechServices", inputParameters: [{ name: "in_Ident", value: data.NIDENT }] });
|
||||
if (type == 0) pOnlineShowUnit({ unitCode: "EquipTechServices", inputParameters: [{ name: "in_SelectList_Ident", value: data.NIDENT }] });
|
||||
else pOnlineShowUnit({ unitCode: "EquipRepairSheets", inputParameters: [{ name: "in_Ident", value: data.NIDENT }] });
|
||||
} else showMsgErr(TEXTS.NO_DATA_FOUND);
|
||||
};
|
||||
|
8
dist/p8-panels.js
vendored
8
dist/p8-panels.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user