@@ -72,7 +72,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
}, {
xtype: "textfield",
name: "pi_total",
- fieldLabel: "总额",
+ fieldLabel: "价税合计(元)",
allowBlank: true,
readOnly: true,
columnWidth: 0.25
@@ -67,7 +67,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {