所有模块数据

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

@@ -26,7 +26,7 @@ import HeadForm from '@/components/basicData/HeadForm'
import BaseTable from '@/components/BaseTable'
import Pagination from '@/components/Pagination'
import { tableHeight } from '@/utils/index'
import { getReceiptNoList, getProductSpecList, getMaterialCodeList } from '@/utils/wmsDic'
import { getReceiptNoList, getProductSpecList, getMaterialCodeList, getGoodsList } from '@/utils/wmsDic'
import moment from 'moment'
const tableProps = [
{
@@ -114,8 +114,8 @@ export default {
for (let i = 0; i < num; i++) {
const obj = {}
obj.orderCode = getReceiptNoList()
obj.type = ''
obj.productName = ''
obj.type = '深加工玻璃'
obj.productName = getGoodsList()
const sj = Math.floor(Math.random() * 100)
obj.spec = getProductSpecList()
obj.materialCode = getMaterialCodeList()