From 4c92194d55eb7e8b270d96c2ed05a7c34c43612d Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Wed, 9 Feb 2022 15:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=98=E4=BB=BB=E8=81=8C=E7=A7=B0BCdTitleOfT?= =?UTF-8?q?echPost=E6=95=B0=E6=8D=AE=E6=BA=90=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/Views/EmpInfo/Index.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js index 49c4f1342..462fc1ffb 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js @@ -605,6 +605,18 @@ var bootstrap = function ($, learun) { }); } }, + { + label: "编制类别", name: "CompilationCategory", width: 100, align: "left", + formatterAsync: function (callback, value, row, op, $cell) { + learun.clientdata.getAsync('dataItem', { + key: value, + code: 'CompilationCategory', + callback: function (_data) { + callback(_data.text); + } + }); + } + }, { label: "来校时间", name: "InSchoolDate", width: 100, align: "left" }, { label: "紧急联系人", name: "Linkman", width: 100, align: "left" }, { label: "联系人关系", name: "RelationOfLinkman", width: 100, align: "left" },