From 7be83034022d9f3b12b198a3ed820bdd7e0900ad Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 25 十二月 2023 18:33:41 +0800
Subject: [PATCH] 模具清单查看履历接口修改
---
VueWebCoreApi/Controllers/DeviceManagerController.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/VueWebCoreApi/Controllers/DeviceManagerController.cs b/VueWebCoreApi/Controllers/DeviceManagerController.cs
index 90a46b1..5b32f7e 100644
--- a/VueWebCoreApi/Controllers/DeviceManagerController.cs
+++ b/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();
--
Gitblit v1.9.3