user5 před 2 roky
rodič
revize
35cabcdd7f

+ 5 - 4
src/main/webapp/webpage/modules/sealApplyFor/sealApplyForForm2.jsp

@@ -65,12 +65,12 @@
                         parent.layer.msg("盖章文件至少存在一条!", {icon: 5});
                         return false;
                     }
-                    console.log('size2', size2)
+                    /*console.log('size2', size2)
                     console.log('size', size)
                     if (size<size2){
                         parent.layer.msg("盖章文件数量不能大于项目信息数量!", {icon: 5});
                         return false;
-                    }
+                    }*/
                     // var val = $("#workInvoiceProjectRelationList").find("tr").eq(0).find("input").eq(6).val();
                     // console.log('val', val)
                     // var delFlag = $("#workInvoiceProjectRelationList").find("tr").eq(0).find("input").eq(1).val();
@@ -86,6 +86,7 @@
                     for (var i = 0; i < size; i++) {
                         // var delFlag = $("#workInvoiceProjectRelationList").val()
                         var val = $("#workInvoiceProjectRelationList").find("tr").eq(i).find("input").eq(6).val();
+                        console.log('val', val)
                         if (arr.includes(val)){
 
                         }else {
@@ -480,10 +481,10 @@
                         <table id="contentTables" class="table table-bordered table-condensed can-edit no-bottom-margin details">
                             <thead>
                             <tr>
-                                <th width="10%"><font color="red" >*</font>报告号</th>
+                                <th width="20%"><font color="red" >*</font>报告号</th>
                                 <th width="10%"><font color="red" >*</font>盖章材料名称</th>
                                 <th width="10%"><font color="red">*</font>份数</th>
-                                <th width="40%">主要内容简述</th>
+                                <th width="30%">主要内容简述</th>
                                 <th width="10%">经办人</th>
                                 <th width="10%">备注</th>
                                 <th width="10%">操作</th>