Browse Source

付款文件名字段补全

ly 4 months ago
parent
commit
be604ea091

+ 2 - 2
src/main/resources/templates/payapply/adds.html

@@ -471,7 +471,7 @@
471 471
             cols: [
472 472
                 [
473 473
                     {type: "checkbox", align: 'center'},
474
-                    {type: 'numbers', align: 'center'},
474
+                    {type: 'numbers', align: 'center',title: '序号'},
475 475
                     {field: 'wjm', title: '文件名', width: '30%'},
476 476
                     {field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
477 477
                     {field: 'sm', title: '说明', edit: 'text'}
@@ -552,7 +552,7 @@
552 552
             cols: [
553 553
                 [
554 554
                     {type: "checkbox", align: 'center'},
555
-                    {type: 'numbers', align: 'center'},
555
+                    {type: 'numbers', align: 'center',title: '序号'},
556 556
                     {field: 'wjm', title: '文件名', width: '30%'},
557 557
                     {field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
558 558
                     {field: 'sm', title: '说明', edit: 'text'}

+ 5 - 5
src/main/resources/templates/payapply/update.html

@@ -18,11 +18,11 @@
18 18
     <div class="layui-form layuimini-form" style="padding-bottom: 100px">
19 19
         <input type="hidden" id="id" name="id" class="layui-input" th:value="${payapproval.id}">
20 20
         <div class="layui-form-item layui-inline" style="width: 100%">
21
-            <label class="layui-form-label" style="width: 10%">费用申请</label>
21
+           <!-- <label class="layui-form-label" style="width: 10%">费用申请</label>-->
22 22
             <div class="layui-input-inline" style="width: 80%">
23 23
                 <input type="hidden" id="fysq" name="fysq" class="layui-input" th:value="${payapproval.fysq}" readonly>
24
-                <input type="text" id="fysqmc" name="fysqmc" class="layui-input" th:value="${payapproval.fysqmc}"
25
-                       readonly>
24
+                <!--<input type="text" id="fysqmc" name="fysqmc" class="layui-input" th:value="${payapproval.fysqmc}"
25
+                       readonly>-->
26 26
             </div>
27 27
         </div>
28 28
         <div class="layui-form-item layui-inline" style="width: 100%">
@@ -227,7 +227,7 @@
227 227
             cols: [
228 228
                 [
229 229
                     {type: "checkbox", align: 'center'},
230
-                    {type: 'numbers', align: 'center'},
230
+                    {type: 'numbers', align: 'center',title: '序号'},
231 231
                     {field: 'wjm', title: '文件名', width: '30%'},
232 232
                     {field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
233 233
                     {field: 'sm', title: '说明', edit: 'text'}
@@ -328,7 +328,7 @@
328 328
             cols: [
329 329
                 [
330 330
                     {type: "checkbox", align: 'center'},
331
-                    {type: 'numbers', align: 'center'},
331
+                    {type: 'numbers', align: 'center',title: '序号'},
332 332
                     {field: 'wjm', title: '文件名', width: '30%'},
333 333
                     {field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
334 334
                     {field: 'sm', title: '说明', edit: 'text'}

+ 4 - 4
src/main/resources/templates/payapply/view.html

@@ -16,13 +16,13 @@
16 16
 <body>
17 17
 <form class="layui-form" action="" lay-filter="formDemo" style="transform: none">
18 18
     <div class="layui-form layuimini-form" style="padding-bottom: 100px">
19
-        <div class="layui-form-item layui-inline" style="width: 100%">
19
+<!--        <div class="layui-form-item layui-inline" style="width: 100%">
20 20
             <label class="layui-form-label" style="width: 10%">费用申请</label>
21 21
             <div class="layui-input-inline" style="width: 80%">
22 22
                 <input type="text" id="fysqmc" name="fysqmc" class="layui-input" th:value="${payapproval.fysqmc}"
23 23
                        readonly>
24 24
             </div>
25
-        </div>
25
+        </div>-->
26 26
         <div class="layui-form-item layui-inline" style="width: 100%">
27 27
             <label class="layui-form-label" style="width: 10%">任务书</label>
28 28
             <div class="layui-input-inline" style="width: 80%">
@@ -111,7 +111,7 @@
111 111
             data: dataHtwj,
112 112
             cols: [
113 113
                 [
114
-                    {type: 'numbers', align: 'center',width: '7%'},
114
+                    {type: 'numbers', align: 'center',width: '7%',title: '序号'},
115 115
                     {field: 'wjm', title: '文件名', width: '60%'},
116 116
                     {field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
117 117
                     {field: 'sm', title: '说明',width: '20%'}
@@ -184,7 +184,7 @@
184 184
             data: dataYszl,
185 185
             cols: [
186 186
                 [
187
-                    {type: 'numbers', align: 'center',width: '7%'},
187
+                    {type: 'numbers', align: 'center',width: '7%',title: '序号'},
188 188
                     {field: 'wjm', title: '文件名', width: '60%'},
189 189
                     {field: 'scrq', title: '上传日期', width: '15%', align: 'center'},
190 190
                     {field: 'sm', title: '说明',width: '20%'}