|
|
@@ -95,6 +95,11 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
text: '采购单号',
|
|
|
dataIndex: 'pu_code',
|
|
|
width: 150
|
|
|
+ },{
|
|
|
+ text: '单据日期',
|
|
|
+ dataIndex: 'pu_date',
|
|
|
+ xtype: 'datecolumn',
|
|
|
+ width: 110
|
|
|
},{
|
|
|
text: '供应商名称',
|
|
|
dataIndex: 'pu_vendname',
|
|
|
@@ -113,12 +118,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
dataIndex: 'pu_acceptstatus',
|
|
|
width: 90
|
|
|
},{
|
|
|
- text: '单据日期',
|
|
|
- dataIndex: 'pu_date',
|
|
|
- xtype: 'datecolumn',
|
|
|
- width: 110
|
|
|
- },{
|
|
|
- text: '制单人',
|
|
|
+ text: '录入人',
|
|
|
dataIndex: 'creatorName',
|
|
|
width: 110
|
|
|
},{
|
|
|
@@ -129,6 +129,10 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
text: '关联销售单',
|
|
|
dataIndex: 'pu_salecode',
|
|
|
width: 150
|
|
|
+ },{
|
|
|
+ text: '备注',
|
|
|
+ dataIndex: 'pu_remark',
|
|
|
+ width: 250
|
|
|
}],
|
|
|
relativeColumn: [
|
|
|
{
|
|
|
@@ -140,6 +144,11 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
text: '采购单号',
|
|
|
dataIndex: 'pu_code',
|
|
|
width: 150
|
|
|
+ }, {
|
|
|
+ text: '单据日期',
|
|
|
+ dataIndex: 'pu_date',
|
|
|
+ xtype: 'datecolumn',
|
|
|
+ width: 110
|
|
|
},{
|
|
|
text: '供应商名称',
|
|
|
dataIndex: 'pu_vendname',
|
|
|
@@ -152,11 +161,6 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
text: '业务状态',
|
|
|
dataIndex: 'pu_acceptstatus',
|
|
|
width: 90
|
|
|
- }, {
|
|
|
- text: '单据日期',
|
|
|
- dataIndex: 'pu_date',
|
|
|
- xtype: 'datecolumn',
|
|
|
- width: 110
|
|
|
}, {
|
|
|
text: '序号',
|
|
|
dataIndex: 'pd_detno',
|