From 42011fea02747c299e64aa71ec866ea772f061fb Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 27 Feb 2025 11:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evaluate/outsourcerEvaluation/evaluationForm.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index c0365e2..141a586 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -261,12 +261,12 @@ uploadDom.push('#uploadBtn' + index) innerHtml += `
${e.title}
- +
${isFile ? isFile.fileName : ''}
-
` + ` }) @@ -335,8 +335,8 @@ let fields = dialogLabelInfo.map((e) => e.field) let isValidate = false - $('#uploadForm input').each(function () { - let inputValue = $(this).val(); + $('#uploadForm input[name="numberInput"]').each(function () { + let inputValue = $(this).val().trim(); let maxValue = $(this).data('value') // if (parseFloat(inputValue) < 0) { // layer.msg('请输入大于0的数字')