| | |
| | | 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 |
| | | |
| | | #region[设备点检标准关联工作站查询] |
| | | public static ToMessage DeviceCheckStanedAssociationEqp(string checkstand_code) |
| | | { |
| | | return DeviceManagerDAL.DeviceCheckStanedAssociationEqp(checkstand_code); |
| | | } |
| | | #endregion |
| | | |
| | | #region [设备点检标准关联工作站提交] |
| | | public static ToMessage SaveDeviceCheckStanedAssociationEqp(string checkstand_code, string username, List<ObjectData> json) |
| | | { |
| | | return DeviceManagerDAL.SaveDeviceCheckStanedAssociationEqp(checkstand_code, username,json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[设备保养标准列表查询] |
| | | public static ToMessage DeviceRepairStandArdSearch(string repairstandcode, string repairstandname, string repairstanddescr, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return DeviceManagerDAL.DeviceRepairStandArdSearch(repairstandcode, repairstandname, repairstanddescr, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养标准新增、编辑获取保养项目下拉列表] |
| | | public static ToMessage DeviceRepairItemSelect() |
| | | { |
| | | return DeviceManagerDAL.DeviceRepairItemSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养标准编辑/查看获取数据] |
| | | public static ToMessage ViewDeviceRepairStanedSearch(string repairstand_code) |
| | | { |
| | | return DeviceManagerDAL.ViewDeviceRepairStanedSearch(repairstand_code); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养标准新增编辑] |
| | | public static ToMessage AddUpdateDeviceRepairStandArd(string opertype, RoutEdit json, string username) |
| | | { |
| | | return DeviceManagerDAL.AddUpdateDeviceRepairStandArd(opertype, json, username); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养标准删除] |
| | | public static ToMessage DeleteDeviceRepairStaned(string repairstand_code) |
| | | { |
| | | return DeviceManagerDAL.DeleteDeviceRepairStaned(repairstand_code); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备保养标准关联工作站查询] |
| | | public static ToMessage DeviceRepairStanedAssociationEqp(string repairstand_code) |
| | | { |
| | | return DeviceManagerDAL.DeviceRepairStanedAssociationEqp(repairstand_code); |
| | | } |
| | | #endregion |
| | | |
| | | #region [设备保养标准关联工作站提交] |
| | | public static ToMessage SaveDeviceRepairStanedAssociationEqp(string repairstand_code, string username, List<ObjectData> json) |
| | | { |
| | | return DeviceManagerDAL.SaveDeviceRepairStanedAssociationEqp(repairstand_code, username, json); |
| | | } |
| | | #endregion |
| | | } |
| | | } |