diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.cshtml
index a3285b201..45126352f 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.cshtml
@@ -16,8 +16,8 @@
-
查看
新增
+
查看
编辑
删除
提交
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.js
index b03365f36..74c33934c 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PsychologyInfo/Index.js
@@ -142,34 +142,34 @@ var bootstrap = function ($, learun) {
headData: [
{ label: '学生学号', name: 'StuNo', width: 120, align: "left" },
{ label: '咨询内容', name: 'Concent', width: 300, align: "left" },
- {
- label: '附件', name: 'Url', width: 300, align: "left",
- formatterAsync: function (callback, value, row, op, $cell) {
- $.ajax({
- url: '/LR_SystemModule/Annexes/GetAnnexesFileList',
- data: { folderId: value },
- type: 'GET',
- dataType: "json",
- async: false,
- cache: false,
- success: function (res) {
- var bb = '';
- //$.each(res.data, function (i, item) {
- // bb += item.F_FileName.substring(0, item.F_FileName.indexOf(".")) + ','
- //})
- //bb
- $.each(res.data, function (i, item) {
- bb += '
' +
- item.F_FileName.substring(0, item.F_FileName.indexOf(".")) +
- ', ';
- })
- callback(bb);
- }
- });
- }
- },
+ //{
+ // label: '附件', name: 'Url', width: 300, align: "left",
+ // formatterAsync: function (callback, value, row, op, $cell) {
+ // $.ajax({
+ // url: '/LR_SystemModule/Annexes/GetAnnexesFileList',
+ // data: { folderId: value },
+ // type: 'GET',
+ // dataType: "json",
+ // async: false,
+ // cache: false,
+ // success: function (res) {
+ // var bb = '';
+ // //$.each(res.data, function (i, item) {
+ // // bb += item.F_FileName.substring(0, item.F_FileName.indexOf(".")) + ','
+ // //})
+ // //bb
+ // $.each(res.data, function (i, item) {
+ // bb += '
' +
+ // item.F_FileName.substring(0, item.F_FileName.indexOf(".")) +
+ // ', ';
+ // })
+ // callback(bb);
+ // }
+ // });
+ // }
+ //},
{
label: '提交日期', name: 'CreateTime', width: 130, align: "left",
formatter: function (cellvalue) {
@@ -186,30 +186,30 @@ var bootstrap = function ($, learun) {
return learun.formatDate(cellvalue, 'yyyy-MM-dd hh:mm:ss');
}
},
- {
- label: '回复附件', name: 'Urls', width: 200, align: "left",
- formatterAsync: function (callback, value, row, op, $cell) {
- $.ajax({
- url: '/LR_SystemModule/Annexes/GetAnnexesFileList',
- data: { folderId: value },
- type: 'GET',
- dataType: "json",
- async: false,
- cache: false,
- success: function (res) {
- var bb = '';
- $.each(res.data, function (i, item) {
- bb += '
' +
- item.F_FileName.substring(0, item.F_FileName.indexOf(".")) +
- ', ';
- })
- callback(bb);
- }
- });
- }
- },
+ //{
+ // label: '回复附件', name: 'Urls', width: 200, align: "left",
+ // formatterAsync: function (callback, value, row, op, $cell) {
+ // $.ajax({
+ // url: '/LR_SystemModule/Annexes/GetAnnexesFileList',
+ // data: { folderId: value },
+ // type: 'GET',
+ // dataType: "json",
+ // async: false,
+ // cache: false,
+ // success: function (res) {
+ // var bb = '';
+ // $.each(res.data, function (i, item) {
+ // bb += '
' +
+ // item.F_FileName.substring(0, item.F_FileName.indexOf(".")) +
+ // ', ';
+ // })
+ // callback(bb);
+ // }
+ // });
+ // }
+ //},
{
label: '状态', name: 'State', width: 80, align: "left",
formatter: function (cellvalue, row) {