From e8d4e76155d3eebf4c6f176c7e7e59cb23c46383 Mon Sep 17 00:00:00 2001
From: jinghz <jinghz@oceic.com>
Date: 星期五, 22 十二月 2023 12:28:16 +0800
Subject: [PATCH] caidan

---
 NETERP/公用/ClsShowMod.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git "a/NETERP/\345\205\254\347\224\250/ClsShowMod.cs" "b/NETERP/\345\205\254\347\224\250/ClsShowMod.cs"
index 95bdd65..d7d19f5 100644
--- "a/NETERP/\345\205\254\347\224\250/ClsShowMod.cs"
+++ "b/NETERP/\345\205\254\347\224\250/ClsShowMod.cs"
@@ -1093,6 +1093,12 @@
                         oSc_SellSumReportByCusMater.ModCaption = gnmc;
                         oSc_SellSumReportByCusMater.Show();
                         break;
+                    case "sc_sellsumreportbysumcusmater":
+                        Sc_SellSumReportBySumCusMater oSc_SellSumReportBySumCusMater = new Sc_SellSumReportBySumCusMater();
+                        oSc_SellSumReportBySumCusMater.MdiParent = oMain;
+                        oSc_SellSumReportBySumCusMater.ModCaption = gnmc;
+                        oSc_SellSumReportBySumCusMater.Show();
+                        break;
                     //========================================================
                     case "kf_selloutbilllist_sec":
                         //权限

--
Gitblit v1.9.1