From 3c88eb730f95a052fa13c91562b89220608da4c4 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Wed, 16 Jul 2025 14:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E5=87=BA=E5=BA=93-=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E9=99=84=E4=BB=B6=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/accessory_out_bound_detail.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/accessory/child/accessory_out_bound_detail.js b/js/accessory/child/accessory_out_bound_detail.js index 9de2243..e95e505 100644 --- a/js/accessory/child/accessory_out_bound_detail.js +++ b/js/accessory/child/accessory_out_bound_detail.js @@ -104,9 +104,9 @@ $(document).on("click", ".file-iteme .handle", function (event) { function submitApply() { // 校验出库附件是否上传 let length = $('.file-iteme').length; - if (length === 0) { - return layer.msg('请上传附件证明', { icon: 7 }); - } + // if (length === 0) { + // return layer.msg('请上传附件证明', { icon: 7 }); + // } let formData = new FormData(); //遍历最终文件集合 for (let i = 0; i < fileList.length; i++) {