|
|
@ -353,7 +353,7 @@ |
|
|
|
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, |
|
|
|
{ title: '入库部门',field: 'warehouseDept',align: 'center',visible: false}, |
|
|
|
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, |
|
|
|
{ title: '对外售价',field: 'materialSole',align: 'center',}, |
|
|
|
// { title: '对外售价',field: 'materialSole',align: 'center',}, |
|
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
|
|
// { title: '最新报价历史',align: 'center', |
|
|
|