|
@ -352,6 +352,7 @@ |
|
|
{title: '图片',field: 'photoUrl',formatter: function(value, row, index) {return $.table.imageView(value);} }, |
|
|
{title: '图片',field: 'photoUrl',formatter: function(value, row, index) {return $.table.imageView(value);} }, |
|
|
{title: '物料类型',field: 'materialType',align: 'center',formatter: function(value, row, index) {return $.table.selectCategoryLabel(materialTypeDatas, value);}}, |
|
|
{title: '物料类型',field: 'materialType',align: 'center',formatter: function(value, row, index) {return $.table.selectCategoryLabel(materialTypeDatas, value);}}, |
|
|
{ title: '描述',field: 'describe',align: 'center'}, |
|
|
{ title: '描述',field: 'describe',align: 'center'}, |
|
|
|
|
|
{title: '型号',field: 'materialModel',align: 'center'}, |
|
|
{title: '品牌',field: 'brand',align: 'center'}, |
|
|
{title: '品牌',field: 'brand',align: 'center'}, |
|
|
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, |
|
|
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, |
|
|
{title: '半成品类型',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, |
|
|
{title: '半成品类型',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, |
|
@ -540,6 +541,7 @@ |
|
|
materialName: rowData.materialName, |
|
|
materialName: rowData.materialName, |
|
|
materialType: rowData.materialType, |
|
|
materialType: rowData.materialType, |
|
|
describe: rowData.describe, |
|
|
describe: rowData.describe, |
|
|
|
|
|
materialModel: rowData.materialModel, |
|
|
brand: rowData.brand, |
|
|
brand: rowData.brand, |
|
|
photoUrl: rowData.photoUrl, |
|
|
photoUrl: rowData.photoUrl, |
|
|
unit: rowData.unit, |
|
|
unit: rowData.unit, |
|
|