Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
bjquanjiang
/
DigitalScholl
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
学生学籍-排序,学籍卡打印年级和学籍号对调位置
怀来职教中心中职
ndbs
1 jaar geleden
bovenliggende
d41538d106
commit
4c80f81673
2 gewijzigde bestanden
met
toevoegingen van 5
en
4 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js
+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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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>
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan