add export ussd alarm smpp

This commit is contained in:
root
2025-07-30 17:30:36 +08:00
parent 54339f4273
commit b24a4bfe72
8 changed files with 458 additions and 73 deletions

View File

@@ -736,6 +736,33 @@ echo "<tr>";
echo "</td>";
echo "</tr>";
echo "<tr>";
//Bundle Plan Control
$param_oid="2.2.52.1.27";
$singleParameterInfo=GetSingleParameterInfo($sysId,$param_oid);
echo "<td width=\"$left_percent\" onmouseover=\"javascript:showTipWindow(this,'{$singleParameterInfo[Description]}');\" onmouseout=\"javascript:hideTipWindow(this);\">";
echo "{$singleParameterInfo[ShowName]}";
echo "</td>";
echo "<td>";
$param_instance=$nest_instance0;
showParameterAdv($sysId,$param_oid,$param_instance);
echo "</td>";
echo "</tr>";
echo "<tr>";
//Bundle Plan Control
$param_oid="2.2.52.1.28";
$singleParameterInfo=GetSingleParameterInfo($sysId,$param_oid);
echo "<td width=\"$left_percent\" onmouseover=\"javascript:showTipWindow(this,'{$singleParameterInfo[Description]}');\" onmouseout=\"javascript:hideTipWindow(this);\">";
echo "{$singleParameterInfo[ShowName]}";
echo "</td>";
echo "<td>";
$param_instance=$nest_instance0;
showParameterAdv($sysId,$param_oid,$param_instance);
echo "</td>";
echo "</tr>";
echo "</table>";
echo "</td>";
echo "</tr>";