From fa6bb12189a4b2f9cb5f80a99bb4c83c2ac58311 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 01 十二月 2023 15:05:13 +0800
Subject: [PATCH] 销售订单变更单:审核时判断新数量是否大于源单-销售订单关联数量,原本比较的是销售订单变更单的关联数量
---
WebAPI/Web References/WebS/ClsCLD_Employee_Model.datasource | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Web References/WebS/ClsCLD_Employee_Model.datasource b/WebAPI/Web References/WebS/ClsCLD_Employee_Model.datasource
index 82bb89d..79dbc35 100644
--- a/WebAPI/Web References/WebS/ClsCLD_Employee_Model.datasource
+++ b/WebAPI/Web References/WebS/ClsCLD_Employee_Model.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ClsCLD_Employee_Model" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
- <TypeInfo>WebAPI.WebS.ClsCLD_Employee_Model, Web References.WebS.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
+ <TypeInfo>WebAPI.WebS.ClsCLD_Employee_Model, Web References.WebS.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
\ No newline at end of file
--
Gitblit v1.9.1