From 32c0daf9a78039004bb6c39d578f7734f13d54b1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 十月 2023 10:54:47 +0800
Subject: [PATCH] 1.工单派发校验工价,工价未提前设置或设置部分,如果开关关闭时,不校验是否未设置 或者未设置全,工价复制表中都会写入,没有设置的工价就默认0 如果开关打开就必须要设置工价
---
VueWebApi/DLL/BLL/AppPurchManagementBLL.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
index 54074eb..44e04e6 100644
--- a/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -54,9 +54,9 @@
#endregion
#region[閲囪喘鍏ュ簱鎵弿鏍囩鏉$爜甯﹀嚭鍒拌揣鍗曚俊鎭痌
- public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode)
+ public static ToMessage MesAppPurchInStorScanLabCode(string labcode)
{
- return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode);
+ return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode);
}
#endregion
@@ -95,5 +95,6 @@
return AppPurchManagementDAL.MesAppPurchReturnInStorSave(orderid,ordercode, username, incontent);
}
#endregion
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3