From cfd2e46c3beb94ff705091b4b53ace96c8851a0d Mon Sep 17 00:00:00 2001 From: jhz <jinghz@oceic.com> Date: 星期五, 29 七月 2022 18:14:50 +0800 Subject: [PATCH] 34进制 --- SCM/条码打印/Gy_BarCodeBill.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" index 4082b9e..f45ac67 100644 --- "a/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" +++ "b/SCM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.cs" @@ -3852,5 +3852,10 @@ MessageBox.Show("娓呯悊鏁版嵁搴撳牭濉炲け璐ワ紒" + sExeReturnInfo.Message); } } + + private void back_Click(object sender, EventArgs e) + { + bc.Enabled = false; + } } } \ No newline at end of file -- Gitblit v1.9.1