|
@@ -102,7 +102,7 @@
|
|
|
return Number(value).toFixed(1);
|
|
|
}
|
|
|
},
|
|
|
- { display: '实收金额', name: 'paidInAmount', align: 'center', width: "5%",
|
|
|
+ { display: '超标金额', name: 'paidInAmount', align: 'center', width: "5%",
|
|
|
render: function (rowdata, rowindex, value, column){
|
|
|
if (value > 0 ){
|
|
|
return "<span class='textSlice' style='width:100%;cursor: pointer;color: red;' >"+Number(value).toFixed(1)+"</span >";
|
|
@@ -140,19 +140,20 @@
|
|
|
render:function(rowdata, rowindex, value, column){
|
|
|
return "<span class='textSlice' style='width:100%;cursor: pointer;' title='"+value.code+"'>"+value.code+"</span >";
|
|
|
}
|
|
|
- },
|
|
|
- { display: '操作', isAllowHide: false, align: 'center', width:"15%",
|
|
|
- render: function (rowdata, rowindex, value, column){
|
|
|
- return '<div class="padding_top4 padding_left20">'
|
|
|
- <@pop_perm url="/monthAssessment/update.do">
|
|
|
- + '<a href="#" onclick="onEdit('+ rowdata[0]+')"><span class="icon_edit">修改</span></a>'
|
|
|
- </@pop_perm>
|
|
|
- <@pop_perm url="/monthAssessment/delete.do">
|
|
|
- + '<a href="#" onclick="onDelete('+ rowdata[0]+')"><span class="icon_delete">删除</span></a>'
|
|
|
- </@pop_perm>
|
|
|
- + '</div>';
|
|
|
- }
|
|
|
- }],
|
|
|
+ }
|
|
|
+ // { display: '操作', isAllowHide: false, align: 'center', width:"15%",
|
|
|
+ // render: function (rowdata, rowindex, value, column){
|
|
|
+ // return '<div class="padding_top4 padding_left20">'
|
|
|
+ // <@pop_perm url="/monthAssessment/update.do">
|
|
|
+ // + '<a href="#" onclick="onEdit('+ rowdata[0]+')"><span class="icon_edit">修改</span></a>'
|
|
|
+ // </@pop_perm>
|
|
|
+ // <@pop_perm url="/monthAssessment/delete.do">
|
|
|
+ // + '<a href="#" onclick="onDelete('+ rowdata[0]+')"><span class="icon_delete">删除</span></a>'
|
|
|
+ // </@pop_perm>
|
|
|
+ // + '</div>';
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ ],
|
|
|
toolbar:{
|
|
|
items:[
|
|
|
// <@pop_perm url="/monthAssessment/create.do">
|
|
@@ -176,15 +177,15 @@
|
|
|
{line:true},
|
|
|
{text:'导出',click:exportExcel, iconClass:'icon_export'},
|
|
|
</@pop_perm>
|
|
|
- <@pop_perm url="/monthAssessment/print.do">
|
|
|
- {line:true},
|
|
|
- {text:'开发票',click:invoice, iconClass:'icon_export'},
|
|
|
- </@pop_perm>
|
|
|
- <@pop_perm url="/monthAssessment/wx.do">
|
|
|
- {line:true},
|
|
|
- {text:'wx',click:wx, iconClass:'icon_export'},
|
|
|
- </@pop_perm>
|
|
|
- {line:true}
|
|
|
+ // <@pop_perm url="/monthAssessment/print.do">
|
|
|
+ // {line:true},
|
|
|
+ // {text:'开发票',click:invoice, iconClass:'icon_export'},
|
|
|
+ // </@pop_perm>
|
|
|
+ // <@pop_perm url="/monthAssessment/wx.do">
|
|
|
+ // {line:true},
|
|
|
+ // {text:'wx',click:wx, iconClass:'icon_export'},
|
|
|
+ // </@pop_perm>
|
|
|
+ // {line:true}
|
|
|
]
|
|
|
},
|
|
|
data:[],
|