From fd8ca33bacb87dbe74e0fb9eaa302ff9bd36f523 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 05 一月 2023 10:29:07 +0800
Subject: [PATCH] 采购订单删除、审核接口开发 系统设置编码规则查询增加(是否开放字段) 过滤条件

---
 VueWebApi/Controllers/BasicSettingController.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Controllers/BasicSettingController.cs b/VueWebApi/Controllers/BasicSettingController.cs
index e3824cd..effefd6 100644
--- a/VueWebApi/Controllers/BasicSettingController.cs
+++ b/VueWebApi/Controllers/BasicSettingController.cs
@@ -774,5 +774,22 @@
             return TJson.toJson(mes);
         }
         #endregion
+
+
+
+        #region[閫氳繃杞﹂棿缂栫爜鏌ユ壘璁惧淇℃伅]
+        /// <summary>
+        /// 閫氳繃杞﹂棿缂栫爜鏌ユ壘璁惧淇℃伅
+        /// </summary>
+        /// <param name="wkshpcode">杞﹂棿缂栫爜</param>
+        /// <returns></returns>
+        [Route(template: "WhkspIsEqpSearch")]
+        [HttpGet]
+        public HttpResponseMessage WhkspIsEqpSearch(string wkshpcode)
+        {
+            mes = BasicSettingBLL.WhkspIsEqpSearch(wkshpcode);
+            return TJson.toJson(mes);
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3