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