|
@ -72,7 +72,7 @@ |
|
|
return $.table.selectDictLabel(warehouseDeptDatas, value); |
|
|
return $.table.selectDictLabel(warehouseDeptDatas, value); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{title: '加工方法',field: 'processMethod',formatter: function(value, row, index) { |
|
|
{title: '加工方式',field: 'processMethod',formatter: function(value, row, index) { |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
return $.table.selectDictLabel(processMethodDatas, value); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|