From d13b8826ae2e441942126b56106c2b36ea6b699b Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期五, 17 五月 2024 17:04:06 +0800 Subject: [PATCH] 新增PDA模具调拨单上传调用方法,新增模具出入库扫码允许扫描条码个数系统参数,扫描模具条码方法修改 --- WorkM/报表分析/Sc_OverProdReport.cs | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_OverProdReport.cs" "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_OverProdReport.cs" index 4f33691..3f029ac 100644 --- "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_OverProdReport.cs" +++ "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_OverProdReport.cs" @@ -191,21 +191,21 @@ //} BCol = 7; //鑾峰彇鍔ㄦ�佸唴瀹� 锛堟暟閲忎俊鎭級 - for (int row = 0; row <= grdMain.RowCount - 1; row++) - { - for (int col = BCol; col <= grdMain.ColumnCount - 1; col++) - { - //HDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HDeptID")].Value); - //HMaterID = DBUtility.ClsPub.isLong(grdMain.Columns[col].Tag); - //HEmpID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HEmpID")].Value); - //HProcID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HProcID")].Value); - DsQty = SubCn.RunProcReturn("exec h_p_CCBB", "Gy_Czygl"); - if (DsQty != null && DsQty.Tables[0].Rows.Count > 0) - { - //grdMain.Rows[row].Cells[col].Value = DBUtility.ClsPub.isDoule(DsQty.Tables[0].Rows[0]["HQty"], 2); - } - } - } + //for (int row = 0; row <= grdMain.RowCount - 1; row++) + //{ + // for (int col = BCol; col <= grdMain.ColumnCount - 1; col++) + // { + // //HDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HDeptID")].Value); + // //HMaterID = DBUtility.ClsPub.isLong(grdMain.Columns[col].Tag); + // //HEmpID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HEmpID")].Value); + // //HProcID = DBUtility.ClsPub.isLong(grdMain.Rows[row].Cells[Fun_GetCol("HProcID")].Value); + // DsQty = SubCn.RunProcReturn("exec h_p_CCBB", "Gy_Czygl"); + // if (DsQty != null && DsQty.Tables[0].Rows.Count > 0) + // { + // //grdMain.Rows[row].Cells[col].Value = DBUtility.ClsPub.isDoule(DsQty.Tables[0].Rows[0]["HQty"], 2); + // } + // } + //} //璁剧疆鍚堣鍒� string sTotalCol = ""; -- Gitblit v1.9.1