From dbbb9d51fd82287021e87d7d9f41483e4f8bee95 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 13 八月 2021 16:24:16 +0800
Subject: [PATCH] 修改生产任务单下推流转卡数量控制超出问题;修改流转卡数量显示问题;修改流转卡保存后单据显示问题;

---
 WebAPI/Controllers/Sc_MouldOtherInBillController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/Sc_MouldOtherInBillController.cs b/WebAPI/Controllers/Sc_MouldOtherInBillController.cs
index a862f37..9e51174 100644
--- a/WebAPI/Controllers/Sc_MouldOtherInBillController.cs
+++ b/WebAPI/Controllers/Sc_MouldOtherInBillController.cs
@@ -181,8 +181,8 @@
                     //
                     if (oMould.DeleteBill(HItemID, ref DBUtility.ClsPub.sExeReturnInfo))
                     {
-                        //鍐欏叆鏃ュ織
-                        ClsPub.Add_Log("", "鍒犻櫎椤圭洰锛屼唬鐮侊細" + oMould.omodel.HNumber + ",鍚嶇О锛�" + oMould.omodel.HName, ClsPub.CurUserName);
+                        ////鍐欏叆鏃ュ織
+                        //ClsPub.Add_Log("", "鍒犻櫎椤圭洰锛屼唬鐮侊細" + oMould.omodel.hn + ",鍚嶇О锛�" + oMould.omodel.HName, ClsPub.CurUserName);
                         //鏇存柊涓婄骇涓� 鏈骇
                         objJsonResult.code = "1";
                         objJsonResult.count = 1;

--
Gitblit v1.9.1