forked from CITKParus/P8-Panels
Compare commits
No commits in common. "3b763ec0c4df5444ff662473e896d2c9f2d91ccd" and "3a023843466ccf16eb4157a9ecfef1f5a8123c78" have entirely different histories.
3b763ec0c4
...
3a02384346
@ -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);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user