From 971e03ccbe5124d4761f56e71025453d1d4742bc Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 17 九月 2025 14:17:08 +0800
Subject: [PATCH] 111

---
 Controllers/Warehouse/InventoryController.cs |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Controllers/Warehouse/InventoryController.cs b/Controllers/Warehouse/InventoryController.cs
index 2af07d0..ae03c9d 100644
--- a/Controllers/Warehouse/InventoryController.cs
+++ b/Controllers/Warehouse/InventoryController.cs
@@ -11,8 +11,9 @@
 [Route("api/[controller]")]
 public class InventoryController : ControllerBase
 {
-    private readonly MesPrintMangeer _mCf = new();
     private readonly InventoryManager m = new();
+
+    private readonly MesPrintMangeer _mCf = new();
 
     /// <summary>
     ///     鎵弿搴撲綅鏉$爜鐨勬帶鍒跺櫒鏂规硶
@@ -81,7 +82,7 @@
     }
 
     /// <summary>
-    ///     鏈熷垵鎵撳嵃鎵弿搴撲綅鑾峰彇浠撳簱淇℃伅鍜屽簱瀛樼粍缁囦俊鎭�
+    /// 鏈熷垵鎵撳嵃鎵弿搴撲綅鑾峰彇浠撳簱淇℃伅鍜屽簱瀛樼粍缁囦俊鎭�
     /// </summary>
     /// <param name="query"></param>
     /// <returns></returns>
@@ -106,8 +107,8 @@
     }
 
 
-    /// <summary>
-    ///     鏈熷垵鎵撳嵃鎵弿搴撲綅鑾峰彇浠撳簱淇℃伅鍜屽簱瀛樼粍缁囦俊鎭�
+        /// <summary>
+    /// 鏈熷垵鎵撳嵃鎵弿搴撲綅鑾峰彇浠撳簱淇℃伅鍜屽簱瀛樼粍缁囦俊鎭�
     /// </summary>
     /// <param name="query"></param>
     /// <returns></returns>
@@ -130,7 +131,7 @@
             return ResponseResult.ResponseError(ex);
         }
     }
-
+    
     [HttpPost("printBeginBar")]
     public ResponseResult PrintBeginBar([FromBody] dynamic query)
     {
@@ -140,7 +141,7 @@
             resultInfos.tbBillList = new ExpandoObject();
             resultInfos.tbBillList.printInfo = _mCf.getPrintInfo(query);
             //var scanResult = m.BarCF(unity);
-            resultInfos.tbBillList.cfBarInfo = m.ExecuteBeginBar(query);
+            resultInfos.tbBillList.cfBarInfo = m.ExecuteBeginBar(query); 
             //resultInfos.tbBillList = m.ExecuteBeginBar(query);
             return new ResponseResult
             {

--
Gitblit v1.9.3