优化代码
This commit is contained in:
parent
e784e7df49
commit
30bd46c9d5
|
@ -1,7 +1,7 @@
|
||||||
/*此页面 创建中 进行中 审核驳回可编辑 */
|
/*此页面 创建中 进行中 审核驳回可编辑 */
|
||||||
|
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { deWeightThree } from '../../../utils'
|
import { deWeightThree } from '@/utils'
|
||||||
import {
|
import {
|
||||||
Radio,
|
Radio,
|
||||||
Card,
|
Card,
|
||||||
|
@ -17,13 +17,12 @@ import {
|
||||||
RadioGroup,
|
RadioGroup,
|
||||||
RadioButton
|
RadioButton
|
||||||
} from 'zent'
|
} from 'zent'
|
||||||
import Ipt from '../../../components/input/main'
|
import Ipt from '@/components/input/main'
|
||||||
import Form from '../../../components/form/main'
|
import Form from '@/components/form/main'
|
||||||
import FormItem from '../../../components/form-item/main'
|
import FormItem from '@/components/form-item/main'
|
||||||
import Grid from '../../../components/gird/main.js'
|
import Grid from '@/components/gird/main.js'
|
||||||
import {
|
import {
|
||||||
addPlanStep,
|
addPlanStep,
|
||||||
getApprovalsInfo,
|
|
||||||
handelResponse,
|
handelResponse,
|
||||||
getKeyBatchDetail,
|
getKeyBatchDetail,
|
||||||
getReseller,
|
getReseller,
|
||||||
|
@ -33,9 +32,9 @@ import {
|
||||||
terminateApprovals,
|
terminateApprovals,
|
||||||
getApprovalsStatus,
|
getApprovalsStatus,
|
||||||
getProductInfoSelect
|
getProductInfoSelect
|
||||||
} from '../../../assets/api.js'
|
} from '@/assets/api.js'
|
||||||
import Productform from '../product/add'
|
import Productform from '../product/add'
|
||||||
import Bus from '../../../assets/eventBus.js'
|
import Bus from '@/assets/eventBus.js'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
import './index.less'
|
import './index.less'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
|
|
Loading…
Reference in New Issue