Browse Source

【供应商、客户列表 币别放在税率前面】

wuyx 6 years ago
parent
commit
d0c1a030c9

+ 5 - 5
frontend/saas-web/app/view/document/customer/BasePanel.js

@@ -104,6 +104,11 @@ Ext.define('saas.view.document.customer.BasePanel', {
                     text : "类型", 
                     dataIndex : "cu_type", 
                     width : 100.0
+                }, {
+                    text: '币别',
+                    dataIndex: 'cu_currency',
+                    align: 'center',
+                    width: 65
                 }, {
                     text : "税率(%)", 
                     dataIndex : "cu_taxrate", 
@@ -119,11 +124,6 @@ Ext.define('saas.view.document.customer.BasePanel', {
                     renderer : function(v, m, r) {
                         return Ext.util.Format.number(v, '0');
                     }
-                }, {
-                    text: '币别',
-                    dataIndex: 'cu_currency',
-                    align: 'center',
-                    width: 65
                 }, {
                     text : "业务员", 
                     dataIndex : "cu_sellername",

+ 5 - 5
frontend/saas-web/app/view/document/vendor/BasePanel.js

@@ -94,6 +94,11 @@ Ext.define('saas.view.document.vendor.BasePanel', {
                     text: "类型",
                     dataIndex: "ve_type",
                     width: 100.0
+                }, {
+                    text: '币别',
+                    dataIndex: 've_currency',
+                    align: 'center',
+                    width: 65
                 }, {
                     text: "税率(%)",
                     xtype: 'numbercolumn',
@@ -110,11 +115,6 @@ Ext.define('saas.view.document.vendor.BasePanel', {
                     renderer: function(v, m, r) {
                         return Ext.util.Format.number(v, '0');
                     }
-                }, {
-                    text: '币别',
-                    dataIndex: 've_currency',
-                    align: 'center',
-                    width: 65
                 }, {
                     text: "备注",
                     dataIndex: "ve_remark",