From 64bbcaefc8edc5519c4ff41b71a4a485a20daa8c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 03 九月 2025 09:29:51 +0800
Subject: [PATCH] 采购付款申请增加填写申请主题
---
CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js b/CY_ECommercePlatform/CY.WebForm/js/Inquiry/Inquiry.js
index fe2b3da..c6a17d0 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);
--
Gitblit v1.9.1