提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+29 -2
View File
@@ -7,7 +7,7 @@ using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Lskj.Core
{
@@ -348,4 +348,31 @@ namespace Lskj.Core
break;
case Interface.Api.ActionType.Obsolete:
break;
case Interface.Api.ActionType.EscObsolete:
break;
case Interface.Api.ActionType.Submit:
execStr = "提交审核";
break;
case Interface.Api.ActionType.EscSubmit:
break;
case Interface.Api.ActionType.Audit:
break;
case Interface.Api.ActionType.AuditBack:
break;
case Interface.Api.ActionType.AuditClose:
break;
case Interface.Api.ActionType.AuditPress:
break;
case Interface.Api.ActionType.AuditPause:
break;
case Interface.Api.ActionType.AuditForward:
break;
case Interface.Api.ActionType.AuditHand:
break;
default:
break;
}
return execStr;
}
}
}