diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.js index 61e199c55..7f3305617 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LogisticsManagement/Views/ADR_Record/Index.js @@ -91,7 +91,7 @@ var bootstrap = function ($, learun) { width: 600, height: 400, btn: null - }); + }); } }); // 删除 @@ -113,18 +113,7 @@ var bootstrap = function ($, learun) { $('#gridtable').jfGrid({ url: top.$.rootUrl + '/LogisticsManagement/ADR_Record/GetPageList', headData: [ - { - label: "姓名", name: "UserNo", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { - learun.clientdata.getAsync('custmerData', { - url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BaseUser', - key: value, - keyId: 'f_account', - callback: function (_data) { - callback(_data['f_realname']); - } - }); - } - }, + { label: "姓名", name: "UserName", width: 100, align: "left" }, { label: "职工编号", name: "UserNo", width: 100, align: "left" }, { label: "部门", name: "Department", width: 100, align: "left",