所有模块数据
This commit is contained in:
@@ -36,7 +36,7 @@ import Pagination from '@/components/Pagination'
|
||||
import MethodBtn from '@/components/BaseTable/subcomponents/MethodBtn'
|
||||
import { tableHeight } from '@/utils/index'
|
||||
import outStoreDocumentsAdd from './components/outStoreDocumentsAdd.vue'
|
||||
import { getOutboundNoList, getHCQList, getProductSpecList } from '@/utils/wmsDic'
|
||||
import { getOutboundNoList, getHCQList, getProductSpecList, getCompTyleList } from '@/utils/wmsDic'
|
||||
import moment from 'moment'
|
||||
const topBtnConfig = [
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default {
|
||||
for (let i = 0; i < num; i++) {
|
||||
const obj = {}
|
||||
obj.outboundOrderNo = getOutboundNoList()
|
||||
obj.customerName = ''
|
||||
obj.customerName = getCompTyleList()
|
||||
obj.shipmentCacheArea = getHCQList()
|
||||
obj.num = parseInt(Math.random() * 1000)
|
||||
obj.spec = getProductSpecList()
|
||||
|
||||
Reference in New Issue
Block a user