From a5b145b99690558795e8ce9b8c19d5d12092bd07 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 03 八月 2023 16:12:15 +0800
Subject: [PATCH] 请假申请单 及列表
---
DAL/车间管理/ClsSc_StationEntrustOutBill.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
index b1e58dc..37c8bf9 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
@@ -121,6 +121,7 @@
",HProcID=" + omodel.HProcID.ToString() +
",HBadPNL=" + omodel.HBadPNL.ToString() +
",HWasterQty=" + omodel.HWasterQty.ToString() +
+ ",HBadCount=" + omodel.HBadCount.ToString() +
//",HICMOQty=" + omodel.HICMOQty.ToString() +
//",HPlanQty=" + omodel.HPlanQty.ToString() +
//",HStationOutTime='" + omodel.HStationOutTime + "'" +
--
Gitblit v1.9.1