From a7f83d45264df7a4b91b67a3ad1ce06710601245 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Fri, 27 May 2022 12:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E7=94=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=AE=A1=E7=90=86-=E6=98=AF=E5=90=A6=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E9=97=AE=E9=A2=98=EF=BC=9B=E4=BC=98=E5=8C=96=E6=96=B0?= =?UTF-8?q?=E7=94=9F=E9=A2=86=E5=8F=96=E7=94=A8=E5=93=81=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuInfoFresh/GetKeyIndex.js | 1 + .../EducationalAdministration/Views/StuInfoFresh/Index.js | 3 +-- .../Learun.Application.Web/Views/LR_Content/script/lr-form.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/GetKeyIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/GetKeyIndex.js index 729f8ccc6..422017273 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/GetKeyIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/GetKeyIndex.js @@ -19,6 +19,7 @@ var bootstrap = function ($, learun) { var keyword = $('#txt_Keyword').val(); page.search({ keyword: keyword }); }); + $('#PerfectStatus').lrDataItemSelect({ code: "PerfectStatus", placeholder: "请选完善状态" }); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js index b22d61222..93f552b0e 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js @@ -177,10 +177,9 @@ var bootstrap = function ($, learun) { { label: '姓名', name: 'StuName', width: 100, align: "left" }, { label: '是否完善信息', name: 'ID', width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { - learun.clientdata.getAsync('custmerData', { url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'DirectRelatives', - key: row.ID, + key: value, keyId: 'stuinfofreshid', callback: function (_data) { var a = _data['id']; diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js index 9ad1082cd..ba606fbd9 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js @@ -390,6 +390,7 @@ dfop.param.itemCode = op.code; dfop.param.parentId = op.parentId || '0'; dfop.allowSearch = op.allowSearch; + dfop.placeholder = op.placeholder; var list = [];