From b27cc0c7af4cb9f5b404c95f90c63be22668d0a6 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期六, 08 十月 2022 08:52:53 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
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