| | |
| | | #endregion |
| | | |
| | | #region[MES工单查找历史引用最新工序信息] |
| | | public static ToMessage MesOrderNewStepContent(string wkshopcode, string partcode, User us) |
| | | public static ToMessage MesOrderNewStepContent(string wkshopcode,string routecode, string partcode, User us) |
| | | { |
| | | return WorkOrderDAL.MesOrderNewStepContent(wkshopcode, partcode, us); |
| | | return WorkOrderDAL.MesOrderNewStepContent(wkshopcode, routecode, partcode, us); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | #endregion |
| | | |
| | | #region [生产开报工:报工/外协(发料/收料)时条件判断及数据返回接口] |
| | | public static ToMessage MesOrderStepStart(string OperType, string SelectType, string wocode, string stepcode) |
| | | public static ToMessage MesOrderStepStart(string OperType, string SelectType, string wocode, string stepcode,User us) |
| | | { |
| | | return WorkOrderDAL.MesOrderStepStart(OperType, SelectType, wocode, stepcode); |
| | | return WorkOrderDAL.MesOrderStepStart(OperType, SelectType, wocode, stepcode, us); |
| | | } |
| | | #endregion |
| | | |