From 8c84e5bdb4ecba8cc3b46bf1743699ee0cf87af1 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 30 八月 2024 12:49:16 +0800 Subject: [PATCH] 1.收款单:删除报错 原因:统一路径设置存在问题 2.染厂 领料单: 问题:不能编辑 原因: 3.物料: 问题:新增报错 原因:统一路径设置存在问题 问题:进入页面后加载缓慢 处理:进入页面后不需要获取数据,点击物料分类再获取数据 --- WebAPI/Web References/WebS/ClsGy_Employee_Model.datasource | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Web References/WebS/ClsGy_Employee_Model.datasource b/WebAPI/Web References/WebS/ClsGy_Employee_Model.datasource index 420e004..921aa30 100644 --- a/WebAPI/Web References/WebS/ClsGy_Employee_Model.datasource +++ b/WebAPI/Web References/WebS/ClsGy_Employee_Model.datasource @@ -6,5 +6,5 @@ cause the file to be unrecognizable by the program. --> <GenericObjectDataSource DisplayName="ClsGy_Employee_Model" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> - <TypeInfo>WebAPI.WebS.ClsGy_Employee_Model</TypeInfo> + <TypeInfo>WebAPI.WebS.ClsGy_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