You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/*
|
|
|
|
|
1. <20><>JS<4A>ļ<EFBFBD><C4BC><EFBFBD>Ƕ<EFBFBD>뵽<EFBFBD><EBB5BD>MyFlowGener.htm <20>Ĺ<EFBFBD><C4B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
|
|
|
|
2. <20><><EFBFBD><EFBFBD><EFBFBD>߿<EFBFBD><DFBF><EFBFBD><EFBFBD><EFBFBD>д<EFBFBD><D0B4><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ͨ<EFBFBD>õ<EFBFBD>Ӧ<EFBFBD><D3A6>,<2C><><EFBFBD><EFBFBD>ͨ<EFBFBD>õĺ<C3B5><C4BA><EFBFBD>.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
//ҳ<><D2B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
|
|
|
|
|
|
|
|
|
function LoaclOperation() {
|
|
|
|
|
|
|
|
|
|
var nodeID = GetQueryString("FK_Node");
|
|
|
|
|
|
|
|
|
|
if (nodeID == 302 || nodeID == 402 || nodeID == 502 || nodeID == 621) {
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var len = document.getElementById("DDL_Nodes").options.length;
|
|
|
|
|
if (len <= 2)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
for (var i = 0; i < len; i++) {
|
|
|
|
|
|
|
|
|
|
$("#DDL_Nodes option").eq(i).hide();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$("#DDL_Nodes option").eq(len - 1).show();
|
|
|
|
|
|
|
|
|
|
$("#DDL_Nodes").attr('value', $('#DDL_Nodes option:last').val());
|
|
|
|
|
|
|
|
|
|
//var len = document.getElementById("DDL_Nodes").options.length;
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|