From 588f66cedebcafe02584c4472cfc287573644a06 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 9 Aug 2022 09:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=AD=A6=E7=B1=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=9F=A5=E7=9C=8B=E6=A0=A1=E5=8C=BA=E6=9C=89?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoBasic/FormView.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml index ee85a332c..0df47a992 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.cshtml @@ -31,7 +31,7 @@
  • 性       别 : {{studentInfo.GenderNo | sex}}
  • 出生日期 : {{studentInfo.Birthday | date}}
  • 联系电话 : {{studentInfo.mobile}}
  • -
  • 校       区 : {{baseInfo.companyId | company}}
  • +
  • 校       区 : {{studentInfo.F_SchoolId | company}}
  • 学       号 : {{studentInfo.StuNo}}
  • 本  专  科 : {{studentInfo.GraduateNo | graduateNo}}
  • 年       级 : {{studentInfo.Grade}}
  • @@ -139,6 +139,7 @@ key: value, keyId: 'f_companyid', callback: function (_data) { + console.log(_data) result = _data.f_fullname; } });