|
@@ -65,7 +65,7 @@ const ServiceRatioPanels = ({ staffIds, cyclical, dataPermission }) => {
|
|
|
children = <CompanyDetail dataId={id} orderIds={state.orderIds} />
|
|
children = <CompanyDetail dataId={id} orderIds={state.orderIds} />
|
|
|
}
|
|
}
|
|
|
setDrawerProps({
|
|
setDrawerProps({
|
|
|
- zIndex: 1040,
|
|
|
|
|
|
|
+ zIndex: 1001,
|
|
|
closable: true,
|
|
closable: true,
|
|
|
onClose: () => toggleDrawer(),
|
|
onClose: () => toggleDrawer(),
|
|
|
bodyStyle: {
|
|
bodyStyle: {
|
|
@@ -184,7 +184,7 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
}
|
|
}
|
|
|
const showDrawer = id => {
|
|
const showDrawer = id => {
|
|
|
setDrawerProps({
|
|
setDrawerProps({
|
|
|
- zIndex: 1040,
|
|
|
|
|
|
|
+ zIndex: 1001,
|
|
|
closable: true,
|
|
closable: true,
|
|
|
onClose: () => toggleDrawer(),
|
|
onClose: () => toggleDrawer(),
|
|
|
bodyStyle: {
|
|
bodyStyle: {
|
|
@@ -198,7 +198,7 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
// 展示单位
|
|
// 展示单位
|
|
|
const showDrawerComapny = id => {
|
|
const showDrawerComapny = id => {
|
|
|
setDrawerProps({
|
|
setDrawerProps({
|
|
|
- zIndex: 1040,
|
|
|
|
|
|
|
+ zIndex: 1001,
|
|
|
closable: true,
|
|
closable: true,
|
|
|
onClose: () => toggleDrawer(),
|
|
onClose: () => toggleDrawer(),
|
|
|
bodyStyle: {
|
|
bodyStyle: {
|
|
@@ -232,31 +232,38 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
{
|
|
{
|
|
|
dataIndex: 'districtName',
|
|
dataIndex: 'districtName',
|
|
|
title: '地区',
|
|
title: '地区',
|
|
|
- width: '15%'
|
|
|
|
|
|
|
+ width: '15%',
|
|
|
|
|
+ ellipsis: true,
|
|
|
|
|
+ renderText: text => text && text?.replaceAll(' / ', ' , ')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'phone',
|
|
dataIndex: 'phone',
|
|
|
title: '手机',
|
|
title: '手机',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '5%'
|
|
width: '5%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'email',
|
|
dataIndex: 'email',
|
|
|
title: '邮箱',
|
|
title: '邮箱',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'qq',
|
|
dataIndex: 'qq',
|
|
|
title: 'QQ',
|
|
title: 'QQ',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '5%'
|
|
width: '5%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'staffName',
|
|
dataIndex: 'staffName',
|
|
|
title: '创建人',
|
|
title: '创建人',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'createTime',
|
|
dataIndex: 'createTime',
|
|
|
title: '创建时间',
|
|
title: '创建时间',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
@@ -276,7 +283,9 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
{
|
|
{
|
|
|
dataIndex: 'districtName',
|
|
dataIndex: 'districtName',
|
|
|
title: '地区',
|
|
title: '地区',
|
|
|
- width: '15%'
|
|
|
|
|
|
|
+ width: '15%',
|
|
|
|
|
+ ellipsis: true,
|
|
|
|
|
+ renderText: text => text && text?.replaceAll(' / ', ' , ')
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'nature',
|
|
dataIndex: 'nature',
|
|
@@ -287,16 +296,19 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
{
|
|
{
|
|
|
dataIndex: 'phone',
|
|
dataIndex: 'phone',
|
|
|
title: '单位电话',
|
|
title: '单位电话',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '5%'
|
|
width: '5%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'staffName',
|
|
dataIndex: 'staffName',
|
|
|
title: '创建人',
|
|
title: '创建人',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'createTime',
|
|
dataIndex: 'createTime',
|
|
|
title: '创建时间',
|
|
title: '创建时间',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
@@ -309,26 +321,31 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
{
|
|
{
|
|
|
dataIndex: 'customerName',
|
|
dataIndex: 'customerName',
|
|
|
title: '单位名称',
|
|
title: '单位名称',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '20%'
|
|
width: '20%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'businessStatusName',
|
|
dataIndex: 'businessStatusName',
|
|
|
title: '商机状态',
|
|
title: '商机状态',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '5%'
|
|
width: '5%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'price',
|
|
dataIndex: 'price',
|
|
|
title: '商机金额',
|
|
title: '商机金额',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '5%'
|
|
width: '5%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'staffName',
|
|
dataIndex: 'staffName',
|
|
|
title: '创建人',
|
|
title: '创建人',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'createTime',
|
|
dataIndex: 'createTime',
|
|
|
title: '创建时间',
|
|
title: '创建时间',
|
|
|
|
|
+ ellipsis: true,
|
|
|
width: '7%'
|
|
width: '7%'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|