|
|
@@ -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
|