| | |
| | | |
| | | int nookcount = Book == null ? 0 : Book.Count; |
| | | |
| | | List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>; |
| | | } |
| | | @{ |
| | | Layout = null; |
| | |
| | | </div> |
| | | <div> |
| | | |
| | | <a class="btn btn-default" href="javascript:void(0)" onclick="OpenWindow('新增图书','98%','100%', '/ServiceCharge/Edit');" style="margin-right:40px;margin-bottom:5px; border-radius:4px;float:right;width:5%;"> |
| | | <a class="btn btn-default Update" href="javascript:void(0)" onclick="OpenWindow('新增图书','98%','100%', '/ServiceCharge/Edit');" style="margin-right:40px;margin-bottom:5px; border-radius:4px;float:right;width:5%;display:none;"> |
| | | <i class="glyphicon glyphicon-plus"></i> <span class="bold">新增</span> |
| | | </a> |
| | | </div> |
| | |
| | | |
| | | <td>@Book[i].Danjia.Value.ToString("F2")</td> |
| | | <td> |
| | | <a href="javascript:void(0)" onclick="OpenWindow('@Book[i].BookName','98%','100%', '/ServiceCharge/Edit?id=@Book[i].Id');" style="margin-left:4px; border-radius:4px;"> |
| | | <a href="javascript:void(0)" class="Update" onclick="OpenWindow('@Book[i].BookName','98%','100%', '/ServiceCharge/Edit?id=@Book[i].Id');" style="margin-left: 4px; border-radius: 4px; display: none;"> |
| | | <span class="bold">修改</span> |
| | | </a> |
| | | <a href="javascript:void(0)" onclick="delPosition('@Book[i].Id');" style="margin-left:4px; border-radius:4px;"> |
| | | <a href="javascript:void(0)" class="Update" onclick="delPosition('@Book[i].Id');" style="margin-left:4px; border-radius:4px;display:none;"> |
| | | <span class="bold">删除</span> |
| | | </a> |
| | | </td> |
| | |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | <div class=""> |
| | | @*<div class=""> |
| | | |
| | | <h3>八、风险代理</h3> |
| | | |
| | |
| | | |
| | | <label class="text-left col-sm-1 col-md-1 control-label">面议</label> |
| | | |
| | | </div> |
| | | </div>*@ |
| | | <div class=""> |
| | | |
| | | <h3>九、软件</h3> |
| | | <h3>八、软件</h3> |
| | | |
| | | </div> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | |
| | | </table> |
| | | </div> |
| | | |
| | | <div class=""> |
| | | @*<div class=""> |
| | | |
| | | <h3>十、其他</h3> |
| | | |
| | | </div> |
| | | </div>*@ |
| | | |
| | | |
| | | |
| | |
| | | <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px "> |
| | | <div class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”"> |
| | | |
| | | <a class="btn btn-default" href="javascript:void(0)" onclick="Print();" style="margin-left:4px; border-radius:4px;"> |
| | | <a class="btn btn-default Dayin" href="javascript:void(0)" onclick="Print();" style="margin-left:4px; border-radius:4px;display:none;"> |
| | | <i class="glyphicon glyphicon-print"></i> <span class="bold">打印</span> |
| | | </a> |
| | | |
| | | <a class="btn btn-success" href="javascript:void(0)" onclick="savePosition();" style="margin-left:4px; border-radius:4px;"> |
| | | <a class="btn btn-success Update" href="javascript:void(0)" onclick="savePosition();" style="margin-left: 4px; border-radius: 4px; display: none;"> |
| | | <i class="glyphicon glyphicon-ok"></i> <span class="bold">提交</span> |
| | | </a> |
| | | </div> |
| | |
| | | var delPosition = function (id) { |
| | | |
| | | |
| | | |
| | | |
| | | $.ajax({ |
| | | type: "GET", |
| | | url: "/ServiceCharge/Nullify?id=" + id, |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | //var data = { id: $("#Id").val(), StartTime:$("#StartTime").val(), Sheng: $("#Sheng").val(), job_level: $("#Job_level").val().toString(), ExistsAttachment: fileId != "" } |
| | | $.ajax({ |
| | | type: "POST", |
| | |
| | | global: false, |
| | | data: $('form').serializeArray(), |
| | | success: function (data) { |
| | | |
| | | |
| | | |
| | | |
| | | if (data.Result) { |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | function _pageAutoClose() { |
| | | window.location = "/ServiceCharge/Index"; |
| | |
| | | //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> |