From a4139771f09730b92fbb1672acc53e60987acee5 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 01 六月 2023 20:51:25 +0800
Subject: [PATCH] 生产入库有源单接口修改

---
 VueWebApi/Controllers/SystemSettingController.cs |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/Controllers/SystemSettingController.cs b/VueWebApi/Controllers/SystemSettingController.cs
index 4c266d6..0e83893 100644
--- a/VueWebApi/Controllers/SystemSettingController.cs
+++ b/VueWebApi/Controllers/SystemSettingController.cs
@@ -64,7 +64,7 @@
         }
         #endregion
 
-        #region[鑾峰彇瑙勫垯鐢熸垚鐨勭紪鐮乚
+        #region[鑾峰彇瑙勫垯鐢熸垚鐨勭紪鐮�(鍥哄畾)]
         /// <summary>
         /// 鑾峰彇瑙勫垯鐢熸垚鐨勭紪鐮�
         /// </summary>
@@ -80,6 +80,24 @@
         #endregion
 
 
+        #region[鐢熸垚绯荤粺鏉$爜(鑷畾涔�)]
+        /// <summary>
+        /// 鐢熸垚绯荤粺鏉$爜(鑷畾涔�)
+        /// </summary>
+        /// <param name="rightcode">鍔熻兘缂栫爜</param>
+        /// <param name="partcode">鐗╂枡缂栫爜</param>
+        /// <param name="qty">鏁伴噺</param>
+        /// <param name="onelabqty">鍗曟爣绛炬暟閲�</param>
+        /// <returns></returns>
+        [Route(template: "LabelBarCode")]
+        [HttpGet]
+        public HttpResponseMessage LabelBarCode(string rightcode, string partcode, string qty, string onelabqty)
+        {
+            mes = SystemSettingBLL.LabelBarCode(rightcode, partcode, qty, onelabqty);
+            return TJson.toJson(mes);
+        }
+        #endregion
+
 
         #region[杞﹂棿鍏憡鍒楄〃]
         /// <summary>

--
Gitblit v1.9.3