From 7a096c5d7b73cab39cb35733cec9e39b36e6c189 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Wed, 25 May 2022 11:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=80=BB=E7=BB=93=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=83=A8=E9=97=A8=E3=80=81=E6=80=BB=E7=BB=93=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonnelManagement/Views/WP_WorkSummary/Index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_WorkSummary/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_WorkSummary/Index.js index 8ca93d5cb..60b171332 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_WorkSummary/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/WP_WorkSummary/Index.js @@ -110,9 +110,9 @@ var bootstrap = function ($, learun) { learun.clientdata.getAsync('custmerData', { url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'classdata', key: value, - keyId: 'f_departmentid', + keyId: 'id', callback: function (_data) { - callback(_data['f_fullname']); + callback(_data['name']); } }); } @@ -131,11 +131,11 @@ var bootstrap = function ($, learun) { } }, { - label: "计划类型", name: "WSTimeType", width: 100, align: "left", + label: "总结类型", name: "WSTimeType", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('dataItem', { key: value, - code: 'WorkPlanType', + code: 'WorkSummaryType', callback: function (_data) { callback(_data.text); }