From 2bc5ccda1fc6e4d1b51d911a9fa3ba9f1461b507 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 16 九月 2025 15:08:28 +0800
Subject: [PATCH] 无线,锁线胶装和精装内页页码不能小于36(除硫酸纸) 取消
---
CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js | 26 ++++++++++++++++----------
1 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
index fe2b3da..1acba45 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) {
@@ -3048,7 +3054,7 @@
$("#viewneiyea" + (i + 1)).attr("href", insideArry[i].neiye);
$("#hideneiyea" + (i + 1)).val(insideArry[i].neiye);
}
-
+ $("#bindingMode" + (i + 1)).val(insideArry[i].bindingMode);
@@ -3812,13 +3818,13 @@
}
var paperId = $("[id='paper" + index + "'][id!=paperSize]").val();
if (paperId != 18) {
- if (bingVal != 14) {
- if (!checkBookPageNum()) {
- msg = "鏃犵嚎锛岄攣绾胯兌瑁呭拰绮捐鍐呴〉椤电爜涓嶈兘灏忎簬36(闄ょ~閰哥焊)";
- isSuccess = false;
- return false;
- }
- }
+ //if (bingVal != 14) {
+ // if (!checkBookPageNum()) {
+ // msg = "鏃犵嚎锛岄攣绾胯兌瑁呭拰绮捐鍐呴〉椤电爜涓嶈兘灏忎簬36(闄ょ~閰哥焊)";
+ // isSuccess = false;
+ // return false;
+ // }
+ //}
if (isSuccess) {
if (parseInt(pageNum) % i != 0) {
msg = "鍐呴〉鐨勯〉鐮佸繀椤讳负" + i + "鐨勫�嶆暟鐨勬鏁存暟(闄ょ~閰哥焊)";
--
Gitblit v1.9.1