Parcourir la source

资金模块-字段调整

huangx il y a 7 ans
Parent
commit
1534a894bc
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      frontend/saas-web/app/view/money/verification/FormPanel.js

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

@@ -281,11 +281,12 @@ Ext.define('saas.view.money.verification.FormPanel', {
                 text: "本次核销金额",
                 dataIndex: "vcd_nowbalance",
                 xtype: 'numbercolumn',
+                width: 150,
+                allowBlank : false,
                 editor : {
                     xtype : "numberfield",
                     decimalPrecision: 2
                 },
-                width: 110,
                 renderer : function(v) {
                     var arr = (v + '.').split('.');
                     var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');