|
@@ -25,7 +25,7 @@
|
25
|
25
|
<div class="layui-input-inline" style="width: 200px">
|
26
|
26
|
<input type="text" name="erpbh" autocomplete="off" class="layui-input">
|
27
|
27
|
</div>
|
28
|
|
- <label class="layui-form-label" style="width: 60px;left: 5px">申请编号</label>
|
|
28
|
+ <label class="layui-form-label" style="width: 90px;left: 5px">费用申请编号</label>
|
29
|
29
|
<div class="layui-input-inline" style="width: 225px">
|
30
|
30
|
<input type="text" name="bh" autocomplete="off" class="layui-input">
|
31
|
31
|
</div>
|
|
@@ -51,7 +51,7 @@
|
51
|
51
|
|
52
|
52
|
|
53
|
53
|
<div class="layui-inline">
|
54
|
|
- <label class="layui-form-label" style="width: 60px">创建时间</label>
|
|
54
|
+ <label class="layui-form-label" style="width: 90px">创建时间</label>
|
55
|
55
|
<div class="layui-input-inline" style="width: 100px">
|
56
|
56
|
<input type="text" name="cjsj1" id="cjsj1" placeholder="开始日期" class="layui-input" readonly>
|
57
|
57
|
</div>
|
|
@@ -146,6 +146,7 @@
|
146
|
146
|
{type: 'numbers', fixed: 'left'},
|
147
|
147
|
{field: 'spzt', width: '11%',title: '审批状态', fixed: 'left'},
|
148
|
148
|
{field: 'rwsmc', width: '11%', title: '项目名称'},
|
|
149
|
+ {field: 'bh', width: '11%', title: '费用申请编号'},
|
149
|
150
|
{field: 'htmc', width: '11%', title: '合同'},
|
150
|
151
|
{field: 'fysqmc', width: '15%',title: '费用申请'},
|
151
|
152
|
{field: 'bcfkje', width: '10%', title: '本次付款金额(万元)'},
|