From 4142cf95cc3d543a3273d96b87fa041310cfff3a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 12 八月 2025 12:23:18 +0800
Subject: [PATCH] 设计订单其他要加上

---
 CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
index fe2b3da..f6e20e7 100644
--- a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
+++ b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -2422,7 +2422,9 @@
                             alertMsg("鍐呴〉鏂板涓嶈兘瓒呰繃5涓紒");
                             return;
                         }
-                        $("#InsidePage" + newValue + "").show();
+            $("#InsidePage" + newValue + "").show();
+            $("#neiyesheji" + newValue + "1").show();
+            $("#neiyesheji" + newValue + "2").show();
                         $("#hidInsidePageNum").val(newValue);
                         if (newValue != maxValue) {
                             var value = newValue + 1;
@@ -2441,7 +2443,9 @@
                             alertMsg("鍐呴〉涓嶈兘灏戜簬1锛�");
                             return;
                         }
-                        $("#InsidePage" + hidValue + "").hide();
+            $("#InsidePage" + hidValue + "").hide();
+            $("#neiyesheji" + hidValue + "1").hide();
+            $("#neiyesheji" + hidValue + "2").hide();
                         $("[name='pageNum" + hidValue + "']").val("");
                         $("#hidInsidePageNum").val(newValue);
                         if (parseInt(hidValue) != minValue) {
@@ -2946,6 +2950,8 @@
                 var index = insideArry[j].InsideIndex;
                 if (parseInt(index) > 1 ) {
                     $("#InsidePage" + index + "").show();
+                    $("#neiyesheji" + index + "1").show();
+                    $("#neiyesheji" + index + "2").show();
                     $("#hidInsidePageNum").val(index);
                     var indexValue = parseInt(index);
                     if (indexValue != 5) {

--
Gitblit v1.9.1