From 5154589cb35ee5302311098a4278d607f19f2aae Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期二, 24 五月 2022 14:30:31 +0800
Subject: [PATCH] nothing
---
WorkM/流转卡管理/MES_StationInBill.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBill.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBill.cs"
index bef2ad8..9aee82b 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBill.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBill.cs"
@@ -972,6 +972,7 @@
txtHGroupID.Tag = 0;
txtHGroupName.Text = "";
}
+ txtHQty.Focus();
}
}
@@ -1026,7 +1027,7 @@
{
Sub_WriteInForm_SM2(Ds.Tables[0], i);
}
- txtHQty.Focus();
+ txtHGroupID.Focus();
}
}
--
Gitblit v1.9.1