|
@@ -9,6 +9,7 @@ import ClientDetail from '@/pages/Customer/Client/components/ClientDetail'
|
|
|
import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'
|
|
import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'
|
|
|
import { useDispatch, useAccess } from 'umi'
|
|
import { useDispatch, useAccess } from 'umi'
|
|
|
import { useModal } from '@/components/Modal'
|
|
import { useModal } from '@/components/Modal'
|
|
|
|
|
+import { useAccess } from '@/.umi/plugin-access/access'
|
|
|
|
|
|
|
|
const RenderLongleCon = ({ longleService }) => {
|
|
const RenderLongleCon = ({ longleService }) => {
|
|
|
return (
|
|
return (
|
|
@@ -197,7 +198,8 @@ const LockTabList = props => {
|
|
|
className="mr-1"
|
|
className="mr-1"
|
|
|
onClick={() =>
|
|
onClick={() =>
|
|
|
setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.UPDATE })
|
|
setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.UPDATE })
|
|
|
- }>
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ >
|
|
|
升级
|
|
升级
|
|
|
</Button> */}
|
|
</Button> */}
|
|
|
{sellStatus !== 0 && preserveStatus !== 2 ? (
|
|
{sellStatus !== 0 && preserveStatus !== 2 ? (
|