|
@@ -42,16 +42,16 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
|
|
|
}, {
|
|
}, {
|
|
|
text: '供应商编号',
|
|
text: '供应商编号',
|
|
|
dataIndex: 'pb_vendcode',
|
|
dataIndex: 'pb_vendcode',
|
|
|
- width: 200
|
|
|
|
|
|
|
+ width: 200,
|
|
|
|
|
+ hidden:true
|
|
|
}, {
|
|
}, {
|
|
|
text: '供应商名称',
|
|
text: '供应商名称',
|
|
|
dataIndex: 'pb_vendname',
|
|
dataIndex: 'pb_vendname',
|
|
|
- width: 120
|
|
|
|
|
|
|
+ width: 120,
|
|
|
}, {
|
|
}, {
|
|
|
text: '收款人',
|
|
text: '收款人',
|
|
|
dataIndex: 'pb_manname',
|
|
dataIndex: 'pb_manname',
|
|
|
width: 120,
|
|
width: 120,
|
|
|
- hidden:true
|
|
|
|
|
}, {
|
|
}, {
|
|
|
text: '付款金额',
|
|
text: '付款金额',
|
|
|
dataIndex: 'pb_pdamount',
|
|
dataIndex: 'pb_pdamount',
|