重构五张财务单据的js

This commit is contained in:
季圣华
2017-01-15 23:49:47 +08:00
parent 68d3c33d89
commit c40e8e5ac7
7 changed files with 168 additions and 3164 deletions

View File

@@ -456,7 +456,7 @@
function initTableData_material_show(TotalPrice){
$('#materialDataShow').datagrid({
height:300,
rownumbers: false,
rownumbers: true,
//动画效果
animate:false,
//选中单行
@@ -471,7 +471,6 @@
striped : true,
showFooter: true,
//loadFilter: pagerFilter,
rownumbers:true,
onClickRow: onClickRow,
pageSize: 50,
pageList: [50,100,150],