|
|
@@ -231,7 +231,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
}
|
|
|
}
|
|
|
}, {
|
|
|
- text: "金额",
|
|
|
+ text: "金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "pd_nettotal",
|
|
|
width: 120,
|
|
|
@@ -257,7 +257,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
return Ext.util.Format.number(v, '0');
|
|
|
},
|
|
|
}, {
|
|
|
- text: "税额",
|
|
|
+ text: "税额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "pd_taxamount",
|
|
|
width: 120,
|
|
|
@@ -269,7 +269,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "价税合计",
|
|
|
+ text: "价税合计(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "pd_ordertotal",
|
|
|
width: 120,
|