From dbedc3b6b40a3c8ec3caf5639fd083ba7a3fadce Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 16 十一月 2022 20:30:57 +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