| | |
| | | return DeviceManagerDAL.DeleteDeviceMaiItem(maiitemcode); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[设备点检标准列表查询] |
| | | public static ToMessage DeviceCheckStandArdSearch(string checkstandcode, string checkstandname, string checkcontr, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return DeviceManagerDAL.DeviceCheckStandArdSearch(checkstandcode, checkstandname, checkcontr, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备点检标准新增、编辑获取检验项目下拉列表] |
| | | public static ToMessage DeviceCheckItemSelect() |
| | | { |
| | | return DeviceManagerDAL.DeviceCheckItemSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备点检标准编辑/查看获取数据] |
| | | public static ToMessage ViewDeviceCheckStanedSearch(string checkstand_code) |
| | | { |
| | | return DeviceManagerDAL.ViewDeviceCheckStanedSearch(checkstand_code); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备点检标准新增编辑] |
| | | public static ToMessage AddUpdateDeviceCheckStandArd(string opertype, RoutEdit json, string username) |
| | | { |
| | | return DeviceManagerDAL.AddUpdateDeviceCheckStandArd(opertype, json, username); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备点检标准删除] |
| | | public static ToMessage DeleteDeviceCheckStaned(string checkstand_code) |
| | | { |
| | | return DeviceManagerDAL.DeleteDeviceCheckStaned(checkstand_code); |
| | | } |
| | | #endregion |
| | | } |
| | | } |