From a1c3a3d1b0b0b8c28a19e99177e4cee5a64949b7 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 25 二月 2025 11:20:17 +0800
Subject: [PATCH] 增加斯莫尔 性能检测散点图报表
---
PayM/工资管理/Pay_OtherBalBill.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_OtherBalBill.cs" "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBill.cs"
index 809e105..c672dde 100644
--- "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBill.cs"
+++ "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBill.cs"
@@ -1404,7 +1404,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