|
|
@@ -120,6 +120,10 @@ Ext.define('saas.view.sale.report.SaleProfit', {
|
|
|
var format = '0,000.' + xr.join();
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
|
+ }, {
|
|
|
+ text: '不含税单价',
|
|
|
+ dataIndex: 'pd_netprice',
|
|
|
+ xtype: 'numbercolumn'
|
|
|
}, {
|
|
|
text: '成本单价',
|
|
|
dataIndex: 'pw_costprice',
|