|
|
@@ -103,6 +103,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
_idField:'pi_id',
|
|
|
_codeField:'pi_inoutno',
|
|
|
_title:'采购验退单',
|
|
|
+ _defaultCondition:' pi_class = \'采购验退单\'',
|
|
|
_addXtype:'purchase-purchaseOut-formpanel',
|
|
|
_baseVastUrl:'http://192.168.253.58:8800/purchase/',
|
|
|
_baseColumn: [{
|
|
|
@@ -111,7 +112,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
xtype: 'rownumberer'
|
|
|
}, {
|
|
|
text: 'id',
|
|
|
- dataIndex: 'pi_id',
|
|
|
+ dataIndex: 'id',
|
|
|
width: 100,
|
|
|
xtype: 'numbercolumn'
|
|
|
}, {
|
|
|
@@ -122,6 +123,10 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
text: '单据状态',
|
|
|
dataIndex: 'pi_status',
|
|
|
width: 120
|
|
|
+ },{
|
|
|
+ text: '单据类型',
|
|
|
+ dataIndex: 'pi_class',
|
|
|
+ width: 120
|
|
|
}, {
|
|
|
text: '下单日期',
|
|
|
dataIndex: 'pi_date',
|