From 7d44488688d754e6c355d26b6adf2c34cbd93db3 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期二, 11 一月 2022 18:14:01 +0800
Subject: [PATCH] 标准工时

---
 PlanM/计划管理/Gy_RoutingBill.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git "a/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs" "b/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs"
index 5ee8641..14e6889 100644
--- "a/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs"
+++ "b/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs"
@@ -1578,6 +1578,8 @@
                                     grdMain.Rows[sRow].Cells[HProcNameCol].Value = oProc.oModel.HName;
                                     grdMain.Rows[sRow].Cells[HTimeUnitCol].Value = "灏忔椂";
                                     grdMain.Rows[sRow].Cells[HUnitTimeCol].Value = "1";
+                                    grdMain.Rows[sRow].Cells[HPassRateCol].Value = "100";
+                                    grdMain.Rows[sRow].Cells[HWorkQtyCol].Value = "1";
                                     if (oProc.GetInfoByID(oProc.oModel.HItemID))
                                     {
                                         grdMain.Rows[sRow].Cells[HProcCheckNoteCol].Value = oProc.omodel.HProcCheckNote.ToString();

--
Gitblit v1.9.1