|
@@ -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'}
|