From b55be6c6042eb57acd8c87d0cdde6415c73cd3d2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 22 三月 2024 12:52:08 +0800
Subject: [PATCH] 生产订单:编辑页面,新增字段 销售订单-是否取库存,销售订单下推生产订单时,将子表是否取库存带入生产订单的 销售订单-是否取库存,生产订单的是否取库存默认为 销售订单-是否取库存且可更改,更改时需要弹窗进行确认
---
WebAPI/Web References/WebS/ClsCLD_Supplier_Model.datasource | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Web References/WebS/ClsCLD_Supplier_Model.datasource b/WebAPI/Web References/WebS/ClsCLD_Supplier_Model.datasource
index f6a67f7..4af1952 100644
--- a/WebAPI/Web References/WebS/ClsCLD_Supplier_Model.datasource
+++ b/WebAPI/Web References/WebS/ClsCLD_Supplier_Model.datasource
@@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ClsCLD_Supplier_Model" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
- <TypeInfo>WebAPI.WebS.ClsCLD_Supplier_Model</TypeInfo>
+ <TypeInfo>WebAPI.WebS.ClsCLD_Supplier_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