From 268f0f4da65c5bdedeca2b9fe35c9065b6c1b7b7 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 11 三月 2024 23:04:39 +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