|
@@ -3,7 +3,11 @@ import { Row, Col, List, Tabs, message, Button } from 'antd'
|
|
|
import { dayjsFormat } from '@/utils/utils'
|
|
import { dayjsFormat } from '@/utils/utils'
|
|
|
import consts from '@/consts'
|
|
import consts from '@/consts'
|
|
|
import { apiSoftwareAddLonglelog } from '@/services/lock'
|
|
import { apiSoftwareAddLonglelog } from '@/services/lock'
|
|
|
|
|
+import { ProductLabel } from '@/pages/Product/Lock/LockStore'
|
|
|
|
|
+import { lockTypeEnum } from './LockModal'
|
|
|
|
|
+import LockModal from './LockModal'
|
|
|
import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'
|
|
import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'
|
|
|
|
|
+import { useDispatch } from 'dva'
|
|
|
|
|
|
|
|
const LockTabList = props => {
|
|
const LockTabList = props => {
|
|
|
const { longleLog, longleId, keyNum } = props
|
|
const { longleLog, longleId, keyNum } = props
|