禁用吊车需求

This commit is contained in:
jiang 2025-07-18 15:58:20 +08:00
parent 30753291f3
commit d69d9d71cc
2 changed files with 6 additions and 6 deletions

View File

@ -147,9 +147,9 @@ function submitApply(data) {
let list = getBaseTableData();
console.log('🚀 ~ 提交 ~ list:', list);
// 校验附件证明是否上传
if (fileList.length === 0) {
/*if (fileList.length === 0) {
return layer.msg('请上传附件证明', { icon: 7 });
}
}*/
// 校验配件入库数量
if (list.length === 0) {
return layer.msg('未添加退料明细数据', { icon: 7 });
@ -391,7 +391,7 @@ function delFitType() {
}
}
}
if (jjDataArr.length === 0) {
$('#no_data_title').removeAttr('style');
$('#search-info').css({ 'display': 'none' });
@ -480,4 +480,4 @@ function closePage(type) {
window.parent.reloadData();
}
parent.layer.close(index); // 再执行关闭
}
}

View File

@ -63,7 +63,7 @@
</form>
<div class="layui-upload" style="padding: 0 39px;">
<blockquote class="layui-elem-quote layui-quote-nm" style="margin-top: 10px;width: auto;border: none;">
<p>附件证明<span class="required">*</span></p>
<p>附件证明</p>
<div class="layui-upload-list uploader-list" style="overflow: auto;" id="uploader-list"></div>
<div id="test2" style="margin-left: 10px;">
<img src="../../../images/add.png">
@ -154,4 +154,4 @@
<script src="../../../js/aq_back_material/child/add_back_material.js" charset="utf-8"></script>
<script src="../../../js/openIframe.js" charset="utf-8"></script>
</html>
</html>