Browse Source

一卡通列展示修改

娄底高职分支
liangkun 1 year ago
parent
commit
e64053d06f
4 changed files with 8 additions and 8 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/Index.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/IndexForStudent.js
  3. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/IndexForTeacher.js
  4. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/ManageIndexTeacher.js

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

@@ -120,7 +120,7 @@ var bootstrap = function ($, learun) {
{ label: "专业", name: "MajorName", width: 100, align: "left" },
{ label: "班级", name: "ClassName", width: 100, align: "left" },
{ label: "身份证号", name: "IdentityCardNo", width: 150, align: "left" },
{ label: "消费金额", name: "MONEY", width: 100, align: "left", statistics: true },
{ label: "消费金额", name: "MONEY", width: 100, align: "left" },
{ label: "余额", name: "BALANCE", width: 100, align: "left" },
{ label: "发生时间", name: "HAPPENTIME", width: 120, align: "left" },
{ label: "科目", name: "SUBJECT", width: 100, align: "left" },


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/IndexForStudent.js View File

@@ -65,7 +65,7 @@ var bootstrap = function ($, learun) {
{ label: "科目", name: "SUBJECT", width: 100, align: "left" },
{ label: "终端名称", name: "TERMNAME", width: 150, align: "left" },
],
sidx: 'A.OPDT',
sidx: 'A.jndatetime',
sord: 'desc',
isPage: true
});


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/IndexForTeacher.js View File

@@ -58,13 +58,13 @@ var bootstrap = function ($, learun) {
{ label: "姓名", name: "EmpName", width: 100, align: "left" },
{ label: "部门", name: "DepartmentName", width: 100, align: "left" },
{ label: "身份证号", name: "IdentityCardNo", width: 150, align: "left" },
{ label: "消费金额", name: "MONEY", width: 100, align: "left", statistics: true },
//{ label: "余额", name: "BALANCE", width: 100, align: "left" },
{ label: "消费金额", name: "MONEY", width: 100, align: "left" },
{ label: "余额", name: "BALANCE", width: 100, align: "left" },
{ label: "发生时间", name: "HAPPENTIME", width: 120, align: "left" },
{ label: "科目", name: "SUBJECT", width: 100, align: "left" },
{ label: "终端名称", name: "TERMNAME", width: 150, align: "left" }
],
sidx: 'A.OPDT',
sidx: 'A.jndatetime',
sord: 'desc',
isPage: true
});


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/YKTStateMent/ManageIndexTeacher.js View File

@@ -61,14 +61,14 @@ var bootstrap = function ($, learun) {
{ label: "姓名", name: "EmpName", width: 100, align: "left" },
{ label: "部门", name: "DepartmentName", width: 100, align: "left" },
{ label: "身份证号", name: "IdentityCardNo", width: 150, align: "left" },
{ label: "消费金额", name: "MONEY", width: 100, align: "left", statistics:true },
//{ label: "余额", name: "BALANCE", width: 100, align: "left" },
{ label: "消费金额", name: "MONEY", width: 100, align: "left" },
{ label: "余额", name: "BALANCE", width: 100, align: "left" },
{ label: "发生时间", name: "HAPPENTIME", width: 120, align: "left" },
{ label: "科目", name: "SUBJECT", width: 100, align: "left" },
{ label: "终端名称", name: "TERMNAME", width: 150, align: "left" }
],
//mainId: 'AId',
sidx: 'A.OPDT',
sidx: 'A.jndatetime',
sord: 'desc',
isPage: true
});


Loading…
Cancel
Save