yl
2023-12-25 7be83034022d9f3b12b198a3ed820bdd7e0900ad
VueWebCoreApi/Controllers/DeviceManagerController.cs
@@ -614,6 +614,8 @@
        /// <param name="repairdate">保养时间</param>
        /// <param name="repairresult">保养结果</param>
        /// <returns></returns>
        [Route(template: "DeviceRepairTakeSearch")]
        [HttpGet]
        public JsonResult DeviceRepairTakeSearch(int page, int rows, string prop, string order, string wkshopcode = null, string eqpcode = null,string eqpname=null, string stanedname = null, string repairuser = null, string repairdate = null, string repairresult = null)
        {
            var token = HttpContext.Request.Headers["Token"].ToString();