| | |
| | | if(model.code == 1 && model.data != undefined && model.data.length>0){
|
| | | setBTSParam(model.data, false);
|
| | | if(is_showAlert){
|
| | | noContent.showNoContent("获取测试参数成功");
|
| | | noContent.showNoContent("获取测试参数成功", true);
|
| | | }
|
| | | initPopup(BTS_popup);
|
| | | if(!acStart) {
|
| | |
| | | var model = eval('('+data.result+')');
|
| | | //console.info(model);
|
| | | if(model.code == 1){
|
| | | noContent.showNoContent("修改测试参数成功");
|
| | | noContent.showNoContent("修改测试参数成功", true);
|
| | | var temp = {
|
| | | num:CMD_61850_GETPARAM,
|
| | | dev_id:param.dev_id,
|
| | |
| | | function showBTSContent(cmd, issuccess) {
|
| | | if(cmd == CMD_BTS_Start){
|
| | | if(issuccess){
|
| | | noContent.showNoContent("启动测试成功");
|
| | | noContent.showNoContent("启动测试成功", true);
|
| | | }else{
|
| | | noContent.showNoContent("启动测试失败");
|
| | | }
|
| | | }else if(cmd == CMD_BTS_Stop){
|
| | | if(issuccess){
|
| | | noContent.showNoContent("停止测试成功");
|
| | | noContent.showNoContent("停止测试成功", true);
|
| | | }else{
|
| | | noContent.showNoContent("停止测试失败");
|
| | | }
|