From a44e88e096af2e2aebb695be01bb4e7db3b41635 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 23 十一月 2022 10:31:41 +0800
Subject: [PATCH] 出站汇报单新增单据时,人员数、机器数默认为1
---
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