Browse Source

采购明细表标准化

rainco 7 years ago
parent
commit
1e7e19d166
1 changed files with 33 additions and 0 deletions
  1. 33 0
      frontend/saas-web/app/view/purchase/report/Purchase.js

+ 33 - 0
frontend/saas-web/app/view/purchase/report/Purchase.js

@@ -39,6 +39,39 @@ Ext.define('saas.view.purchase.report.Purchase', {
     reportModel: 'saas.model.report.Purchase',
 
     reportColumns: [{
+        text: 'id',
+        dataIndex: 'pu_id',
+        hidden: true
+    }, {
+        text: '采购单号',
+        dataIndex: 'pu_code',
+        width: 150
+    }, {
+        text: '供应商名称',
+        dataIndex: 'pu_vendname',
+        width: 200
+    }, {
+        text: '业务状态',
+        dataIndex: 'pu_acceptstatus',
+        width: 80
+    }, {
+        text: '采购员',
+        dataIndex: 'pu_buyername',
+        width: 80
+    }, {
+        text: '单据日期',
+        xtype: 'datecolumn',
+        dataIndex: 'pu_date',
+        width: 110
+    }, {
+        text: '物料编号',
+        dataIndex: 'pd_prodcode',
+        width: 150
+    }, {
+        text: '品牌',
+        dataIndex: 'pr_barnd',
+        width: 100
+    }, {
         text: '名称',
         dataIndex: 'pr_detail',
         width: 150