| | |
| | | #endregion |
| | | |
| | | #region[MES工单新增、编辑提交] |
| | | public static ToMessage AddUpdateMesOrder(string mesorderstus, string mesordercode,string sourceorder,string ordertype, string partcode, string mesqty, string routecode, string wkshopcode, string planstartdate, string planenddate, string orderlev, string username, string opertype,string is_aps) |
| | | public static ToMessage AddUpdateMesOrder(string mesorderstus, string mesordercode,string sourceorder,string ordertype, string partcode, string mesqty, string routecode, string wkshopcode, string planstartdate, string planenddate, string orderlev, string username, string opertype,string is_aps,string bom_id) |
| | | { |
| | | return ProductionManagementDAL.AddUpdateMesOrder(mesorderstus,mesordercode, sourceorder,ordertype,partcode, mesqty, routecode, wkshopcode, planstartdate, planenddate, orderlev, username, opertype, is_aps); |
| | | return ProductionManagementDAL.AddUpdateMesOrder(mesorderstus,mesordercode, sourceorder,ordertype,partcode, mesqty, routecode, wkshopcode, planstartdate, planenddate, orderlev, username, opertype, is_aps, bom_id); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | |
| | | |
| | | |
| | | #region[产能规划设置查询] |
| | | public static ToMessage CapacityPlanningSetupSearch() |
| | | { |
| | | return ProductionManagementDAL.CapacityPlanningSetupSearch(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[产能规划设置新增] |
| | | public static ToMessage CapacityPlanningSetupAddUpdate(string username, List<CapacityPlanningSetup> objs) |
| | | { |
| | | return ProductionManagementDAL.CapacityPlanningSetupAddUpdate(username,objs); |
| | | } |
| | | #endregion |
| | | |
| | | #region[产能规划方案设置删除] |
| | | public static ToMessage CapacityPlanningSetupDelete(string username, string capsetupcode) |
| | | { |
| | | return ProductionManagementDAL.CapacityPlanningSetupDelete(username, capsetupcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[产能规划查询] |
| | | public static ToMessage CapacityPlanningSearch(string workshop, string devicetype, string stustype, int startNum, int endNum, string prop, string order) |
| | | { |