From 71af12d1d4abf46e4d4ba89a8e64c8a8dc190362 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期四, 27 三月 2025 18:56:15 +0800
Subject: [PATCH] 1.来料检list页面添加下拉框,可精准选择要筛选的项目 2.新建实验室送检接口

---
 StandardPda/MES.Service/Dto/webApi/ErpDepots.cs |   23 ++---------------------
 1 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs b/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs
index b376646..d074616 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpDepots.cs
@@ -8,24 +8,6 @@
 
     public string? FName { get; set; }
 
-    /// <summary>
-    /// 鎺ュ彛瀛楁璋冩暣锛氭爣鍑嗙増鎺ュ彛鏂板渚涘簲鍟唅d銆佸鎴穒d銆佹暟鎹姸鎬併�佸簱瀛樼姸鎬佺被鍨嬪瓧娈点��
-    /// </summary>
-    /// <remarks>
-    /// 淇敼浜猴細<姹犲崡楠�>
-    /// 淇敼鏃ユ湡锛�<2024-12-30>
-    /// 淇敼璇存槑锛�
-    /// - 鍘熶唬鐮侊細绌�
-    /// - 淇敼鍚庯細    
-    ///public string? FSupplierId { get; set; }
-    ///public string? FCustomerId { get; set; }
-    ///public string? FDocumentStatus { get; set; }
-    ///public string? FStockStatusType { get; set; }
-    /// </remarks>
-    public string? FSupplierId { get; set; }
-    public string? FCustomerId { get; set; }
-    public string? FDocumentStatus { get; set; }
-    public string? FStockStatusType { get; set; }
     public string? FAllowMinusQty { get; set; }
 
     public string? FPrincipal { get; set; }
@@ -34,10 +16,9 @@
 
     public string? FForbidStatus { get; set; }
 
-    public string? FGroup { get; set; }
+    public string? FDocumentStatus { get; set; }
 
-
-    public string? FCreateOrgId { get; set; }
+    public string? IsLot { get; set; }
 
     public string? FUseOrgId { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3