| | |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[系统设置,工艺SOP上传获取最大版本号] |
| | | public static ToMessage ProcessSopMaxVersion(string partcode, string routecode, string stepcode, string filetypecode, User us) |
| | | { |
| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[系统设置,设备SOP新增] |
| | | #region[系统设置,工艺SOP新增] |
| | | public static ToMessage ProcessSopAddSeave(string partcode, string routecode, string stepcode, string filename, string filetypecode,string version, IFormFile file, User us) |
| | | { |
| | | return SopManageMentDAL.ProcessSopAddSeave(partcode, routecode, stepcode, filename, filetypecode, version, file, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[系统设置,设备SOP删除] |
| | | #region[系统设置,工艺SOP删除] |
| | | public static ToMessage ProcessSopDeleteSeave(string id, string partcode,string routecode,string stepcode, string filepath, User us) |
| | | { |
| | | return SopManageMentDAL.ProcessSopDeleteSeave(id, partcode, routecode, stepcode, filepath, us); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[系统设置,工单SOP查询] |
| | | public static ToMessage WrkOrderSearch(string search, string check, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return SopManageMentDAL.WrkOrderSearch(search, check, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[系统设置,工单SOP上传获取最大版本号] |
| | | public static ToMessage WrkOrderSopMaxVersion(string wocode, string partcode, string filetypecode, User us) |
| | | { |
| | | return SopManageMentDAL.WrkOrderSopMaxVersion(wocode, partcode, filetypecode, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[系统设置,工单SOP新增] |
| | | public static ToMessage WrkOrderSopAddSeave(string wocode, string partcode, string filename, string filetypecode, string version, IFormFile file, User us) |
| | | { |
| | | return SopManageMentDAL.WrkOrderSopAddSeave(wocode, partcode, filename, filetypecode, version, file, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[系统设置,工单SOP删除] |
| | | public static ToMessage WrkOrderSopDeleteSeave(string id, string wocode, string partcode, string filepath, User us) |
| | | { |
| | | return SopManageMentDAL.WrkOrderSopDeleteSeave(id, wocode, partcode, filepath, us); |
| | | } |
| | | #endregion |
| | | } |
| | | } |