|
@@ -137,6 +137,32 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
text: '关联销售单',
|
|
text: '关联销售单',
|
|
|
dataIndex: 'pu_salecode',
|
|
dataIndex: 'pu_salecode',
|
|
|
width: 120
|
|
width: 120
|
|
|
|
|
+ }, {
|
|
|
|
|
+ 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: [{
|
|
relativeColumn: [{
|
|
|
text: 'id',
|
|
text: 'id',
|