|
|
@@ -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); |
|
|
|
} |
|
|
|