|
@@ -156,8 +156,7 @@ const Company = props => {
|
|
|
onClick={() =>
|
|
onClick={() =>
|
|
|
dispatchModal('D_COMPANY_DETAIL', { dataId: record.id, orderIds: state.orderIds })
|
|
dispatchModal('D_COMPANY_DETAIL', { dataId: record.id, orderIds: state.orderIds })
|
|
|
}
|
|
}
|
|
|
- className="text-primary cursor-pointer hover:text-hex-967bbd"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ className="text-primary cursor-pointer hover:text-hex-967bbd">
|
|
|
{text}
|
|
{text}
|
|
|
</span>
|
|
</span>
|
|
|
)
|
|
)
|
|
@@ -203,8 +202,7 @@ const Company = props => {
|
|
|
tagType={TagTypeEnum.PERSONTAG}
|
|
tagType={TagTypeEnum.PERSONTAG}
|
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
|
checkCallBack={refreshData}
|
|
checkCallBack={refreshData}
|
|
|
- modeType={LabelModeType.column}
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ modeType={LabelModeType.column}>
|
|
|
<Add theme="filled" size="20" fill="#868e96" className="cursor-pointer" />
|
|
<Add theme="filled" size="20" fill="#868e96" className="cursor-pointer" />
|
|
|
</PersonLabel>
|
|
</PersonLabel>
|
|
|
</div>
|
|
</div>
|
|
@@ -235,8 +233,7 @@ const Company = props => {
|
|
|
tagType={TagTypeEnum.TEAMTAG}
|
|
tagType={TagTypeEnum.TEAMTAG}
|
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
|
checkCallBack={refreshData}
|
|
checkCallBack={refreshData}
|
|
|
- modeType={LabelModeType.column}
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ modeType={LabelModeType.column}>
|
|
|
<Add theme="filled" size="20" fill="#868e96" className="cursor-pointer" />
|
|
<Add theme="filled" size="20" fill="#868e96" className="cursor-pointer" />
|
|
|
</PersonLabel>
|
|
</PersonLabel>
|
|
|
</div>
|
|
</div>
|
|
@@ -404,8 +401,7 @@ const Company = props => {
|
|
|
tagType={TagTypeEnum.PERSONTAG}
|
|
tagType={TagTypeEnum.PERSONTAG}
|
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
|
checkCallBack={toolbarOptionsChange}
|
|
checkCallBack={toolbarOptionsChange}
|
|
|
- modeType={LabelModeType.toolbar}
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ modeType={LabelModeType.toolbar}>
|
|
|
{tagState.tagIds.length ? (
|
|
{tagState.tagIds.length ? (
|
|
|
<Button>
|
|
<Button>
|
|
|
{tagState.tagIds.map(item => (
|
|
{tagState.tagIds.map(item => (
|
|
@@ -430,8 +426,7 @@ const Company = props => {
|
|
|
tagType={TagTypeEnum.TEAMTAG}
|
|
tagType={TagTypeEnum.TEAMTAG}
|
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
tagColumn={TagDataTypeEnum.COMPANY}
|
|
|
checkCallBack={toolbarOptionsChange}
|
|
checkCallBack={toolbarOptionsChange}
|
|
|
- modeType={LabelModeType.toolbar}
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ modeType={LabelModeType.toolbar}>
|
|
|
{tagState.tagCooperationIds.length ? (
|
|
{tagState.tagCooperationIds.length ? (
|
|
|
<Button>
|
|
<Button>
|
|
|
{tagState.tagCooperationIds.map(item => (
|
|
{tagState.tagCooperationIds.map(item => (
|
|
@@ -515,8 +510,7 @@ const Company = props => {
|
|
|
onConfirm: handleAddCompany,
|
|
onConfirm: handleAddCompany,
|
|
|
reload: () => tRef.current?.reload()
|
|
reload: () => tRef.current?.reload()
|
|
|
})
|
|
})
|
|
|
- }
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ }>
|
|
|
<Plus className="mr-1" />
|
|
<Plus className="mr-1" />
|
|
|
单位
|
|
单位
|
|
|
</Button>
|
|
</Button>
|