소스 검색

一卡通列展示修改

娄底高职分支
liangkun 1 년 전
부모
커밋
e64053d06f
4개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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
});


불러오는 중...
취소
저장