雅琪诺MES智能条码管理系统
jingh
2021-03-30 b1db87a5c94b881148405ef5b7cdeb58c6db3fe7
销售裁切隐藏归零按钮
1个文件已修改
10 ■■■■■ 已修改文件
SCM/单据资料/Sc_ICMOReportToBarCode.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Sc_ICMOReportToBarCode.cs
@@ -120,6 +120,16 @@
        {
            timer1.Enabled = false;
            Sub_ClearBill();
            if (HSourceBillType == "鐢熶骇璁㈠崟")
            {
                cmdZero.Visible = false;
                cmdSaveAndSmall.Visible = true;
            }
            else
            {
                cmdZero.Visible = true;
                cmdSaveAndSmall.Visible = false;
            }
        }
        private void timer2_Tick(object sender, EventArgs e)