From e2b65df8fa88a5970a256bd22311b94c6b4cd177 Mon Sep 17 00:00:00 2001
From: liuxiaoxu <1793812695@qq.com>
Date: Thu, 29 Aug 2024 16:11:42 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=20=E5=AE=A2=E6=88=B7=E6=8A=A5=E4=BB=B7=20?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=A2=E6=88=B7=E6=8A=A5=E4=BB=B7=E7=9A=84?=
=?UTF-8?q?=E4=B8=9A=E5=8A=A1=E4=B8=BB=E7=AE=A1=E5=AE=A1=E6=A0=B8=E3=80=81?=
=?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=BB=8F=E7=90=86=E5=AE=A1=E6=A0=B8=E3=80=81?=
=?UTF-8?q?=E6=80=BB=E7=BB=8F=E7=90=86=E6=80=BB=E5=8A=A9=E5=AE=A1=E6=A0=B8?=
=?UTF-8?q?=E5=92=8C=E9=A9=B3=E5=9B=9E=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E7=9A=84=E6=98=AF=E5=90=A6=E5=90=AB=E7=A8=8E=E6=8A=A5=E9=94=99?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../system/customerQuote/taskModifyApply.html | 14 +++++++-------
.../system/customerQuote/taskYwjlVerify.html | 6 +++---
.../system/customerQuote/taskYwzgVerify.html | 14 +++++++-------
.../system/customerQuote/taskZozjVerify.html | 6 +++---
4 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html
index c16e5b5f..c05bec87 100644
--- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html
+++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html
@@ -88,9 +88,9 @@
@@ -192,11 +192,11 @@
var prefix = ctx + "system/customerQuote"
var commonCurrency = $("#commonCurrency_edit option:selected").val();
var businessMembers = [[${formData.businessMembers}]];
- var confirmFax = $("input[name='confirmFax']");
+ var confirmTax = $("input[name='confirmTax']");
$("#form-customerQuote-modify").validate({ focusCleanup: true});
- confirmFax.val([sysCustomerQuote.confirmFax]);
- confirmFax.change(function () {
- if ($("input[name='confirmFax']").val() == "1") {
+ confirmTax.val([sysCustomerQuote.confirmTax]);
+ confirmTax.change(function () {
+ if ($("input[name='confirmTax']").val() == "1") {
$("input[name='rmbTax']").val(sysCustomerQuote.taxRate);
} else {
$("input[name='rmbTax']").val(0);
diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html
index b2b8310a..5dd38701 100644
--- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html
@@ -83,9 +83,9 @@
diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwzgVerify.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwzgVerify.html
index 061674a6..29516208 100644
--- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwzgVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwzgVerify.html
@@ -84,9 +84,9 @@
@@ -207,11 +207,11 @@
}
}
});
- var confirmFax = $("input[name='confirmFax']");
- confirmFax.val([sysCustomerQuote.confirmFax]);
+ var confirmTax = $("input[name='confirmTax']");
+ confirmTax.val([sysCustomerQuote.confirmTax]);
$("input[name='rmbTax']").val([sysCustomerQuote.taxRate]);
- confirmFax.change(function () {
- if ($("input[name='confirmFax']").val() == "1") {
+ confirmTax.change(function () {
+ if ($("input[name='confirmTax']").val() == "1") {
$("input[name='rmbTax']").val(sysCustomerQuote.taxRate);
} else {
$("input[name='rmbTax']").val(0);
diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html
index 75ec7cf9..6d9cd005 100644
--- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html
@@ -86,9 +86,9 @@