forked from CITKParus/P8-Panels
Compare commits
2 Commits
3a02384346
...
3b763ec0c4
Author | SHA1 | Date | |
---|---|---|---|
3b763ec0c4 | |||
69c3b101a6 |
@ -214,7 +214,7 @@ const EqsPrfrm = () => {
|
||||
}
|
||||
});
|
||||
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 showMsgErr(TEXTS.NO_DATA_FOUND);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user