Преглед изворни кода

修改采购单列表模块

zhoudw пре 7 година
родитељ
комит
0edda65dcf
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      frontend/saas-web/app/view/purchase/purchase/QueryPanel.js

+ 5 - 1
frontend/saas-web/app/view/purchase/purchase/QueryPanel.js

@@ -110,7 +110,11 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
             text: '单据状态',
             text: '单据状态',
             dataIndex: 'pu_status',
             dataIndex: 'pu_status',
             width: 120
             width: 120
-        }, {
+        },{
+            text: '业务状态',
+            dataIndex: 'pu_acceptstatus',
+            width: 120
+        },{
             text: '单据日期',
             text: '单据日期',
             dataIndex: 'pu_indate',
             dataIndex: 'pu_indate',
             xtype: 'datecolumn',
             xtype: 'datecolumn',