From d7b5a0a931eaeaa1332370a857d0024cb4c93c3e Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 22 十一月 2021 13:41:01 +0800
Subject: [PATCH] 生产退料单 LIst

---
 WarM/条码打印/Gy_BarCodeBill.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
index d453cfa..bf863fe 100644
--- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
+++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs"
@@ -2474,6 +2474,7 @@
         //鎵规鎸夐挳
         private void BatchNo_Click(object sender, EventArgs e)
         {
+            lblCaption.Focus();
             bool b = false;
             for (int i = 0; i < grdMain.RowCount; i++)
             {

--
Gitblit v1.9.1