diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.cshtml index 7455ffee8..976ec5338 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.cshtml @@ -60,6 +60,7 @@ 查看 编辑 提交 + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.js index d8265749f..5b81a21b3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnroll/IndexHelpChange.js @@ -37,17 +37,19 @@ var bootstrap = function ($, learun) { }); //查看 $('#lr_view').on('click', function () { - var keyValue = $('#gridtable').jfGridValue('StuId'); - if (learun.checkrow(keyValue)) { - learun.layerForm({ - id: 'form', - title: '查看', - url: top.$.rootUrl + '/EducationalAdministration/StuEnroll/FormView?keyValue=' + keyValue, - width: 800, - height: 600, - btn: null - }); - } + page.eye(); + + //var keyValue = $('#gridtable').jfGridValue('StuId'); + //if (learun.checkrow(keyValue)) { + // learun.layerForm({ + // id: 'form', + // title: '查看', + // url: top.$.rootUrl + '/EducationalAdministration/StuEnroll/FormView?keyValue=' + keyValue, + // width: 800, + // height: 600, + // btn: null + // }); + //} }); //编辑 $('#lr_edit').on('click', function () { @@ -113,6 +115,7 @@ var bootstrap = function ($, learun) { { label: "开户银行", name: "SupportBank", width: 100, align: "left" }, { label: "银行卡号", name: "SupportBankCard", width: 100, align: "left" }, { label: "金额", name: "SupportAmount", width: 100, align: "left" }, + { label: "联系电话", name: "SecondMobile", width: 100, align: "left" }, { label: "创建时间", name: "SupportChangeTime", width: 200, align: "left" }, { label: "操作人", name: "SupportChangeUserName", width: 100, align: "left" }, { label: "备注信息", name: "SupportChangeRemark", width: 200, align: "left" }, @@ -159,6 +162,14 @@ var bootstrap = function ($, learun) { param.Grade = "20"; $('#gridtable').jfGridSet('reload', { queryJson: JSON.stringify(param) }); }, + eye: function () { + var processId = $('#gridtable').jfGridValue('SupportProcessId') || ''; + var title = $('#gridtable').jfGridValue('StuName'); + + if (learun.checkrow(processId)) { + learun.frameTab.open({ F_ModuleId: 'monitor' + processId, F_FullName: '查看-' + title, F_UrlAddress: '/LR_NewWorkFlow/NWFProcess/MonitorDetailsIndex?processId=' + processId }); + } + } }; diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/Index.js index 72fa792be..90994f348 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/ReceiveSendFeeManagement/Views/FD_PayManage/Index.js @@ -199,6 +199,7 @@ var bootstrap = function ($, learun) { }); } }, + { label: "发起人", name: "PUserName", width: 100, align: "left" }, { label: "收款单位", name: "PPayee", width: 100, align: "left" }, { label: "开户银行", name: "PPayeeBank", width: 100, align: "left" }, { label: "银行账号", name: "PPayeeBankAccount", width: 100, align: "left" }, diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminAccordion.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminAccordion.cshtml index 6f8380344..e989eeb74 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminAccordion.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminAccordion.cshtml @@ -16,8 +16,8 @@