Browse Source

平台对账单添加字段 确认状态

zhuth 6 years ago
parent
commit
7112c501f3

+ 4 - 0
frontend/saas-web/app/view/purchase/b2b/reconciliation/DataList.js

@@ -109,6 +109,10 @@ Ext.define('saas.view.purchase.b2b.reconciliation.DataList', {
                     dataIndex : 'ac_payamont', 
                     xtype:'numbercolumn',
                     width : 110.0,
+                }, {
+                    text : '确认状态',
+                    textAlign: 'center',
+                    dataIndex : 'ac_confirmstatus', 
                 }]
             },
         });