From a44e88e096af2e2aebb695be01bb4e7db3b41635 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 23 十一月 2022 10:31:41 +0800
Subject: [PATCH] 出站汇报单新增单据时,人员数、机器数默认为1

---
 WorkM/流转卡管理/MES_StationOutBill.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.cs"
index aa51a91..80db201 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.cs"
@@ -87,6 +87,8 @@
                 txtHEmpID.Tag = DBUtility.ClsPub.isLong(Ds.Tables[0].Rows[0]["HItemID"]);
                 txtHEmpName.Text = DBUtility.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HName"]);
             }
+            txtHPersonNums.Text = "1";
+            txtHMachineNums.Text = "1";
         }
         //鍑虹珯鎸夐挳
         private void cmdOK_Click(object sender, EventArgs e)

--
Gitblit v1.9.1