From d61b04059a763aab67d1db107b729f5ed609cb2f Mon Sep 17 00:00:00 2001
From: black-goat-me <226547893@qq.com>
Date: 星期三, 24 五月 2023 10:06:14 +0800
Subject: [PATCH] 1

---
 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