|
@ -316,7 +316,7 @@ |
|
|
{title: '物料数合计',field: 'materialSum'}, |
|
|
{title: '物料数合计',field: 'materialSum'}, |
|
|
{title: '数量合计',field: 'enterpriseSum'}, |
|
|
{title: '数量合计',field: 'enterpriseSum'}, |
|
|
{title: '是否含税',field:'confirmTax',formatter:function(value, row, index) { |
|
|
{title: '是否含税',field:'confirmTax',formatter:function(value, row, index) { |
|
|
$.table.selectDictLabel(confirmTaxDatas, value); |
|
|
return $.table.selectDictLabel(confirmTaxDatas, value); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{title: '不含税单价(RMB)',field: 'noRmbPrice',visible:false}, |
|
|
{title: '不含税单价(RMB)',field: 'noRmbPrice',visible:false}, |
|
|