浏览代码

订单汇总添加学年学期

临城职教中职
ndbs 2 年前
父节点
当前提交
11adee2f22
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TextBookSolSub/StatisticsIndex.js

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/TextBookSolSub/StatisticsIndex.js 查看文件

@@ -41,6 +41,8 @@ var bootstrap = function ($, learun) {
$('#gridtable').lrAuthorizeJfGridLei({
url: top.$.rootUrl + '/EducationalAdministration/TextBookSolSub/GetStatistics',
headData: [
{ label: "学年", name: "AcademicYearNo", width: 50, align: "left" },
{ label: "学期", name: "Semester", width: 50, align: "left" },
{ label: "教材名称", name: "TextBookName", width: 150, align: "left" },
{ label: "出版号", name: "PublishNo", width: 100, align: "left" },
{ label: "第一作者", name: "FirstAuthor", width: 100, align: "left" },


正在加载...
取消
保存