|
@ -354,7 +354,7 @@ |
|
|
{ title: '描述',field: 'describe',align: 'center'}, |
|
|
{ title: '描述',field: 'describe',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);}}, |
|
|
{ title: '对外售价',field: 'materialSole'}, |
|
|
{ title: '对外售价',field: 'materialSole'}, |
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, |
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
|
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, |
|
@ -367,8 +367,8 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{title: '国内税率',field: 'countTax',align: 'center'}, |
|
|
// {title: '国内税率',field: 'countTax',align: 'center'}, |
|
|
{ title: '美元汇率',field: 'usdTax', align: 'center'}, |
|
|
// { title: '美元汇率',field: 'usdTax', align: 'center'}, |
|
|
{ title: '物料的不含税单价(RMB)', |
|
|
{ title: '物料的不含税单价(RMB)', |
|
|
field: 'materialNoRmb', |
|
|
field: 'materialNoRmb', |
|
|
align: 'center' |
|
|
align: 'center' |
|
|