美文网首页
jqeuryEasyUI快速构建正常改查页面篇

jqeuryEasyUI快速构建正常改查页面篇

作者: 丸子_d7e2 | 来源:发表于2019-07-15 18:03 被阅读0次
    <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
    <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
    <!--[if !IE]><!-->
    <html lang="en">
    <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <link rel="shortcut icon" href="../../favicon.ico" />
        <title>院校段退学退费管理</title>
        <link href="../../../../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
        <link href="../../../../../assets/global/plugins/jquery-easyui/themes/insdep/easyui.css" rel="stylesheet" type="text/css">
        <link href="../../../../../assets/global/plugins/jquery-easyui/themes/insdep/default_theme.css" rel="stylesheet" type="text/css">
        <link href="../../../../../assets/global/plugins/jquery-easyui/themes/insdep/icon.css" rel="stylesheet" type="text/css">
        <link href="../../../../../assets/global/plugins/loaders-css/loaders.min.css" rel="stylesheet" type="text/css" />
        <link href="../../../../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
        <link href="../../../../../assets/layouts/layout/css/custom.min.css" rel="stylesheet" type="text/css" />
        <!-- hm.js -->
        <script type="text/javascript" src="../../../../../assets/pages/scripts/common-header.js"></script>
    </head>
    <body style="overflow-x: hidden;height:auto;overflow-y: hidden;">
    <div id="loading-mask">
        <div class="loader-inner line-scale-pulse-out">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
            <div></div>
        </div>
    </div>
    <div class="easyui-panel panel-padding" title=" "
         data-options="width:'100%',collapsible:false,minimizable:false,maximizable:false,closable:false,border:false,headerCls:'panel-header-custom',tools:'#toolbar'">
        <div id="toolbar">
            <div class="search-expand-btn" data-expand="1" onclick="management.panelExpand()">
                <span>收起</span><i class="fa fa-long-arrow-up"></i>
            </div>
        </div>
        <div class="container-fluid">
            <div class="row search-panel">
                <div class="col-lg-3 col-md-4 col-sm-6">
                    <div class="col-lg-4 col-md-3 col-sm-2 text-right">学习中心名称:</div>
                    <div class="col-lg-8 col-md-9 col-sm-10">
                        <select class="easyui-combobox theme-textbox-radius" id="lcenterCode" type="text" data-options="
                            width:'100%',
                            panelHeight:'auto',
                            valueField:'lcenterCode',
                            textField:'lcenterName',
                            panelMaxHeight:'200',
                            limitToList:true"/>
                        </select>
                    </div>
                </div>
                <div class="col-lg-3 col-md-4 col-sm-6">
                    <div class="col-lg-4 col-md-3 col-sm-2 text-right">学籍异动方式:</div>
                    <div class="col-lg-8 col-md-9 col-sm-10">
                        <select class="easyui-combobox theme-textbox-radius" id="statusChangeType" type="text" data-options="
                            width:'100%',
                            panelHeight:'auto',
                            panelMaxHeight:'200',
                            limitToList:true"/>
                        <option value="">全部</option>
                        <option value="14">退学</option>
                        <option value="15">淘汰</option>
                        <option value="17">取消学籍</option>
                        </select>
                    </div>
                </div>
                <div class="col-lg-3 col-md-4 col-sm-6">
                    <div class="col-lg-4 col-md-3 col-sm-2 text-right">审核状态:</div>
                    <div class="col-lg-8 col-md-9 col-sm-10">
                        <select class="easyui-combobox theme-textbox-radius" id="auditStatus" type="text" data-options="
                            width:'100%',
                            panelHeight:'auto',
                            panelMaxHeight:'200',
                            limitToList:true"/>
                        <option value="0" selected="selected">退费待审批</option>
                        <option value="1">退费审批通过</option>
                        <option value="2">退费审批不通过</option>
                        </select>
                    </div>
                </div>
                <div class="col-lg-3 col-md-4 col-sm-6">
                    <div class="col-lg-4 col-md-3 col-sm-2 text-right">学生姓名:</div>
                    <div class="col-lg-8 col-md-9 col-sm-10">
                        <input class="easyui-textbox theme-textbox-radius" id="realName" type="text" data-options="width:'100%'" />
                    </div>
                </div>
                <div class="col-lg-3 col-md-4 col-sm-6">
                    <div class="col-lg-4 col-md-3 col-sm-2 text-right">报名编号:</div>
                    <div class="col-lg-8 col-md-9 col-sm-10">
                        <input class="easyui-textbox theme-textbox-radius" id="studentCode" type="text" data-options="width:'100%'" />
                    </div>
                </div>
                <div class="col-lg-3 col-md-4 col-sm-6">
                    <div class="col-lg-4 col-md-3 col-sm-2 text-right">院校学号:</div>
                    <div class="col-lg-8 col-md-9 col-sm-10">
                        <input class="easyui-textbox theme-textbox-radius" id="universityStuNo" type="text" data-options="width:'100%'" />
                    </div>
                </div>
                <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
                    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">&emsp; &emsp; &emsp;申请日期:<input class="easyui-datebox theme-textbox-radius" id="applyStartDate" type="text" data-options="width:'30%',prompt:'请选择日期',editable:false"/>&nbsp;至&nbsp;<input class="easyui-datebox theme-textbox-radius" id="applyEndDate" type="text" data-options="width:'30%',prompt:'请选择日期',editable:false"/>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12 text-center">
        <a href="javascript:void(0)" class="easyui-linkbutton button-blue-model" onclick="management.searchData()">查询</a>
        <a href="javascript:void(0)" class="easyui-linkbutton" onclick="management.resetSearch()">重置</a>
    </div>
    <div class="easyui-panel panel-padding" data-options="width:'100%',collapsible:true,minimizable:false,maximizable:false,closable:false,border:false">
        <table id="table"></table>
    </div>
    <!--[if lt IE 9]>
    <script src="../../../../../assets/global/plugins/html5shiv.js"></script>
    <script src="../../../../../assets/global/plugins/respond.min.js"></script>
    <script src="../../../../../assets/global/plugins/excanvas.min.js"></script>
    <script src="../../../../../assets/global/plugins/ie8.fix.min.js"></script>
    <![endif]-->
    <script src="../../../../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript" src="../../../../../assets/global/plugins/jquery-easyui/jquery.easyui.min.js"></script>
    <script type="text/javascript" src="../../../../../assets/global/plugins/jquery-easyui/themes/insdep/jquery.insdep-extend.min.js"></script>
    <script type="text/javascript" src="../../../../../assets/global/plugins/iframeWin/jquery.iframeWin.js"></script>
    <script type="text/javascript" src="../../../../../assets/global/plugins/js.cookie.min.js" ></script>
    <script type="text/javascript" src="../../../../../assets/pages/scripts/agentfactory.js"></script>
    <script type="text/javascript" src="../../../../../assets/pages/scripts/common/easyui-expand.js"></script>
    <script type="text/javascript" src="../../../../../assets/pages/scripts/system_management.js" ></script>
    <script type="text/javascript" src="../../../../../assets/pages/scripts/univededuct/quit-study-paymentform/index.js"></script>
    </body>
    </html>

    相关文章

      网友评论

          本文标题:jqeuryEasyUI快速构建正常改查页面篇

          本文链接:https://www.haomeiwen.com/subject/durokctx.html