|
|
@@ -110,7 +110,7 @@ Ext.define('saas.view.document.product.BasePanel', {
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
|
}, {
|
|
|
- text : "标准定价(元)",
|
|
|
+ text : "标准单价(元)",
|
|
|
dataIndex : "pr_standardprice",
|
|
|
xtype: 'numbercolumn',
|
|
|
width : 120.0,
|
|
|
@@ -132,7 +132,7 @@ Ext.define('saas.view.document.product.BasePanel', {
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
|
}, {
|
|
|
- text : "最新售价(元)",
|
|
|
+ text : "最新出货单价(元)",
|
|
|
dataIndex : "pr_saleprice",
|
|
|
xtype: 'numbercolumn',
|
|
|
width : 120.0,
|