瀏覽代碼

学生学籍-排序,学籍卡打印年级和学籍号对调位置

怀来职教中心中职
ndbs 1 年之前
父節點
當前提交
4c80f81673
共有 2 個檔案被更改,包括 5 行新增4 行删除
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js
  2. +4
    -4
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js 查看文件

@@ -786,6 +786,7 @@ var bootstrap = function ($, learun) {
isPage: true,
rows: 100,
isMultiselect: true,
sidx: "Grade desc,StuNo desc"
//onSelectRow: function (rowdata) {
// if (rowdata.CheckMark == "1") {
// $("#check").hide();


+ 4
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml 查看文件

@@ -106,12 +106,12 @@
<td>@Model.StuNo</td>
<td>学制</td>
<td>@Model.EduSystem</td>
<td>学籍号</td>
<td>@Model.StuCode</td>
</tr>
<tr>
<td>年级</td>
<td>@Model.Grade</td>
</tr>
<tr>
<td>学籍号</td>
<td>@Model.StuCode</td>
<td>专业</td>
<td id="MajorNo">@Model.MajorNo</td>
<td>身份证号</td>


Loading…
取消
儲存