From 63610047f4921b0bdcb0042f54c5197b62746446 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 15 八月 2023 14:28:42 +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