From c5d2c26dd476ff15a3d25ccf6d4b9725a1604790 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 12 五月 2023 11:20:26 +0800
Subject: [PATCH] 用户权限判断修改,新增销售出库校验系统参数-是否进行源单对应条码核对

---
 WorkM/报表分析/Sc_WareHouseReport.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_WareHouseReport.cs" "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_WareHouseReport.cs"
index db6f737..79ee693 100644
--- "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_WareHouseReport.cs"
+++ "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_WareHouseReport.cs"
@@ -20,7 +20,7 @@
         }
 
         public string ModName = "";
-        public string ModCaption = "瓒呬骇鎶ヨ〃";
+        public string ModCaption = "浠撳簱鎶ヨ〃";
         Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum();
 
 
@@ -167,7 +167,7 @@
             //    sDlgWhere = sDlgWhere.Substring(1, sDlgWhere.Length - 1);
             //}
             //
-            DSet = SubCn.RunProcReturn("exec h_p_CCBB " , "Gy_Czygl");
+            DSet = SubCn.RunProcReturn("exec h_p_CKBB", "h_p_CKBB");
             //鐢熸垚棣栬鏍囬
             if (DSet == null)
             {
@@ -199,10 +199,10 @@
                     //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");
+                    DsQty = SubCn.RunProcReturn("exec h_p_CKBB", "h_p_CKBB");
                     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);
+                        //grdMain.Rows[row].Cells[col].Value = DBUtility.ClsPub.isDoule(DsQty.Tables[0].Rows[0]["HQty"], 2);
                     }
                 }
             }

--
Gitblit v1.9.1