From c4bdb29a94d17f5a9ee08876a29b7c089a87a0e4 Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 14 Mar 2022 09:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8F=91=E8=B5=B7=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84=E9=87=87=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/NWFSchemeController.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Controllers/NWFSchemeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Controllers/NWFSchemeController.cs index fb4ef0133..9f6d42418 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Controllers/NWFSchemeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Controllers/NWFSchemeController.cs @@ -251,19 +251,6 @@ namespace Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers { item.imgUrl = null; } - - if (item.F_Id == "3a9e9db8-a928-435b-a9d2-4a4660b4cdeb") - { - item.F_Name = "采购申请(普通)"; - item.F_CodeUrl = "/AssetManagementSystem/Ass_AssetsInfoApply/IndexJY"; - item.F_Code = "caigoupt"; - } - else if (item.F_Id == "307b2c75-174f-424d-84d8-e0f8374ec6d1") - { - item.F_Name = "采购申请(耗材)"; - item.F_CodeUrl = "/AssetManagementSystem/Ass_AssetsInfoApply/IndexJYHC"; - item.F_Code = "caigouhc"; - } } return Success(data); }