|
- @model Learun.Application.TwoDevelopment.AdmissionsPlatform.AP_OnlineUserInfoEntity
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=7,IE=8,IE=9,IE=10" />
- <meta name="”renderer”" content="”webkit|ie-comp|ie-stand”" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="renderer" content="webkit">
- <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
- <title>网上报名-报考登记表</title>
-
- <link href="~/Content/bootstrap/bootstrap.min.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/bootstrap.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/default.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/hddb.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/style1.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/zyjs.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/login.css" rel="stylesheet" />
- <link href="~/Content/css/OnlineRegistrate/style.css" rel="stylesheet" />
- <link href="~/Content/jquery/plugin/layer/skin/default/layer.css" rel="stylesheet" />
-
- <script src="~/Content/jquery/jquery-1.10.2.min.js"></script>
- <script src="~/Content/bootstrap/bootstrap.min.js"></script>
- <script src="~/Content/js/OnlineRegistrate/bootstrapValidator.js"></script>
- <script src="~/Content/js/OnlineRegistrate/tooltips.js"></script>
- <script src="~/Content/jquery/plugin/layer/layer.js"></script>
- </head>
- <body style="overflow-x: hidden;">
- <div id="header"></div>
-
- <div class="page-container">
- <div class="page-content">
- <div class="row">
- <div class="col-md-12">
- <div class="section section-body">
- <div class="row tl-con" style="padding: 20px;">
- <div class="zp zp2">
- <div class="">
- @if (Model.PhotoUrl == null || Model.PhotoUrl == "")
- {
- <img src="~/Content/images/OnlineRegistrate/mrtx.jpg" style="width: 170px; height: 200px;" />
- }
- else
- {
- <img src="@Model.PhotoUrl" style="width: 170px; height: 200px;" />
- }
- </div>
- </div>
-
- <div class="zp3" style="padding-left: 90px; padding-top: 15px;">
- <h3>报考校区:<span id="CampusId"></span></h3>
-
- <p style="margin-top: 25px;">
- 您好:@Model.RealName 同学,欢迎登录报名系统!
-
- @if (Model.AP_OnlineStudentInfoEntity.IsPaymentId == "1")
- {
- if (Model.AP_OnlineStudentInfoEntity.IsReportId == "1")
- {
- <span style="color:green;">报到成功,欢迎加入山西冶金技师学院!</span>
- }
- else
- {
- <span style="color:blue;">缴费成功,请去学校报到!</span>
- }
- }
- else
- {
- <span style="color: red;">您当前还未缴费,请先缴费!</span>
- }
- </p>
- <div class="form-group" style="margin-top: 25px;">
- @if (Model.AP_OnlineStudentInfoEntity.IsPaymentId == "1")
- {
- <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '../QuestionManage/QuestionEdit.aspx'">问卷调查</button>
- }
- else
- {
- <button type="reset" class="btn btn-primary" style=" margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/MajorInfo?userId=@Model.Id&isReselect=true'">重选专业</button>
- <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/PaymentMoney?userId=@Model.Id&isLogin=true'">缴纳学费</button>
- }
- <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/RegistrateFormEdit?userId=@Model.Id'">完善资料</button>
-
- <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/PasswordEdit?userId=@Model.Id'">修改密码</button>
-
- <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/Login'">退出系统</button>
-
- </div>
-
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <div class="row" style="margin-top: 20px;" id="ziliao">
- <div class="col-md-12">
- <div class="section classroom-schedule-list">
- <div style="padding-bottom: 15px;">
- <form id="defaultForm" class="form-horizontal" role="form" onsubmit="return false;" novalidate="novalidate">
- <div style="text-align: center; background-color: #f6f6f6; font-family: 黑体; line-height: 60px; font-size: 24px; height: 61px; color: #3d3d3d;">山西省技工院校招生报考登记表</div>
-
- <div class="col-md-12 " style="margin-top: 15px;">
- <table class="table " style="border-bottom: 1px #dbdbdb solid;">
- <tr style="text-align: left;">
- <td class="col-sm-4">报考类别:<span id="ExamineTypeId"></span></td>
- <td class="col-sm-4">考生类别:<span id="ExamineeTypeId"></span></td>
- <td class="col-sm-4">考生情况:<span id="ExamineeConditionId"></span></td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4">省:<span id="Province"></span></td>
- <td class="col-sm-4 ">市:<span id="City"></span></td>
- <td class="col-sm-4">县区:<span id="Country"></span></td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">姓名:@Model.RealName</td>
- <td class="col-sm-4">性别:<span id="SexId"></span></td>
- <td class="col-sm-4">出生年月:@Model.BirthDate</td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">民族:<span id="Nation"></span></td>
- <td class="col-sm-4">家庭出生:<span id="FamilyBirthId"></span></td>
- <td class="col-sm-4">本人成分:@Model.AP_OnlineStudentInfoEntity.OneselfComponent</td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">政治面貌:<span id="PoliticsFace"></span></td>
- <td class="col-sm-4">籍贯:@Model.Origin</td>
- <td class="col-sm-4">文化程度:<span id="CultureId"></span></td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">婚否:<span id="MarriageId"></span></td>
- <td class="col-sm-4">属何种照顾对象:@Model.AP_OnlineStudentInfoEntity.WhichCareObject</td>
- <td class="col-sm-4">有何特长:@Model.AP_OnlineStudentInfoEntity.Hobbies</td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">户口类型:<span id="OriginId"></span></td>
- <td class="col-sm-4">现学习或工作单位:@Model.AP_OnlineStudentInfoEntity.WorkUnit</td>
- <td class="col-sm-4">任何职务:@Model.AP_OnlineStudentInfoEntity.PostDuties</td>
- </tr>
-
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">邮编:@Model.ZipCode</td>
- <td class="col-sm-4">工种:@Model.AP_OnlineStudentInfoEntity.WorkTypeId</td>
- <td class="col-sm-4">证书编号:@Model.AP_OnlineStudentInfoEntity.CertificateNumber</td>
- </tr>
-
- <tr style="text-align: left;">
- <td class="col-sm-4 ">现户口所在地:@Model.OriginAddress</td>
- <td class="col-sm-4">联系电话:@Model.Phone</td>
- <td class="col-sm-4">身份证号:@Model.CertNum</td>
- </tr>
-
- </table>
- <table class="table table-condensed">
- <tr>
- <td style="height: 7px;">家庭住址:@Model.DetailedAddress</td>
- </tr>
- <tr>
- <td style="height: 80px;">何时何地受过何种奖励或处分:@Model.AP_OnlineStudentInfoEntity.RewardOrPunish</td>
- </tr>
- <tr>
- <td style="height: 60px; border-bottom: 1px #dbdbdb solid;"></td>
- </tr>
- </table>
- </div>
-
- <div class="title-panel">
- <button type="reset" class="btn" style="background: #e99f00; color: #ffffff; width: 131px; height: 44px; font-size: 14px; margin-top: 15px;">报考志愿</button>
- </div>
-
- <div class="col-sm-12" style="margin-top: 15px;">
- <table class="table table-bordered">
-
- <tr style="text-align: center;">
- <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">学校代码</td>
- <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">学校名称</td>
- <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">工程专业</td>
- </tr>
-
- <tr style="text-align: center;">
- <td class="col-md-4"><span id="SchoolCode"></span></td>
- <td class="col-md-4"><span id="SchoolId"></span></td>
- <td class="col-md-4"><span id="MajorId"></span></td>
- </tr>
- </table>
- </div>
-
- <div style="padding-top: 15px; padding-bottom: 15px;">
- <div class="title-panel">
- <button type="reset" class="btn" style="background: #e99f00; color: #ffffff; width: 131px; height: 44px; font-size: 14px;">本人简历</button>
- </div>
- </div>
- <div class="col-sm-12" style="margin-top: 15px;">
- <table class="table table-bordered">
-
- <tr style="text-align: center;">
- <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">自何年何月</td>
- <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">至何年何月</td>
- <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">在何地和单位学习或工作</td>
- </tr>
- @foreach (var item in Model.AP_OnlineStudentResumeInfoList)
- {
- <tr style="text-align: center;">
- <td class="col-md-4">@item.StartDate</td>
- <td class="col-md-4">@item.EndDate</td>
- <td class="col-md-4">@item.WhereWorkStudy</td>
- </tr>
- }
- </table>
- </div>
-
- <div style="padding-top: 15px; padding-bottom: 15px;">
- <div class="title-panel">
- <button type="reset" class="btn" style="background: #e99f00; color: #ffffff; width: 285px; height: 44px; font-size: 14px;">家庭主要成员和主要社会关系</button>
- </div>
-
- </div>
- <div class="col-sm-12" style="margin-top: 15px;">
- <table class="table table-bordered">
- <tr style="text-align: center;">
- <td class=" col-md-1" style="background-color: #bababa; color: #ffffff;">称呼</td>
- <td class=" col-md-2" style="background-color: #bababa; color: #ffffff;">姓名</td>
- <td class="col-md-3" style="background-color: #bababa; color: #ffffff;">政治面貌</td>
- <td class="col-md-3" style="background-color: #bababa; color: #ffffff;">现在何单位工作</td>
- <td class="col-md-3" style="background-color: #bababa; color: #ffffff;">任何职务</td>
- </tr>
- @foreach (var item in Model.AP_OnlineStudentFamilyInfoList)
- {
- <tr style="text-align: center;">
- <td class="col-md-1">@item.FamilyName</td>
- <td class="col-md-2">@item.RealName</td>
- <td class="col-md-3">
- <span id="@item.Id"></span>
- <script>
- $.ajax({
- url: "/OnlineRegistrate/GetDataSourceMap?code=BCdPartyFace",
- async: false,
- success: function (msg) {
- var msgObject = $.parseJSON(msg);
- if (msgObject.code == 200) {
- $.each(msgObject.data, function (i, item) {
- if (item["partyfaceno"] == @item.PoliticalId) {
- $("#@item.Id").html(item["partyface"]);
- return;
- }
- });
- } else {
- layer.msg(msgObject.info);
- }
- },
- });
- </script>
- </td>
- <td class="col-md-3">@item.WorkUnit</td>
- <td class="col-md-3">@item.Duties</td>
- </tr>
- }
- </table>
- </div>
- <div class="form-group">
- <div class="col-sm-offset-2 col-sm-8 text-center margin-top-15">
- <button type="reset" class="btn btn-primary" onclick="window.location.href = '/OnlineRegistrate/RegistrateFormEdit?userId=@Model.Id'">完善资料</button>
- </div>
- </div>
- </form>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <div id="footer"></div>
- <script>
- $(function () {
- $('#header').load('../Content/css/OnlineRegistrate/Header.html');
- $('#footer').load('../Content/css/OnlineRegistrate/Footer.html');
- })
- </script>
- <script>
- //绑定字典或源的值
- function GetDataSourceStr(code, value, text, valueStr, box) {
- $(box).html("");
- $.ajax({
- url: "/OnlineRegistrate/GetDataSourceMap?code=" + code,
- async: false,
- success: function (msg) {
- var msgObject = $.parseJSON(msg);
- if (msgObject.code == 200) {
- $.each(msgObject.data, function (i, item) {
- if (item[value] == valueStr) {
- $(box).html(item[text]);
- return;
- }
- });
- } else {
- layer.msg(msgObject.info);
- }
- },
- });
- return;
- };
- function GetDataItemStr(code, valueStr, box) {
- $(box).html("");
- $.ajax({
- url: "/OnlineRegistrate/GetDataItemMap?code=" + code,
- async: false,
- success: function (msg) {
- var msgObject = $.parseJSON(msg);
- if (msgObject.code == 200) {
- $.each(msgObject.data, function (i, item) {
- if (item["F_ItemValue"] == valueStr) {
- $(box).html(item["F_ItemName"]);
- return;
- }
- });
- } else {
- layer.msg(msgObject.info);
- }
- },
- });
- return;
- };
- GetDataSourceStr("company", "f_companyid", "f_fullname", "@Model.CampusId", "#CampusId");
- GetDataItemStr("ExamineType", "@Model.AP_OnlineStudentInfoEntity.ExamineTypeId","#ExamineTypeId");
- GetDataItemStr("GraduateCategory", "@Model.AP_OnlineStudentInfoEntity.ExamineeTypeId","#ExamineeTypeId");
- GetDataItemStr("ExamineeCategory", "@Model.AP_OnlineStudentInfoEntity.ExamineeConditionId", "#ExamineeConditionId");
- GetDataSourceStr("DIC_PROVINCE", "pcode", "pname", "@Model.Province", "#Province");
- GetDataSourceStr("DIC_CITY", "ccode", "cname", "@Model.City", "#City");
- GetDataSourceStr("DIC_AREA", "acode", "aname", "@Model.Country", "#Country");
- GetDataItemStr("usersex", "@Model.SexId", "#SexId");
- GetDataSourceStr("BCdNationality", "nationalityno", "nationality", "@Model.Nation", "#Nation");
- GetDataItemStr("FamilyBirth", "@Model.AP_OnlineStudentInfoEntity.FamilyBirthId", "#FamilyBirthId");
- GetDataSourceStr("BCdPartyFace", "partyfaceno", "partyface", "@Model.PoliticsFace", "#PoliticsFace");
- GetDataSourceStr("BCdCultureDegree", "culturedegreeno", "culturedegree", "@Model.AP_OnlineStudentInfoEntity.CultureId", "#CultureId");
- GetDataItemStr("MarriageType", "@Model.AP_OnlineStudentInfoEntity.MarriageId", "#MarriageId");
- GetDataItemStr("ResidenceNo", "@Model.OriginId", "#OriginId");
- GetDataSourceStr("CdMajorInfo", "majorno", "majorname", "@Model.AP_OnlineStudentInfoEntity.MajorId", "#MajorId");
- GetDataSourceStr("company", "f_companyid", "f_fullname", "@Model.AP_OnlineStudentInfoEntity.SchoolId", "#SchoolId");
- GetDataSourceStr("company", "f_companyid", "f_encode", "@Model.AP_OnlineStudentInfoEntity.SchoolId", "#SchoolCode");
-
- </script>
-
-
- </body>
- </html>
|