From 933872c4eac6bc9cddd95684fd15f2a690e4bc6d Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 24 May 2023 11:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=8F=98=E5=8A=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7-=E5=8F=AA=E8=83=BD=E8=87=AA=E5=B7=B1=E7=9C=8B?= =?UTF-8?q?=E8=87=AA=E5=B7=B1=E7=94=B3=E8=AF=B7=E7=9A=84,=E5=8F=98?= =?UTF-8?q?=E5=8A=A8=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E7=9C=8B=E4=BD=BF=E7=94=A8=E4=BA=BA=E6=98=AF=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js | 1 + .../Views/Ass_FixAssetsApply/Index.cshtml | 6 +++--- .../AssetManagementSystem/Views/Ass_FixAssetsApply/Index.js | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js index 5d695fd7c..861bc798a 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Form.js @@ -47,6 +47,7 @@ var bootstrap = function ($, learun) { $('#ContactWay').val(learun.clientdata.get(['userinfo']).mobile); $('#FACode').lrGirdSelect({ url: top.$.rootUrl + '/LR_SystemModule/DataSource/GetDataTable?code=Ass_FixAssets', + param: { strWhere: " 1=1 and usepeople ='" + learun.clientdata.get(['userinfo']).userId + "' " }, selectWord: 'faname', value: 'facode', text: 'faname', diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.cshtml index a00754127..003fe9c60 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.cshtml @@ -13,11 +13,11 @@
-
+ @*
申请人
-
-
+
*@ +
接收人
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.js index 428802339..05a14a8e2 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_FixAssetsApply/Index.js @@ -285,6 +285,7 @@ var bootstrap = function ($, learun) { param = param || {}; param.StartTime = startTime; param.EndTime = endTime; + param.CreateUser = learun.clientdata.get(['userinfo']).userId; $('#gridtable').jfGridSet('reload', { queryJson: JSON.stringify(param) }); } };