瀏覽代碼

【界面标准化】【资金关于金额字段统一加(元)】

rainco 7 年之前
父節點
當前提交
213154d6c0

+ 1 - 1
frontend/saas-web/app/view/money/fundtransfer/FormPanel.js

@@ -117,7 +117,7 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
                     xtype : "bandinfoDbfindTrigger"
                 }
             },{
-                text : "转入账户余额", 
+                text : "转入账户余额(元)", 
                 dataIndex : "bk_inthisamount", 
                 ignore:true,
                 width : 150.0

+ 18 - 12
frontend/saas-web/app/view/money/payBalance/FormPanel.js

@@ -54,7 +54,8 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
     },{
         xtype:"numberfield",
         name:"ve_leftamount",
-        fieldLabel:"总欠款",
+        fieldLabel:"总欠款(元)",
+        thousandSeparator: ',',
         ignore:true,
         readOnly: true
     },{
@@ -71,24 +72,28 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
     }, {
         xtype: 'hidden',
         name: 'pb_pdamount',
+        thousandSeparator: ',',
         fieldLabel: '付款金额(元)'
     }, {
         xtype: "hidden",
         name: "pb_pbdamount",
-        fieldLabel: "本次核销金额"
+        thousandSeparator: ',',
+        fieldLabel: "本次核销金额(元)"
     }, {
         xtype: "numberfield",
         name: "pb_preamount",
-        fieldLabel: "本次预付款",
+        fieldLabel: "本次预付(元)",
+        thousandSeparator: ',',
         readOnly: true
     }, {
         xtype: 'numberfield',
         name: 'pb_discounts',
-        fieldLabel: '整单折扣',
+        fieldLabel: '整单折扣(元)',
         hidden: true
     }, {
         xtype: 'hidden',
         name: 'pb_havebalance',
+        thousandSeparator: ',',
         fieldLabel: '已核销金额(元)'
     }, {
         xtype: "detailGridField",
@@ -123,14 +128,15 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
             dataIndex: 'pd_bankcode',
             hidden: true
         }, {
-            text: "付款金额",
+            text: "付款金额(元)",
             xtype: 'numbercolumn',
             dataIndex: "pd_amount",
             width : 110.0,
             allowBlank : false,
             editor : {
                 xtype : "numberfield",
-                decimalPrecision: 2
+                decimalPrecision: 2,
+                thousandSeparator: ','
             },
             renderer : function(v) {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -226,7 +232,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
             xtype: 'datecolumn', 
             width : 110
         }, {
-            text: "单据金额",
+            text: "单据金额(元)",
             xtype: 'numbercolumn',
             dataIndex: "pbd_amount", 
             width : 110,
@@ -238,10 +244,10 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
             }
         }, {
-            text: "已核销金额",
+            text: "已核销金额(元)",
             xtype: 'numbercolumn',
             dataIndex: "sl_yamount", 
-            width : 110,
+            width : 120,
             ignore:true,
             renderer : function(v) {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -251,11 +257,11 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
             }
         }, {
-            text: "未核销金额",
+            text: "未核销金额(元)",
             xtype: 'numbercolumn',
             dataIndex: "sl_namount",
             ignore:true, 
-            width : 110,
+            width : 120,
             renderer : function(v) {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
             },
@@ -264,7 +270,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
             }
         }, {
-            text: "本次核销金额",
+            text: "本次核销金额(元)",
             xtype: 'numbercolumn',
             dataIndex: "pbd_nowbalance",
             width: 140,

+ 27 - 17
frontend/saas-web/app/view/money/verification/FormPanel.js

@@ -101,7 +101,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
                 xtype: 'datecolumn',
                 width: 110
             }, {
-                text: "单据金额",
+                text: "单据金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "vd_amount",
                 width: 110,
@@ -113,10 +113,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
                 }
             }, {
-                text: "已核销金额",
+                text: "已核销金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "sl_yamount",
-                width: 110,
+                width: 120,
                 ignore:true,
                 renderer : function(v) {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -126,10 +126,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
                 }
             }, {
-                text: "未核销金额",
+                text: "未核销金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "sl_namount",
-                width: 110,
+                width: 120,
                 ignore:true,
                 renderer : function(v) {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -139,7 +139,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
                 }
             }, {
-                text: "本次核销金额",
+                text: "本次核销金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "vd_nowbalance",
                 width: 150,
@@ -199,7 +199,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
                 xtype: 'datecolumn',
                 width: 110
             }, {
-                text: "单据金额",
+                text: "单据金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "vcd_amount",
                 width: 110,
@@ -211,10 +211,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
                 }
             }, {
-                text: "已核销金额",
+                text: "已核销金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "sl_yamount",
-                width: 110,
+                width: 120,
                 ignore:true,
                 renderer : function(v) {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -224,10 +224,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
                 }
             }, {
-                text: "未核销金额",
+                text: "未核销金额(元)",
                 xtype: 'numbercolumn',
                 dataIndex: "sl_namount",
-                width: 110,
+                width: 120,
                 ignore:true,
                 renderer : function(v) {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -237,7 +237,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
                     return saas.util.BaseUtil.numberFormat(v, 2, true);
                 }
             }, {
-                text: "本次核销金额",
+                text: "本次核销金额(元)",
                 dataIndex: "vcd_nowbalance",
                 xtype: 'numbercolumn',
                 width: 150,
@@ -333,11 +333,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
             }, {
                 xtype: 'hidden',
                 name: 'vc_amount1',
+                thousandSeparator: ',',
                 fieldLabel: '核销金额(元)'
             }, {
                 xtype: "hidden",
                 name: "vc_amount2",
-                fieldLabel: "未核销金额"
+                thousandSeparator: ',',
+                fieldLabel: "未核销金额(元)"
             }],
             details: ['detail1', 'detail2'],
             other: ['other']
@@ -371,11 +373,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
             }, {
                 xtype: 'hidden',
                 name: 'vc_amount1',
+                thousandSeparator: ',',
                 fieldLabel: '核销金额(元)'
             }, {
                 xtype: "hidden",
                 name: "vc_amount2",
-                fieldLabel: "未核销金额"
+                thousandSeparator: ',',
+                fieldLabel: "未核销金额(元)"
             }],
             details: ['detail1', 'detail2'],
             other: ['other']
@@ -426,11 +430,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
             }, {
                 xtype: 'hidden',
                 name: 'vc_amount1',
+                thousandSeparator: ',',
                 fieldLabel: '核销金额(元)'
             }, {
                 xtype: "hidden",
                 name: "vc_amount2",
-                fieldLabel: "未核销金额"
+                thousandSeparator: ',',
+                fieldLabel: "未核销金额(元)"
             }],
             details: ['detail1', 'detail2'],
             other: ['other']
@@ -480,11 +486,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
             }, {
                 xtype: 'hidden',
                 name: 'vc_amount1',
+                thousandSeparator: ',',
                 fieldLabel: '核销金额(元)'
             }, {
                 xtype: "hidden",
                 name: "vc_amount2",
-                fieldLabel: "未核销金额"
+                thousandSeparator: ',',
+                fieldLabel: "未核销金额(元)"
             }],
             details: ['detail1'],
             other: ['other']
@@ -534,11 +542,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
             }, {
                 xtype: 'hidden',
                 name: 'vc_amount1',
+                thousandSeparator: ',',
                 fieldLabel: '核销金额(元)'
             }, {
                 xtype: "hidden",
                 name: "vc_amount2",
-                fieldLabel: "未核销金额"
+                thousandSeparator: ',',
+                fieldLabel: "未核销金额(元)"
             }],
             details: ['detail1'],
             other: ['other']

+ 1 - 1
frontend/saas-web/app/view/money/verification/QueryPanel.js

@@ -122,7 +122,7 @@ Ext.define('saas.view.money.verification.QueryPanel', {
             text: '核销金额(元)',
             dataIndex: 'vc_amount1',
             xtype: 'numbercolumn',
-            width: 100,
+            width: 110,
             renderer : function(v) {
                 return saas.util.BaseUtil.numberFormat(v, 2, true);
             }