Browse Source

核销单币别修改后清空从表代码生效

hy 7 years ago
parent
commit
790454d7b5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frontend/saas-web/app/view/money/verification/FormPanel.js

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

@@ -624,9 +624,9 @@ Ext.define('saas.view.money.verification.FormPanel', {
                             from: 'cr_rate',
                             to: 'vc_rate'
                         }],
-                        // listeners: {
-                        //     change: 'clearDetails'
-                        // },
+                        listeners: {
+                            change: 'clearDetails'
+                        },
                         supFieldConfig: {
                             xtype: 'numberfield',
                             readOnly: false,