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 @@
- - + +