From 61345a899aba3fd99f0cabc601f7bea06b641059 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 19 六月 2023 14: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