From 4bf3ca7fc8e3cceba62d6617724cac3cbc919746 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 15 八月 2022 21:53:14 +0800 Subject: [PATCH] 工资系统部署测试 --- PayM/工资管理/Pay_SingleBalBill.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs" "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs" index 3272369..577aff0 100644 --- "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs" +++ "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/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(); -- Gitblit v1.9.1