浏览代码

管理页面列表调整

梁世豪 5 月之前
父节点
当前提交
cefc459bc9

+ 2 - 2
src/main/resources/templates/annualbudget/list.html

@@ -257,8 +257,8 @@
257 257
                     {type: 'numbers', align: 'center',title: '序号'},
258 258
                     {field: 'spzt', width: '7%', title: '审批状态'},
259 259
                     {field: 'xmmc', width: '20%', title: '项目名称'},
260
-                    {field: 'rwsmc', width: '20%', title: '任务书名称'},
261
-                    {field: 'mc', width: '20%', title: '年度预算名称'},
260
+                    // {field: 'rwsmc', width: '20%', title: '任务书名称'},
261
+                    // {field: 'mc', width: '20%', title: '年度预算名称'},
262 262
                     {field: 'erpbh', width: '8%', title: 'ERP编号'},
263 263
                     {field: 'xmlxmc', width: '12%', title: '项目类型'},
264 264
                     {field: 'xmfzrxm', width: '7%', title: '项目负责人'},

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

@@ -233,15 +233,15 @@
233 233
                     {field: 'rwsmc', width: '11%', title: '项目名称', fixed: 'left'},
234 234
                     {field: 'bh', width: '11%', title: '科研编号'},
235 235
                     {field: 'erpbh', width: '10%', title: 'ERP编号'},
236
-                    {field: 'nf',width: '7%',title: '年份'},
237 236
                     {field: 'htmc', width: '11%', title: '合同'},
238
-                    {field: 'fysqmc', width: '15%',title: '费用申请'},
237
+                    {field: 'htje', title: '合同金额(万元)' ,width: '8%',align: 'right'},
239 238
                     {field: 'bcfkje', width: '10%', title: '本次付款金额(万元)',align: 'right'},
240 239
                     {field: 'fkjhmc', width: '12%', title: '付款计划'},
241 240
                     {field: 'cjrxm', width: '7%', title: '创建人'},
242 241
                     {field: 'cjrq', width: '8%', title: '创建时间', align: 'center'},
243
-                    {field: 'htje', title: '合同金额(万元)' ,width: '8%',align: 'right'},/*
244
-                    {title: '操作',width: '5%',toolbar:'#cz',align: 'center',fixed: 'right'}*/
242
+                    {field: 'fysqmc', width: '15%',title: '费用申请'},
243
+                    {field: 'nf',width: '7%',title: '年份'},
244
+                    /*{title: '操作',width: '5%',toolbar:'#cz',align: 'center',fixed: 'right'}*/
245 245
                 ]
246 246
             ],
247 247
             autoSort: false,

+ 9 - 9
src/main/resources/templates/reimburse/list.html

@@ -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,

+ 2 - 3
src/main/resources/templates/stafeemanage/list_allapply.html

@@ -352,6 +352,7 @@
352 352
                     {type: 'numbers', title: '序号'},
353 353
                     {field: 'xmmc', width: '15%', title: '项目名称'},
354 354
                     {field: 'erpbh', width: '9%', title: 'ERP编号'},
355
+                    {field: 'bh', width: '8%', title: '科研费号'},
355 356
                     {
356 357
                         field: 'sfbyj', width: '8%', title: '是否备用金', align: 'center', templet: function (d) {
357 358
                             if (1 == d.sfbyj) {
@@ -365,15 +366,13 @@
365 366
                     {field: 'bzje', width: '7%', title: '报账金额(元)'},
366 367
                     {field: 'bhsje', width: '7%', title: '不含税金额(元)'},
367 368
                     {field: 'fylbmc', width: '15%', title: '费用类别'},
368
-                    {field: 'xmlxmc', width: '10%', title: '项目类型'},
369 369
                     {field: 'spzt', width: '9%', title: '审批状态'},
370 370
                     {field: 'sqrxm', width: '5%', title: '申请人'},
371
-                    {field: 'bh', width: '8%', title: '科研费号'},
372 371
                     {field: 'dkyfzrxm', width: '8%', title: '电科院负责人'},
373 372
                     {field: 'ssbmmc', width: '8%', title: '所属部门'},
374 373
                     {field: 'nf', width: '4%', title: '年份'},
375 374
                     {field: 'sqsj', width: '8%', title: '申请时间', align: 'center'},
376
-                    {field: 'sqmc', width: '25%', title: '申请名称'}
375
+                    {field: 'xmlxmc', width: '10%', title: '项目类型'},
377 376
                 ]
378 377
             ],
379 378
             autoSort: false,