From 5324aad11508185a4ad22d6b3222c604f0b4cfa9 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期一, 01 十一月 2021 10:35:27 +0800
Subject: [PATCH] 条码生成模块增加批次按钮功能完善
---
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