|
|
@@ -32,14 +32,14 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
|
|
|
fieldLabel: '客户名称',
|
|
|
columnWidth: 0.3
|
|
|
}, {
|
|
|
- xtype : 'hidden',
|
|
|
- name : 'or_bankid',
|
|
|
- fieldLabel : '账户ID'
|
|
|
- }, {
|
|
|
- xtype: 'hidden',
|
|
|
- name: 'or_bankcode',
|
|
|
- fieldLabel: '账户编号'
|
|
|
- }, {
|
|
|
+ xtype: 'textfield',
|
|
|
+ name: 'or_recorder',
|
|
|
+ fieldLabel: '制单人'
|
|
|
+ },{
|
|
|
+ xtype: 'textfield',
|
|
|
+ name: 'or_auditman',
|
|
|
+ fieldLabel: '审核人'
|
|
|
+ }, {
|
|
|
xtype: 'dbfindtrigger',
|
|
|
name: 'or_bankname',
|
|
|
columnWidth: 0.3,
|
|
|
@@ -102,7 +102,7 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
|
|
|
dataIndex: 'or_bankname',
|
|
|
width: 120
|
|
|
},{
|
|
|
- text: '金额',
|
|
|
+ text: '收款金额',
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: 'or_amount',
|
|
|
width: 120,
|
|
|
@@ -116,6 +116,10 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
|
|
|
text: '录入人',
|
|
|
dataIndex: 'or_recorder',
|
|
|
width: 120
|
|
|
+ },{
|
|
|
+ text: '审核人',
|
|
|
+ dataIndex: 'or_auditman',
|
|
|
+ width: 120
|
|
|
}, {
|
|
|
text: '收入类别',
|
|
|
dataIndex: 'ord_type',
|