| | |
| | | return AppDeviceManageDAL.RepairScanDeviceQrCodeData(eqpcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[日常保养,选择扫码设备列表带出保养项] |
| | | public static ToMessage RepairSelectScanDeviceQrCodeItem(string eqpcode) |
| | | { |
| | | return AppDeviceManageDAL.RepairSelectScanDeviceQrCodeItem(eqpcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[日常保养,提交保存] |
| | | public static ToMessage AppDeviceRepairSave(string username,string maintcyc, AppDevicecCheck json) |
| | | { |
| | | return AppDeviceManageDAL.AppDeviceRepairSave(username, maintcyc, json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[设备维修申请,扫描工位/设备二维码] |
| | | public static ToMessage MaintainScanDeviceApplyQrCodeData(string eqpcode) |
| | | { |
| | | return AppDeviceManageDAL.MaintainScanDeviceApplyQrCodeData(eqpcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[设备维修申请,提交保存] |
| | | public static ToMessage MaintainScanDeviceApplySave(string username, string eqpcode, string wkshpcode, string faultsourcecode, string faultdescr, HttpFileCollection files) |
| | | { |
| | | return AppDeviceManageDAL.MaintainScanDeviceApplySave(username,eqpcode, wkshpcode, faultsourcecode, faultdescr, files); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #region[安灯呼叫扫描工位] |
| | | public static ToMessage AppDeviceAnDengCallScanSearch(string eqpcode) |
| | | { |
| | | return AppDeviceManageDAL.AppDeviceAnDengCallScanSearch(eqpcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[安灯呼叫,选择扫描工位带出呼叫类型选项及对应人员数据] |
| | | public static ToMessage AppDeviceAnDengCallItemSearch(string eqpcode,string wkshpcode) |
| | | { |
| | | return AppDeviceManageDAL.AppDeviceAnDengCallItemSearch(eqpcode, wkshpcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[安灯呼叫提交] |
| | | public static ToMessage AppDeviceAnDengCallSave(string username, string eqpcode, string wkshpcode, List<AnDnDate> json) |
| | | { |
| | | return AppDeviceManageDAL.AppDeviceAnDengCallSave(username,eqpcode,wkshpcode,json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | } |
| | | } |