优化代码引入的结构
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Vue from 'vue'
|
||||
import { getAction, postAction } from '@/api/manage'
|
||||
import { FormTypes } from '@/utils/JEditableTableUtil'
|
||||
import {findBillDetailByNumber, findBySelectSup, findBySelectCus, findBySelectRetail, getUserList, getAccount, waitBillCount,
|
||||
getCurrentSystemConfig, getPlatformConfigByKey} from '@/api/api'
|
||||
import {findBillDetailByNumber, findBySelectSup, findBySelectCus, findBySelectRetail, getUserList, getAccount,
|
||||
waitBillCount, getCurrentSystemConfig, getPlatformConfigByKey} from '@/api/api'
|
||||
import { getCheckFlag, getFormatDate, getMpListShort, getPrevMonthFormatDate } from '@/utils/util'
|
||||
import moment from 'moment'
|
||||
import pick from 'lodash.pick'
|
||||
|
||||
@@ -1,16 +1,6 @@
|
||||
import { FormTypes, getListData } from '@/utils/JEditableTableUtil'
|
||||
import {
|
||||
findBySelectCus,
|
||||
findBySelectRetail,
|
||||
findBySelectSup,
|
||||
findStockByDepotAndBarCode,
|
||||
getAccount,
|
||||
getBatchNumberList,
|
||||
getCurrentSystemConfig,
|
||||
getMaterialByBarCode,
|
||||
getPersonByNumType,
|
||||
getPlatformConfigByKey
|
||||
} from '@/api/api'
|
||||
import { findBySelectCus, findBySelectRetail, findBySelectSup, findStockByDepotAndBarCode, getAccount,
|
||||
getBatchNumberList, getCurrentSystemConfig, getMaterialByBarCode, getPersonByNumType, getPlatformConfigByKey } from '@/api/api'
|
||||
import { getAction } from '@/api/manage'
|
||||
import { getCheckFlag, getMpListShort, getNowFormatDateTime } from '@/utils/util'
|
||||
import { USER_INFO } from '@/store/mutation-types'
|
||||
|
||||
Reference in New Issue
Block a user