yl
2023-02-27 adc65b06d255664c2f7b763aad04572d5a96ff46
VueWebApi/DLL/BLL/AppDeviceManageBLL.cs
@@ -17,10 +17,17 @@
        }
        #endregion
        #region[日常点检,选择扫码设备列表带出点检项]
        public static ToMessage SelectScanDeviceQrCodeItem(string eqpcode)
        #region[日常点检,扫描工位/设备二维码查找点检标准]
        public static ToMessage CheckScanDeviceTemp(string eqpcode)
        {
            return AppDeviceManageDAL.SelectScanDeviceQrCodeItem(eqpcode);
            return AppDeviceManageDAL.CheckScanDeviceTemp(eqpcode);
        }
        #endregion
        #region[日常点检,选择扫码设备列表带出点检项]
        public static ToMessage SelectScanDeviceQrCodeItem(string eqpcode,string checktempcode)
        {
            return AppDeviceManageDAL.SelectScanDeviceQrCodeItem(eqpcode, checktempcode);
        }
        #endregion
@@ -40,10 +47,17 @@
        }
        #endregion
        #region[日常保养,选择扫码设备列表带出保养项]
        public static ToMessage RepairSelectScanDeviceQrCodeItem(string eqpcode)
        #region[定期保养,扫描工位/设备二维码查找保养标准]
        public static ToMessage RepairScanDeviceTemp(string eqpcode)
        {
            return AppDeviceManageDAL.RepairSelectScanDeviceQrCodeItem(eqpcode);
            return AppDeviceManageDAL.RepairScanDeviceTemp(eqpcode);
        }
        #endregion
        #region[日常保养,选择扫码设备列表带出保养项]
        public static ToMessage RepairSelectScanDeviceQrCodeItem(string eqpcode,string repartempcode)
        {
            return AppDeviceManageDAL.RepairSelectScanDeviceQrCodeItem(eqpcode,repartempcode);
        }
        #endregion
@@ -79,9 +93,9 @@
        #endregion
        #region[设备维修提交]
        public static ToMessage RepairScanDeviceSave(string username, string eqpcode, string wkshpcode, string faultdescr, string is_stoprepair, string repaircontent, string replaceparts, HttpFileCollection files)
        public static ToMessage RepairScanDeviceSave(string docu_code, string username, string eqpcode, string wkshpcode, string faultdescr, string is_stoprepair, string repaircontent, string replaceparts, HttpFileCollection files)
        {
            return AppDeviceManageDAL.RepairScanDeviceSave(username, eqpcode, wkshpcode, faultdescr, is_stoprepair, repaircontent, replaceparts, files);
            return AppDeviceManageDAL.RepairScanDeviceSave(docu_code,username, eqpcode, wkshpcode, faultdescr, is_stoprepair, repaircontent, replaceparts, files);
        }
        #endregion
@@ -94,9 +108,9 @@
        #endregion
        #region[维修验证详情信息]
        public static ToMessage RepairVerificationScanDeviceDataSub(string eqpcode, string wkshpcode)
        public static ToMessage RepairVerificationScanDeviceDataSub(string repair_code, string eqpcode, string wkshpcode)
        {
            return AppDeviceManageDAL.RepairVerificationScanDeviceDataSub(eqpcode,wkshpcode);
            return AppDeviceManageDAL.RepairVerificationScanDeviceDataSub(repair_code,eqpcode, wkshpcode);
        }
        #endregion