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++) {