| | |
| | | return ProductModelDAL.SaveStepAssociationEqp(stepcode,username,json); |
| | | } |
| | | #endregion |
| | | |
| | | #region[工序关联缺陷查询] |
| | | public static ToMessage StepAssociationDefect(string stepcode) |
| | | { |
| | | return ProductModelDAL.StepAssociationDefect(stepcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[工序关联缺陷提交] |
| | | public static ToMessage SaveStepAssociationDefect(string stepcode, string username, List<ObjectData> json) |
| | | { |
| | | return ProductModelDAL.SaveStepAssociationDefect(stepcode,username,json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #region[产品信息下拉框查询] |
| | | public static ToMessage PartSelect() |
| | | { |
| | | return ProductModelDAL.PartSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[产品编码查找工艺路线下拉框] |
| | | public static ToMessage PartSelectRpute(string partcode) |
| | | { |
| | | return ProductModelDAL.PartSelectRpute(partcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[根据工艺路线编码查找关联工序集合] |
| | | public static ToMessage RouteSelectStep(string routecode) |
| | | { |
| | | return ProductModelDAL.RouteSelectStep(routecode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[根据工序线编码查找关联设备集合] |
| | | public static ToMessage StepSelectEqp(string partcode, string routecode, string stepcode, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return ProductModelDAL.StepSelectEqp(partcode, routecode, stepcode, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[节拍工价查询] |
| | | public static ToMessage BeatRateSearch(string partcode, string partname, string partspec, string routecode, string stepcode, string eqpcode, string eqpname, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return ProductModelDAL.BeatRateSearch(partcode, partname, partspec, routecode, stepcode, eqpcode, eqpname, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | } |
| | | } |