禁用吊车需求
This commit is contained in:
parent
30753291f3
commit
d69d9d71cc
|
|
@ -147,9 +147,9 @@ function submitApply(data) {
|
||||||
let list = getBaseTableData();
|
let list = getBaseTableData();
|
||||||
console.log('🚀 ~ 提交 ~ list:', list);
|
console.log('🚀 ~ 提交 ~ list:', list);
|
||||||
// 校验附件证明是否上传
|
// 校验附件证明是否上传
|
||||||
if (fileList.length === 0) {
|
/*if (fileList.length === 0) {
|
||||||
return layer.msg('请上传附件证明', { icon: 7 });
|
return layer.msg('请上传附件证明', { icon: 7 });
|
||||||
}
|
}*/
|
||||||
// 校验配件入库数量
|
// 校验配件入库数量
|
||||||
if (list.length === 0) {
|
if (list.length === 0) {
|
||||||
return layer.msg('未添加退料明细数据', { icon: 7 });
|
return layer.msg('未添加退料明细数据', { icon: 7 });
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
</form>
|
</form>
|
||||||
<div class="layui-upload" style="padding: 0 39px;">
|
<div class="layui-upload" style="padding: 0 39px;">
|
||||||
<blockquote class="layui-elem-quote layui-quote-nm" style="margin-top: 10px;width: auto;border: none;">
|
<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 class="layui-upload-list uploader-list" style="overflow: auto;" id="uploader-list"></div>
|
||||||
<div id="test2" style="margin-left: 10px;">
|
<div id="test2" style="margin-left: 10px;">
|
||||||
<img src="../../../images/add.png">
|
<img src="../../../images/add.png">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue