From ed2212de256e1258540564a3911dd30d66a70bb3 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 29 Jun 2022 16:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=9F=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E5=8F=B7=20=E6=B7=BB=E5=8A=A0=E5=BC=80=E6=88=B7=E8=A1=8C?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoFresh/Form.cshtml | 11 +++++++---- .../Views/StuInfoFresh/Index.js | 5 +++-- .../StuInfoFresh/StuInfoFreshEntity.cs | 5 +++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Form.cshtml index 276cace84..7fc24e747 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Form.cshtml @@ -34,11 +34,11 @@
生源地
-
+
疆内
-
+
毕业学校
@@ -46,7 +46,7 @@
毕业生类型
-
+
院系
@@ -157,7 +157,10 @@
开户银行位置
- +
+
开户行号
+ +
拍照
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js index a4189854f..8ec7e682d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js @@ -360,7 +360,7 @@ var bootstrap = function ($, learun) { { label: '英语', name: 'ForeignLangScore', width: 100, align: "left" }, { label: '综合', name: 'ComprehensiveScore', width: 100, align: "left" }, { - label: '开户银行', name: 'DepositBank', width: 100, align: "left", + label: '开户银行', name: 'DepositBank', width: 200, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('dataItem', { key: value, @@ -372,7 +372,8 @@ var bootstrap = function ($, learun) { } }, { label: '银行卡账号', name: 'BankCard', width: 150, align: "left" }, - { label: '开户银行位置', name: 'BankLocation', width: 200, align: "left" }, + { label: '开户银行位置', name: 'BankLocation', width: 300, align: "left" }, + { label: '开户行号', name: 'BankNo', width: 150, align: "center" }, ], mainId: 'ID', isPage: true, diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshEntity.cs index 1dbafdf7c..0f076d9da 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshEntity.cs @@ -639,6 +639,11 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration /// [Column("GRADUATETYPE")] public string GraduateType { get; set; } + /// + /// 开户行号 + /// + [Column("BANKNO")] + public string BankNo { get; set; } #endregion #region 扩展操作