From 566af70c34690318ff24fba021b22dd866494e63 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 15 五月 2023 12:23:20 +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