@@ -97,10 +97,14 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
text: '销售单号',
dataIndex: 'pi_pucode',
width: 200
- },{
- text: '客户名称',
- dataIndex: 'pi_custname',
- width: 120
+ }, {
+ xtype: 'hidden',
+ name: 'pi_custcode',
+ fieldLabel: '客户编号'
+ xtype: 'dbfindtrigger',
+ name: 'pi_custname',
+ fieldLabel: '客户名称'
},{
text: '含税金额',
dataIndex: 'pi_total',