|
|
@ -70,12 +70,9 @@ |
|
|
|
updateUrl: prefix + "/edit/{id}", |
|
|
|
exportUrl: prefix + "/export", |
|
|
|
modalName: "仓库库存查询", |
|
|
|
height: $(window).height() - 20, |
|
|
|
modalWidth: 1200, |
|
|
|
// fixedColumns:true, |
|
|
|
// fixedNumber: 1, |
|
|
|
// fixedRightNumber: 1, |
|
|
|
search: false, |
|
|
|
fixedColumns: true, // 启用冻结列 |
|
|
|
fixedRightNumber: 1, // 冻结右列个数 |
|
|
|
sortable: true, |
|
|
|
showExport: true, |
|
|
|
columns: [ |
|
|
|
{checkbox: true}, |
|
|
@ -117,12 +114,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
{title: '报损数', field: 'reportDamageNum',}, |
|
|
|
{title: '使用状态', field: 'materialUseStatus', |
|
|
|
formatter: function(value, row, index) { |
|
|
|
return $.table.selectDictLabel(materialUseStatusDatas, value); |
|
|
|
} |
|
|
|
}, |
|
|
|
{title: '录入时间', field: 'createTime',visible: false}, |
|
|
|
// {title: '使用状态', field: 'materialUseStatus', |
|
|
|
// formatter: function(value, row, index) { |
|
|
|
// return $.table.selectDictLabel(materialUseStatusDatas, value); |
|
|
|
// } |
|
|
|
// }, |
|
|
|
{title: '录入时间', field: 'createTime',sortable: true}, |
|
|
|
{title: '录入人', field: 'createBy',visible: false}, |
|
|
|
{title: '更新人', field: 'updateBy',}, |
|
|
|
{title: '上次更新时间', field: 'updateTime',}, |
|
|
|