From 42a5171a67054a4fefdd2d26ec4a4836e5f71639 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 30 五月 2023 17:17:35 +0800
Subject: [PATCH] 投产计划查询报表不显示生产订单结案状态的数据,列表增加个状态的过滤框,默认开工

---
 Model/车间管理/ClsSc_ProcessPlanMain.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs"
index d4ca9b8..cfb5a22 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessPlanMain.cs"
@@ -22,5 +22,17 @@
         public string HInnerBillNo;//    varchar(50)   --内部单据号
         public bool HCloseType;//      bit          --关闭类型   (默认为0)   
         
+        
+        public int HWorkerID;
+        public int HProcNo;
+        public int HProcID;
+        public int HGroupID;
+        public int HDeptID;
+        public int HQty;
+        public int HSourceInterID;// int  		--源单内码
+        public int HSourceEntryID;//  int		--源单子内码
+        public string HSourceBillNo;//   varchar(50) --源单号
+        public string HSourceBillType;// varchar(10) --源单类型
+        public int HSourceID;
     }
 }

--
Gitblit v1.9.1