From d5c11209a3eda66adecdd65b03bdc340525bb73e Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Fri, 1 Apr 2022 11:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=97=E8=A1=A8=20=E5=B2=97=E4=BD=8D=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E3=80=81=E6=9D=A5=E6=A0=A1=E6=97=B6=E9=97=B4=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E5=9B=9E=E6=98=BE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/EmpInfo/Index.js | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 420ca0409..19174700a 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 @@ -619,16 +619,16 @@ var bootstrap = function ($, learun) { } }, { - label: "岗位名称", name: "TitleOfTechPostNo", width: 100, align: "left", - formatterAsync: function (callback, value, row, op, $cell) { - learun.clientdata.getAsync('dataItem', { - key: value, - code: 'BCdTitleOfTechPost', - callback: function (_data) { - callback(_data.text); - } - }); - } + label: "岗位名称", name: "TitleOfTechPostNo", width: 100, align: "left" + //formatterAsync: function (callback, value, row, op, $cell) { + // learun.clientdata.getAsync('dataItem', { + // key: value, + // code: 'BCdTitleOfTechPost', + // callback: function (_data) { + // callback(_data.text); + // } + // }); + //} }, { label: "编制类别", name: "CompilationCategory", width: 100, align: "left", @@ -642,7 +642,7 @@ var bootstrap = function ($, learun) { }); } }, - { label: "来校时间", name: "InSchoolDate", width: 100, align: "left" }, + { label: "来校时间", name: "SchoolDate", width: 100, align: "left" }, { label: "紧急联系人", name: "Linkman", width: 100, align: "left" }, { label: "联系人关系", name: "RelationOfLinkman", width: 100, align: "left" }, { label: "联系人电话", name: "PhoneOfLinkman", width: 100, align: "left" },