|
|
@@ -19,9 +19,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
|
|
|
},{
|
|
|
xtype: 'textfield',
|
|
|
name: 'os_code',
|
|
|
- fieldLabel: '单号/客户/账号',
|
|
|
- emptyText:'请输入单号/客户/账号',
|
|
|
- labelWidth: 100,
|
|
|
+ emptyText:'请输入单号或客户或账号',
|
|
|
getCondition: function(value) {
|
|
|
if(value == 'ALL') {
|
|
|
return '1=1';
|
|
|
@@ -100,12 +98,8 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
|
|
|
dataIndex: 'os_date',
|
|
|
xtype: 'datecolumn',
|
|
|
width: 110
|
|
|
- },{
|
|
|
- text: '审核状态',
|
|
|
- dataIndex: 'os_status',
|
|
|
- width: 90
|
|
|
}, {
|
|
|
- text: '供应商',
|
|
|
+ text: '供应商名称',
|
|
|
dataIndex: 'os_vendname',
|
|
|
width:250
|
|
|
},{
|