From 2d3fc93b131c7aa771e8f7d08a82d5e9b4946eff Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 29 六月 2023 16:02: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