Compare commits
No commits in common. "68d66523e82c175c1ca6cc232a01e6908f30a5d7" and "5a83bf92211df940c7e36d9751f92ac45b363360" have entirely different histories.
68d66523e8
...
5a83bf9221
|
|
@ -3502,12 +3502,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
isDistinctionInterface = false;
|
||||||
switch (_userInfo.RequestUrl)
|
switch (_userInfo.RequestUrl)
|
||||||
{
|
{
|
||||||
//申请重阅
|
//申请重阅
|
||||||
case "VisitTask/applyReReading":
|
case "VisitTask/applyReReading":
|
||||||
|
|
||||||
|
|
||||||
extraIdentification = "/" + (int)entity.ReReadingApplyState;
|
extraIdentification = "/" + (int)entity.ReReadingApplyState;
|
||||||
|
|
||||||
//PM 申请重阅,区分不了是否有SPM参与
|
//PM 申请重阅,区分不了是否有SPM参与
|
||||||
|
|
@ -3529,7 +3528,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
//同意重阅
|
//同意重阅
|
||||||
case "VisitTask/ConfirmReReading":
|
case "VisitTask/ConfirmReReading":
|
||||||
|
|
||||||
|
|
||||||
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager || _userInfo.UserTypeEnumInt == (int)UserTypeEnum.APM)
|
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.ProjectManager || _userInfo.UserTypeEnumInt == (int)UserTypeEnum.APM)
|
||||||
{
|
{
|
||||||
extraIdentification = "/" + 1;
|
extraIdentification = "/" + 1;
|
||||||
|
|
@ -3544,8 +3542,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
case "VisitTask/PMSetTaskBack":
|
case "VisitTask/PMSetTaskBack":
|
||||||
|
|
||||||
isDistinctionInterface = false;
|
|
||||||
|
|
||||||
if (entity.PMBackReason.IsNotNullOrEmpty())
|
if (entity.PMBackReason.IsNotNullOrEmpty())
|
||||||
{
|
{
|
||||||
extraIdentification = "/" + "Reason";
|
extraIdentification = "/" + "Reason";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue