|
@@ -112,43 +112,41 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
baseColumn: [{
|
|
baseColumn: [{
|
|
|
text: 'id',
|
|
text: 'id',
|
|
|
dataIndex: 'id',
|
|
dataIndex: 'id',
|
|
|
- width: 100,
|
|
|
|
|
|
|
+ hidden:true,
|
|
|
xtype: 'numbercolumn'
|
|
xtype: 'numbercolumn'
|
|
|
}, {
|
|
}, {
|
|
|
text: '单据编号',
|
|
text: '单据编号',
|
|
|
dataIndex: 'pi_inoutno',
|
|
dataIndex: 'pi_inoutno',
|
|
|
width: 200
|
|
width: 200
|
|
|
- }, {
|
|
|
|
|
- text: '单据状态',
|
|
|
|
|
- dataIndex: 'pi_status',
|
|
|
|
|
- width: 120
|
|
|
|
|
- }, {
|
|
|
|
|
|
|
+ },{
|
|
|
text: '单据类型',
|
|
text: '单据类型',
|
|
|
dataIndex: 'pi_class',
|
|
dataIndex: 'pi_class',
|
|
|
width: 120
|
|
width: 120
|
|
|
- }, {
|
|
|
|
|
- text: '下单日期',
|
|
|
|
|
|
|
+ },{
|
|
|
|
|
+ text: '单据日期',
|
|
|
dataIndex: 'pi_date',
|
|
dataIndex: 'pi_date',
|
|
|
xtype:'datecolumn',
|
|
xtype:'datecolumn',
|
|
|
width: 200
|
|
width: 200
|
|
|
},{
|
|
},{
|
|
|
- text: '采购单号',
|
|
|
|
|
- dataIndex: 'pi_pucode',
|
|
|
|
|
- width: 200
|
|
|
|
|
|
|
+ text: '状态',
|
|
|
|
|
+ dataIndex: 'pi_status',
|
|
|
|
|
+ width: 120
|
|
|
},{
|
|
},{
|
|
|
text: '供应商名称',
|
|
text: '供应商名称',
|
|
|
dataIndex: 'pi_vendname',
|
|
dataIndex: 'pi_vendname',
|
|
|
width: 120
|
|
width: 120
|
|
|
},{
|
|
},{
|
|
|
- text: '含税金额',
|
|
|
|
|
- dataIndex: 'pi_total',
|
|
|
|
|
- xtype:'numbercolumn',
|
|
|
|
|
|
|
+ text: '制单人',
|
|
|
|
|
+ dataIndex: 'pi_recordman',
|
|
|
width: 120
|
|
width: 120
|
|
|
},{
|
|
},{
|
|
|
- text: '未税金额',
|
|
|
|
|
- dataIndex: 'pi_nettotal',
|
|
|
|
|
- xtype:'numbercolumn',
|
|
|
|
|
- width: 120,
|
|
|
|
|
|
|
+ text: '审核人',
|
|
|
|
|
+ dataIndex: 'pi_auditman',
|
|
|
|
|
+ width: 120
|
|
|
|
|
+ },{
|
|
|
|
|
+ text: '备注',
|
|
|
|
|
+ dataIndex: 'pi_remark',
|
|
|
|
|
+ width: 200
|
|
|
}],
|
|
}],
|
|
|
relativeColumn: [{
|
|
relativeColumn: [{
|
|
|
text: 'id',
|
|
text: 'id',
|