|
@ -123,8 +123,6 @@ |
|
|
cancelUrl: prefix + "/cancel/{id}", |
|
|
cancelUrl: prefix + "/cancel/{id}", |
|
|
restoreUrl: prefix + "/restore/{id}", |
|
|
restoreUrl: prefix + "/restore/{id}", |
|
|
detailUrl: prefix + "/detail/{id}", |
|
|
detailUrl: prefix + "/detail/{id}", |
|
|
pageList: [10, 25, 50], |
|
|
|
|
|
pageSize: 10, |
|
|
|
|
|
showColumns: true, |
|
|
showColumns: true, |
|
|
sortable: true, // 是否启用排序 |
|
|
sortable: true, // 是否启用排序 |
|
|
sortStable: true, |
|
|
sortStable: true, |
|
@ -149,7 +147,7 @@ |
|
|
{title: '物料名称',field: 'materialName',}, |
|
|
{title: '物料名称',field: 'materialName',}, |
|
|
{title: '描述',field: 'describe',}, |
|
|
{title: '描述',field: 'describe',}, |
|
|
{title: '品牌',field: 'brand',}, |
|
|
{title: '品牌',field: 'brand',}, |
|
|
{title: '半成品类型',field: 'processMethod', |
|
|
{title: '加工方式',field: 'processMethod', |
|
|
formatter: function(value, row, index) { |
|
|
formatter: function(value, row, index) { |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
} |
|
|
} |
|
|