@@ -121,7 +121,8 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
text : "本次转出金额",
xtype: 'numbercolumn',
dataIndex : "ftd_nowbalance",
- width : 150.0,
+ width : 150.0,
+ allowBlank : false,
editor : {
xtype : "numberfield",
decimalPrecision: 2
@@ -114,7 +114,8 @@ Ext.define('saas.view.money.othreceipts.FormPanel', {
text : "金额",
dataIndex : "ord_nowbalance",
- width : 110.0,
+ width : 110.0,
@@ -115,6 +115,7 @@ Ext.define('saas.view.money.othspendings.FormPanel', {
dataIndex : "osd_nowbalance",
width : 110.0,
@@ -122,6 +122,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
dataIndex: "pd_amount",