|
|
@ -155,10 +155,7 @@ |
|
|
|
{ title: 'bom号',field: 'bomNo', sortable: true,width: 150}, |
|
|
|
{ title: '料号',field: 'materialNo', sortable: true,}, |
|
|
|
{ title: '物料名称',field: 'materialName', sortable: true,width: 100,}, |
|
|
|
{title: '描述',field: 'describe', |
|
|
|
cellStyle: function (row, index) { |
|
|
|
return { css: { 'width': '80px' } }; |
|
|
|
} |
|
|
|
{title: '描述',field: 'describe',width:80, |
|
|
|
}, |
|
|
|
{ title: '品牌',field: 'brand', sortable: true,width: 70,}, |
|
|
|
{title: '半成品类型',field: 'processMethod',width: 120, |
|
|
@ -166,9 +163,6 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ title: '单位',field: 'unit',align: 'center',width: 50, |
|
|
|
cellStyle: function (row, index) { |
|
|
|
return { css: { 'width': '50px' } }; |
|
|
|
} |
|
|
|
}, |
|
|
|
{ title: '图片',field: 'photoUrl',align: 'center',width: 50, |
|
|
|
formatter: function(value, row, index) {return $.table.imageView(value); |
|
|
|