| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[MES工单批量绑定获取工序数据] |
| | | public static ToMessage UpdateMesOrderStepListSearch(List<WorkStepList> worksteplist) |
| | | { |
| | | return WorkOrderDAL.UpdateMesOrderStepListSearch(worksteplist); |
| | | } |
| | | #endregion |
| | | |
| | | #region[MES工单新增、编辑批量绑定提交] |
| | | public static ToMessage AddUpdateMesOrderList(string OperType, List<WorkList> json, User us) |
| | | { |
| | | return WorkOrderDAL.AddUpdateMesOrderList(OperType, json, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[MES工单打印更新打印次数] |
| | | public static ToMessage UpdateMesOrderPrintCount(string wo_code) |
| | | { |
| | | return WorkOrderDAL.UpdateMesOrderPrintCount(wo_code); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[MES工单删除] |
| | | public static ToMessage DeleteMesOrder(string souceid, string wocode, string m_po, string orderqty, User us) |
| | | { |
| | |
| | | #endregion |
| | | |
| | | #region[生产开报工,报工提交] |
| | | public static ToMessage SavaMesOrderStepReport(string mesordercode, string partcode, string stepseq, string stepcode,string stepprice, string eqpcode, string inbarcode, string reckway, string usergroupcode, string reportuser, string taskqty, string startqty, string reportqty, List<ReportDefectList> defectobjs, string remarks, User us) |
| | | public static ToMessage SavaMesOrderStepReport(string mesordercode, string partcode, string stepseq, string stepcode,string stepprice, string eqpcode, string inbarcode, string reckway, string usergroupcode, string reportuser,string payrate, string taskqty, string startqty, string reportqty, List<ReportDefectList> defectobjs, string remarks, User us) |
| | | { |
| | | return WorkOrderDAL.SavaMesOrderStepReport(mesordercode, partcode, stepseq, stepcode, stepprice, eqpcode, inbarcode, reckway, usergroupcode, reportuser, taskqty, startqty, reportqty, defectobjs, remarks, us); |
| | | return WorkOrderDAL.SavaMesOrderStepReport(mesordercode, partcode, stepseq, stepcode, stepprice, eqpcode, inbarcode, reckway, usergroupcode, reportuser, payrate, taskqty, startqty, reportqty, defectobjs, remarks, us); |
| | | } |
| | | #endregion |
| | | |