|
|
@@ -116,7 +116,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
width: 120
|
|
|
},{
|
|
|
text: '单据日期',
|
|
|
- dataIndex: 'pu_indate',
|
|
|
+ dataIndex: 'pu_date',
|
|
|
xtype: 'datecolumn',
|
|
|
width: 200
|
|
|
}, {
|
|
|
@@ -152,7 +152,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
width: 120
|
|
|
}, {
|
|
|
text: '单据日期',
|
|
|
- dataIndex: 'pu_indate',
|
|
|
+ dataIndex: 'pu_date',
|
|
|
xtype: 'datecolumn',
|
|
|
width: 200
|
|
|
}, {
|