|
@@ -205,9 +205,13 @@
|
205
|
205
|
{type: 'numbers', fixed: 'left',title: '序号'},
|
206
|
206
|
{field: 'spzt', width: '10%',title: '审批状态',fixed: 'left'},
|
207
|
207
|
{field: 'xmmc', width: '20%', title: '项目名称', fixed: 'left'},
|
208
|
|
- {field: 'mc', width: '20%', title: '报账名称', fixed: 'left'},
|
209
|
208
|
{field: 'bh', width: '10%',title: '科研编号'},
|
210
|
|
- {field: 'nf',title: '年份',width: '10%'},
|
|
209
|
+ {field: 'erpbh', width: '10%',title: 'ERP编号'},
|
|
210
|
+ {field: 'sqje', width: '7%', title: '申请金额(元)'},
|
|
211
|
+ {field: 'bzje', width: '8%', title: '报账金额(元)'},
|
|
212
|
+ {field: 'bhsje', width: '8%', title: '不含税金额(元)'},
|
|
213
|
+ {field: 'sf', width: '6%', title: '税费(元)'},
|
|
214
|
+ {field: 'sqrxm', width: '7%', title: '申请人'},
|
211
|
215
|
{field: 'sfbyjs', width: '8%', title: '是否备用金', align: 'center', templet: function (d) {
|
212
|
216
|
if (1 == d.sfbyjs) {
|
213
|
217
|
return '<span class="layui-badge layui-bg-blue">是</span>';
|
|
@@ -216,15 +220,11 @@
|
216
|
220
|
}
|
217
|
221
|
}
|
218
|
222
|
},
|
219
|
|
- {field: 'erpbh', width: '10%',title: 'ERP编号'},
|
220
|
|
- {field: 'bzje', width: '8%', title: '报账金额(元)'},
|
221
|
|
- {field: 'sqje', width: '7%', title: '申请金额(元)'},
|
222
|
|
- {field: 'bhsje', width: '8%', title: '不含税金额(元)'},
|
223
|
|
- {field: 'sf', width: '6%', title: '税费(元)'},
|
224
|
|
- {field: 'sqrxm', width: '7%', title: '申请人'},
|
225
|
223
|
{field: 'cjsj', width: '8%', title: '创建时间', align: 'center'},
|
226
|
224
|
{field: 'fysqmc', title: '费用申请',width: '25%'},
|
227
|
|
- /* {title: '操作',width: '7%',toolbar:'#cz',align: 'center',fixed: 'right'}*/
|
|
225
|
+ {field: 'nf',title: '年份',width: '5%'},
|
|
226
|
+ // {field: 'mc', width: '20%', title: '报账名称', fixed: 'left'},
|
|
227
|
+ /* {title: '操作',width: '7%',toolbar:'#cz',align: 'center',fixed: 'right'}*/
|
228
|
228
|
]
|
229
|
229
|
],
|
230
|
230
|
autoSort: false,
|