wangxinhui
2025-04-08 dcecb039035f4b2e82e31c39b74db9402444c536
´úÂë¹ÜÀí/»´°²PDA/common/config.js
@@ -1,5 +1,5 @@
let config = {
   baseUrl: 'http://127.0.0.1:9293',
   baseUrl: 'http://10.30.4.92:9283',
   urls: [
      'http://10.30.4.92:9283',
      'http://10.30.4.92:9283'
@@ -7,4 +7,16 @@
}
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 }
]