Browse Source

1.付款单备注

heqinwei 7 years ago
parent
commit
6865dd0700
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/money/recBalance/QueryPanel.js

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

@@ -103,7 +103,7 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
             width: 110
         }, {
             text: '备注',
-            dataIndex: 'rb_remark',
+            dataIndex: 'rd_remark',
             width: 250
         }]
     },