|
@ -179,7 +179,7 @@ |
|
|
return $.table.selectDictLabel(sysUnitClassDatas, value); |
|
|
return $.table.selectDictLabel(sysUnitClassDatas, value); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{title: '半成品类型',field: 'processMethod',align: 'center', |
|
|
{title: '加工方式',field: 'processMethod',align: 'center', |
|
|
formatter: function(value, row, index) { |
|
|
formatter: function(value, row, index) { |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
} |
|
|
} |
|
@ -234,7 +234,7 @@ |
|
|
{field: 'photoUrl',title: '图片',formatter: function(value, row, index) {return $.table.imageView(value);}}, |
|
|
{field: 'photoUrl',title: '图片',formatter: function(value, row, index) {return $.table.imageView(value);}}, |
|
|
{title: '物料名称',field: 'materialName', }, |
|
|
{title: '物料名称',field: 'materialName', }, |
|
|
{field: 'materialType',title: '物料类型',formatter: function(value, row, index) { return $.table.selectCategoryLabel(materialTypeDatas, value);}}, |
|
|
{field: 'materialType',title: '物料类型',formatter: function(value, row, index) { return $.table.selectCategoryLabel(materialTypeDatas, value);}}, |
|
|
{field: 'processMethod', title: '半成品类型',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, |
|
|
{field: 'processMethod', title: '加工方式',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, |
|
|
{field: 'unit',title: '单位',}, |
|
|
{field: 'unit',title: '单位',}, |
|
|
{ title: '品牌',field: 'brand', }, |
|
|
{ title: '品牌',field: 'brand', }, |
|
|
{title: '描述',field: 'describe'}, |
|
|
{title: '描述',field: 'describe'}, |
|
|