bug
lu
3 天以前 6b7f640c7952a3948b896d4c585d416f546788a1
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
@@ -78,13 +78,16 @@
                string rowGuid = lbMxGuid.Text.Trim();
                SelectDeleteBar frm = new SelectDeleteBar(rowGuid, "采购入库");
                string strCodeList = "";
                string strAction = "";
                frm.UpdateParent += (ss, ee) =>
                {
                    strCodeList = ee.StringSingle;
                    strAction = ee.Data;
                };
                frm.ShowDialog();
                if (string.IsNullOrEmpty(strCodeList))
                    return;
                if (strAction == "print") {
                try
                {
                    string rptParameter = "rpt_Arrival{"
@@ -105,6 +108,7 @@
                {
                    MsgHelper.ShowError(ex.Message);
                }
                }
            };
            gvMx1.FocusedRowChanged += GvMx1_FocusedRowChanged;
            //打印自动计算
@@ -116,7 +120,6 @@
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut, txt_yuliang_1);
            };
            this.ucBtnPrint1.SetPrintButton(false);
        }
        private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
        {