27 lines
685 B
C#
27 lines
685 B
C#
|
|
using ExtensionMethods;
|
|||
|
|
using Kingdee.BOS.App.Data;
|
|||
|
|
using Kingdee.BOS.Core.DynamicForm.PlugIn;
|
|||
|
|
using Kingdee.BOS.Core.DynamicForm.PlugIn.Args;
|
|||
|
|
using Kingdee.BOS.Log;
|
|||
|
|
using Kingdee.BOS.Orm.DataEntity;
|
|||
|
|
using Kingdee.BOS.Util;
|
|||
|
|
using Newtonsoft.Json;
|
|||
|
|
using System;
|
|||
|
|
using System.ComponentModel;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace CY.PRD_MORPT
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 【服务插件】操作执行后事物结束前修改单据数据包
|
|||
|
|
/// </summary>
|
|||
|
|
[Description("【服务插件_ex】任务汇报审核时,计算人员实作工时"), HotUpdate]
|
|||
|
|
public class SetWorkTimeAfterAuditOperationServicePlugIn : AbstractOperationServicePlugIn
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|