From 925394b1b7f61a2c2a15fdaa0ecd0763214ccda1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 30 五月 2023 18:01:29 +0800
Subject: [PATCH] 增加App报工、工序检验功能
---
VueWebApi/Controllers/SystemSettingController.cs | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/Controllers/SystemSettingController.cs b/VueWebApi/Controllers/SystemSettingController.cs
index 4c266d6..55e8bde 100644
--- a/VueWebApi/Controllers/SystemSettingController.cs
+++ b/VueWebApi/Controllers/SystemSettingController.cs
@@ -80,6 +80,23 @@
#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