Browse Source

迎新涉及到的毕业学校 改为初中毕业学校;中考准考证号添加到到生成学籍菜单;报名号改成中考报名号

临城职教中职
ndbs 2 years ago
parent
commit
4a82b7f093
13 changed files with 21 additions and 17 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/Form.cshtml
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/FormGenerate.cshtml
  3. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/Index.cshtml
  4. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/Index.js
  5. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexAccount.cshtml
  6. +4
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexAccount.js
  7. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexDivide.js
  8. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexEnroll.cshtml
  9. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexEnroll.js
  10. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexGenerate.js
  11. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.cshtml
  12. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.js
  13. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexMajor.js

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/Form.cshtml View File

@@ -8,7 +8,7 @@
<input id="Address" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">
<div class="lr-form-item-title">毕业学校<font face="宋体">*</font></div>
<div class="lr-form-item-title">初中毕业学校<font face="宋体">*</font></div>
<input id="BySchool" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">
@@ -16,7 +16,7 @@
<input id="H_SchoolNo" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">
<div class="lr-form-item-title">报名号<font face="宋体">*</font></div>
<div class="lr-form-item-title">中考报名号<font face="宋体">*</font></div>
<input id="ApplyNo" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/FormGenerate.cshtml View File

@@ -24,7 +24,7 @@
<input id="Address" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">
<div class="lr-form-item-title">毕业学校<font face="宋体">*</font></div>
<div class="lr-form-item-title">初中毕业学校<font face="宋体">*</font></div>
<input id="BySchool" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">
@@ -32,7 +32,7 @@
<input id="H_SchoolNo" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">
<div class="lr-form-item-title">报名号<font face="宋体">*</font></div>
<div class="lr-form-item-title">中考报名号<font face="宋体">*</font></div>
<input id="ApplyNo" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="StuVolunteer">


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/Index.cshtml View File

@@ -15,7 +15,7 @@
<input id="Address" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item">
<div class="lr-form-item-title">毕业学校</div>
<div class="lr-form-item-title">初中毕业学校</div>
<input id="BySchool" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item">


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/Index.js View File

@@ -78,9 +78,9 @@ var bootstrap = function ($, learun) {
url: top.$.rootUrl + '/EducationalAdministration/StuVolunteer/GetPageList',
headData: [
{ label: "县区名称", name: "Address", width: 150, align: "left" },
{ label: "毕业学校", name: "BySchool", width: 150, align: "left" },
{ label: "初中毕业学校", name: "BySchool", width: 150, align: "left" },
{ label: "初中学号", name: "H_SchoolNo", width: 150, align: "left" },
{ label: "报名号", name: "ApplyNo", width: 150, align: "left" },
{ label: "中考报名号", name: "ApplyNo", width: 150, align: "left" },
{ label: "省编学号", name: "ProvinceCode", width: 150, align: "left" },
{ label: "学生姓名", name: "StuName", width: 100, align: "left" },
{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexAccount.cshtml View File

@@ -15,7 +15,7 @@
<input id="Address" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item">
<div class="lr-form-item-title">毕业学校</div>
<div class="lr-form-item-title">初中毕业学校</div>
<input id="BySchool" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item">


+ 4
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexAccount.js View File

@@ -75,6 +75,7 @@ var bootstrap = function ($, learun) {
"<span class=\"label label-danger\">否</span>";
}
},
{ label: "中考准考证号", name: "ExamNo", width: 100, align: "left" },
{ label: "中考总分", name: "StuScore", width: 100, align: "left" },
{ label: "学生姓名", name: "StuName", width: 100, align: "left" },
{
@@ -88,12 +89,12 @@ var bootstrap = function ($, learun) {
}
});
}
},
},
{ label: "身份证号", name: "CardNo", width: 150, align: "left" },
{ label: "县区名称", name: "Address", width: 150, align: "left" },
{ label: "毕业学校", name: "BySchool", width: 150, align: "left" },
{ label: "初中毕业学校", name: "BySchool", width: 150, align: "left" },
{ label: "初中学号", name: "H_SchoolNo", width: 150, align: "left" },
{ label: "报名号", name: "ApplyNo", width: 150, align: "left" },
{ label: "中考报名号", name: "ApplyNo", width: 150, align: "left" },
{ label: "第一志愿", name: "FirstVolunteer", width: 120, align: "left" },
{ label: "第二志愿", name: "SecondVolunteer", width: 120, align: "left" },
{ label: "第三志愿", name: "ThirdVolunteer", width: 120, align: "left" },


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexDivide.js View File

@@ -108,6 +108,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "中考准考证号", name: "ExamNo", width: 150, align: "left" },
{ label: "中考总分", name: "StuScore", width: 100, align: "left" },
{ label: "身份证号", name: "CardNo", width: 150, align: "left" },
//{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexEnroll.cshtml View File

@@ -15,7 +15,7 @@
<input id="Address" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item">
<div class="lr-form-item-title">毕业学校</div>
<div class="lr-form-item-title">初中毕业学校</div>
<input id="BySchool" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item">


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexEnroll.js View File

@@ -98,9 +98,9 @@ var bootstrap = function ($, learun) {
},
{ label: "身份证号", name: "CardNo", width: 150, align: "left" },
{ label: "县区名称", name: "Address", width: 150, align: "left" },
{ label: "毕业学校", name: "BySchool", width: 150, align: "left" },
{ label: "初中毕业学校", name: "BySchool", width: 150, align: "left" },
{ label: "初中学号", name: "H_SchoolNo", width: 150, align: "left" },
{ label: "报名号", name: "ApplyNo", width: 150, align: "left" },
{ label: "中考报名号", name: "ApplyNo", width: 150, align: "left" },
{ label: "第一志愿", name: "FirstVolunteer", width: 120, align: "left" },
{ label: "第二志愿", name: "SecondVolunteer", width: 120, align: "left" },
{ label: "第三志愿", name: "ThirdVolunteer", width: 120, align: "left" },


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexGenerate.js View File

@@ -151,6 +151,7 @@ var bootstrap = function ($, learun) {
return value == '1' ? "男" : value == '0' ? "女" : "";
}
},
{ label: "中考准考证号", name: "ExamNo", width: 150, align: "left" },
{ label: "中考总分", name: "StuScore", width: 100, align: "left" },
{ label: "身份证号", name: "CardNo", width: 150, align: "left" },
{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.cshtml View File

@@ -15,7 +15,7 @@
<input id="Address" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item">
<div class="lr-form-item-title">毕业学校</div>
<div class="lr-form-item-title">初中毕业学校</div>
<input id="BySchool" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item">


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexLabel.js View File

@@ -127,9 +127,9 @@ var bootstrap = function ($, learun) {
}
},
{ label: "县区名称", name: "Address", width: 200, align: "left" },
{ label: "毕业学校", name: "BySchool", width: 200, align: "left" },
{ label: "初中毕业学校", name: "BySchool", width: 200, align: "left" },
{ label: "初中学号", name: "H_SchoolNo", width: 200, align: "left" },
{ label: "报名号", name: "ApplyNo", width: 200, align: "left" },
{ label: "中考报名号", name: "ApplyNo", width: 200, align: "left" },
{ label: "学生姓名", name: "StuName", width: 100, align: "left" },
{
label: "性别", name: "Sex", width: 100, align: "left",


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuVolunteer/IndexMajor.js View File

@@ -108,6 +108,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "中考准考证号", name: "ExamNo", width: 150, align: "left" },
{ label: "中考总分", name: "StuScore", width: 100, align: "left" },
{ label: "身份证号", name: "CardNo", width: 150, align: "left" },
{


Loading…
Cancel
Save