所有模块数据

This commit is contained in:
2022-10-21 16:40:09 +08:00
parent c892dcfe98
commit 07f88a26f7
17 changed files with 276 additions and 186 deletions

View File

@@ -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()