From 07948a2a0191a6e7608339789e97684599c3da7f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 07 二月 2025 12:37:15 +0800
Subject: [PATCH] 黑白散页,不显示每本张数

---
 CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
index db63672..732d516 100644
--- a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
+++ b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -2447,7 +2447,12 @@
             $("#jtWZFMyaoqiu").show();
         } else {
             $("#jtWZFMyaoqiu").hide();
-        }
+    }
+    if (dddd != "鏁i〉") {
+        $("#jtWZFMmeibenzhangshu").show();
+    } else {
+        $("#jtWZFMmeibenzhangshu").hide();
+    }
     
    
 }

--
Gitblit v1.9.1