From b70fff44283028813373e7c6f02da2a1490ba21d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 30 九月 2024 14:23:25 +0800
Subject: [PATCH] 订单修改页面,紧凑
---
CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
index c620c37..86264a2 100644
--- a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
+++ b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
@@ -1226,7 +1226,7 @@
$("[name='pNameMP']").val(dataJson.PaperMP);
$("[name='paper0']").val(dataJson.PaperId);
if (dataJson.PrintMode == 0) {
- if (dataJson.PaperMP && dataJson.PaperMP != "") {
+ if (dataJson.PaperMP && dataJson.PaperMP != "" && $("#hidPrintTypeId").val() !="29") {
PaperSelect($("[name='pNameMP']").val(), $("#hidPrintTypeId").val(), 0);
}
else {
--
Gitblit v1.9.1