From d53b01ecb274f83171296b10ff77d305522e0170 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 29 六月 2023 14:55:27 +0800
Subject: [PATCH] 条码生成,来料检验
---
PayM/工资管理/Pay_SingleBalBill.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs" "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs"
index 3272369..577aff0 100644
--- "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs"
+++ "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_SingleBalBill.cs"
@@ -1550,7 +1550,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;
@@ -1843,7 +1843,7 @@
{
i = i + 1;
//璋冩嫧鍗�
- if (oSelectRow.BillType == "41")
+ if (oSelectRow.BillType == "1243")
{
grdMain.Rows.Add();
Application.DoEvents();
@@ -1854,7 +1854,7 @@
Application.DoEvents();
}
//浜у搧鍏ュ簱鍗�
- if (oSelectRow.BillType == "2")
+ if (oSelectRow.BillType == "1202")
{
grdMain.Rows.Add();
Application.DoEvents();
--
Gitblit v1.9.1