| | |
| | | return QualityManagementDAL.DeleteStepCheckItem(checkitemcode); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[工序检验记录列表查询] |
| | | public static ToMessage StepCheckTableSearch(string wocode, string partcode, string partname, string partapec, string stepname, string standname, string checktype, string checkresult, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return QualityManagementDAL.StepCheckTableSearch(wocode, partcode, partname, partapec, stepname, standname, checktype, checkresult, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[工序检验记录列表明细查询] |
| | | public static ToMessage StepCheckTableSubSearch(string id) |
| | | { |
| | | return QualityManagementDAL.StepCheckTableSubSearch(id); |
| | | } |
| | | #endregion |
| | | |
| | | #region[工序检验记录导出] |
| | | public static ToMessage StepCheckTableOutExcel(string wocode, string partcode, string partname, string partapec, string stepname, string standname, string checktype, string checkresult, string prop, string order) |
| | | { |
| | | return QualityManagementDAL.StepCheckTableOutExcel(wocode, partcode, partname, partapec, stepname, standname, checktype, checkresult, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[质检方案列表查询] |
| | | public static ToMessage QualityInspectionSearch(string qualityinsptcode, string qualityinsptname, string status, string checktype, string sampltype,string suitobject, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return QualityManagementDAL.QualityInspectionSearch(qualityinsptcode, qualityinsptname, status, checktype, sampltype, suitobject, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[质检方案查看编辑] |
| | | public static ToMessage QualityInspectionSeeEdit(string qualityinsptcode) |
| | | { |
| | | return QualityManagementDAL.QualityInspectionSeeEdit(qualityinsptcode); |
| | | } |
| | | #endregion |
| | | } |
| | | } |