From b620afd2d990df8b9957a668374b421c989d7de5 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 30 八月 2023 09:21:17 +0800
Subject: [PATCH] 客诉处理单 及列表

---
 PayM/工资管理/Pay_ProcPriceRequestBill.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_ProcPriceRequestBill.cs" "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_ProcPriceRequestBill.cs"
index 875d48a..10b9b2c 100644
--- "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_ProcPriceRequestBill.cs"
+++ "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_ProcPriceRequestBill.cs"
@@ -1274,7 +1274,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;

--
Gitblit v1.9.1