Browse Source

采购出入库“金额”调整为“价税合计(元)”

rainco 7 năm trước cách đây
mục cha
commit
12a547bd7c

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseIn/FormPanel.js

@@ -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

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

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