ch
2022-08-15 4bf3ca7fc8e3cceba62d6617724cac3cbc919746
PayM/¹¤×ʹÜÀí/Pay_SingleBalBill.cs
@@ -1550,7 +1550,7 @@
                                oMater.WherePart = "";
                                if (oMater.RefreshView())
                                {
                                    if (oMater.GetInfoByID(oMater.omodel.HItemID))
                                    if (oMater.GetInfoByID(oMater.oModel.HItemID))
                                    {
                                        grdMain.Rows[sRow].Cells[HMaterIDCol].Value = oMater.omodel.HItemID.ToString();
                                        grdMain.Rows[sRow].Cells[HMaterNumberCol].Value = oMater.omodel.HNumber;
@@ -1843,7 +1843,7 @@
            {
                i = i + 1;
                //调拨单
                if (oSelectRow.BillType == "41")
                if (oSelectRow.BillType == "1243")
                {
                    grdMain.Rows.Add();
                    Application.DoEvents();
@@ -1854,7 +1854,7 @@
                    Application.DoEvents();
                }
                //产品入库单
                if (oSelectRow.BillType == "2")
                if (oSelectRow.BillType == "1202")
                {
                    grdMain.Rows.Add();
                    Application.DoEvents();