|
@@ -124,7 +124,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
text: '业务状态',
|
|
text: '业务状态',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
dataIndex: 'sa_sendstatus',
|
|
dataIndex: 'sa_sendstatus',
|
|
|
- width: 90
|
|
|
|
|
|
|
+ width: 100
|
|
|
}, {
|
|
}, {
|
|
|
text: '业务员',
|
|
text: '业务员',
|
|
|
dataIndex: 'sa_seller',
|
|
dataIndex: 'sa_seller',
|
|
@@ -170,6 +170,11 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
text: '客户名称',
|
|
text: '客户名称',
|
|
|
dataIndex: 'sa_custname',
|
|
dataIndex: 'sa_custname',
|
|
|
width: 120
|
|
width: 120
|
|
|
|
|
+ }, {
|
|
|
|
|
+ text: '业务状态',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ dataIndex: 'sa_sendstatus',
|
|
|
|
|
+ width: 90
|
|
|
}, {
|
|
}, {
|
|
|
text: '明细序号',
|
|
text: '明细序号',
|
|
|
dataIndex: 'sd_detno',
|
|
dataIndex: 'sd_detno',
|