wangxinhui
2025-04-29 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
let config = {
    baseUrl: 'http://127.0.0.1:9293',
    urls: [
        'http://10.30.4.92:9283',
        'http://10.30.4.92:9283'
    ]
}
export {
    config
}
export const ProOutStatus = [
    { label: '出货未开始', value: 0 },
    { label: '出货中待完成', value: 1 },
    { label: '出货完成', value: 2 }
]
export const ReceiveOrderStatus = [
    { label: '未开始', value: 0 },
    { label: '收货中', value: 1 }
]
export const InboundOrderStatus = [
    { label: '未开始', value: 0 },
    { label: '入库中', value: 1 }
]