|
|
@@ -13,7 +13,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
fieldLabel: 'ID',
|
|
|
allowBlank: true,
|
|
|
columnWidth: 0
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
xtype: 'textfield',
|
|
|
name: 'pi_inoutno',
|
|
|
fieldLabel: '单据编号',
|
|
|
@@ -131,6 +131,32 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
text: '备注',
|
|
|
dataIndex: 'pi_remark',
|
|
|
width: 200
|
|
|
+ }, {
|
|
|
+ text: '录入人ID',
|
|
|
+ dataIndex: 'creatorId',
|
|
|
+ width: 0
|
|
|
+ }, {
|
|
|
+ text: '录入人',
|
|
|
+ dataIndex: 'creator',
|
|
|
+ width: 0
|
|
|
+ }, {
|
|
|
+ text: '录入日期',
|
|
|
+ dataIndex: 'createTime',
|
|
|
+ xtype: 'datecolumn',
|
|
|
+ width: 0
|
|
|
+ }, {
|
|
|
+ text: '更新人ID',
|
|
|
+ dataIndex: 'updaterId',
|
|
|
+ width: 0
|
|
|
+ }, {
|
|
|
+ text: '更新人',
|
|
|
+ dataIndex: 'updater',
|
|
|
+ width: 0
|
|
|
+ }, {
|
|
|
+ text: '更新日期',
|
|
|
+ dataIndex: 'updateTime',
|
|
|
+ xtype: 'datecolumn',
|
|
|
+ width: 0
|
|
|
}],
|
|
|
relativeColumn: [{
|
|
|
text: 'id',
|