heqinwei 7 years ago
parent
commit
f21419ffdf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/view/money/report/PayDetail.js

+ 4 - 0
frontend/saas-web/app/view/money/report/PayDetail.js

@@ -38,6 +38,10 @@ Ext.define('saas.view.money.report.PayDetail', {
             text: '单号',
             dataIndex: 'pd_code',
             width: 150
+        }, {
+            text: '单据类型',
+            dataIndex: 'pd_kind',
+            width: 110
         }, {
             text:'供应商编号',
             dataIndex:'pd_vendcode',