Browse Source

1.其他支出收入单前端对接
2.收付款单前端对接

heqinwei 7 years ago
parent
commit
39d516cf02
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frontend/saas-web/app/view/money/payBalance/QueryPanel.js

+ 3 - 3
frontend/saas-web/app/view/money/payBalance/QueryPanel.js

@@ -42,16 +42,16 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
         }, {
             text: '供应商编号',
             dataIndex: 'pb_vendcode',
-            width: 200
+            width: 200,
+            hidden:true
         }, {
             text: '供应商名称',
             dataIndex: 'pb_vendname',
-            width: 120
+            width: 120,
         }, {
             text: '收款人',
             dataIndex: 'pb_manname',
             width: 120,
-            hidden:true
         }, {
             text: '付款金额',
             dataIndex: 'pb_pdamount',