| | |
| | | Layout = null; |
| | | List<SysCodeDtl> CardPro = ViewData["CardPro"] as List<SysCodeDtl>; //电话补贴 |
| | | List<PltUserDTO> users = ViewData["users"] as List<PltUserDTO>; |
| | | List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>; |
| | | } |
| | | |
| | | <!DOCTYPE html> |
| | |
| | | <a class="btn btn-success" href="javascript:void(0)" onclick="_pageAutoClose();" style="margin-left:4px; border-radius:4px;"> |
| | | <i class="glyphicon glyphicon-remove"></i> <span class="bold">取消</span> |
| | | </a> |
| | | <a class="btn btn-success" href="javascript:void(0)" onclick="saveSim();" style="margin-left:4px; border-radius:4px;"> |
| | | <a class="btn btn-success Update" href="javascript:void(0)" onclick="saveSim();" style="margin-left:4px; border-radius:4px;display:none;"> |
| | | <i class="glyphicon glyphicon-ok"></i> <span class="bold">提交</span> |
| | | </a> |
| | | </div> |
| | |
| | | |
| | | <script type="text/javascript"> |
| | | $(function () { |
| | | |
| | | $("#cbbUser").chosen(); |
| | | |
| | | $("#cbbUser").chosen(); |
| | | |
| | | }); |
| | | |
| | |
| | | toastr.warning("电话补贴不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | $.ajax({ |
| | | type: "POST", |
| | | url: "/Sim/SaveSimBind", |
| | |
| | | parent.layer.close(index); |
| | | return false; |
| | | } |
| | | var ActionInfo22 = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ActionInfo2))'; |
| | | |
| | | |
| | | |
| | | $(function () { |
| | | var data = JSON.parse(ActionInfo22); |
| | | for (var o in data) { |
| | | $("." + data[o].PageShortcut).show(); |
| | | |
| | | } |
| | | }); |
| | | </script> |
| | | </body> |
| | | </html> |