| | |
| | | return QualityManagementDAL.QualityInspectionSeeEdit(qualityinsptcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[质检方案新增/编辑提交] |
| | | public static ToMessage QualityInspectionAddEditSave(string qualityinsptcode, string qualityinsptname, string status, string checktype, string sampmethod, string sampscare, string suitobject, string suitpart, string descr, string checkitem, string type, string username) |
| | | { |
| | | return QualityManagementDAL.QualityInspectionAddEditSave(qualityinsptcode, qualityinsptname, status, checktype, sampmethod, sampscare, suitobject, suitpart, descr, checkitem, type, username); |
| | | } |
| | | #endregion |
| | | |
| | | #region[质检方案删除] |
| | | public static ToMessage QualityInspectionDelete(string qualityinsptcode, string username) |
| | | { |
| | | return QualityManagementDAL.QualityInspectionDelete(qualityinsptcode, username); |
| | | } |
| | | #endregion |
| | | } |
| | | } |