From 07b8c9b37eede7e63c63c2d783e6ded5895a804e Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 20 五月 2022 13:07:15 +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