wangxinhui
2025-06-26 06f5f3e474bb8d9e255a899b62d16f671cfdb940
´úÂë¹ÜÀí/»´°²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'
@@ -20,4 +20,9 @@
export const InboundOrderStatus = [
   { label: '未开始', value: 0 },
   { label: '入库中', value: 1 }
]
export const TakeStockStatus = [
   { label: '未盘点', value: 0 },
   { label: '盘点中', value: 1 },
   { label: '盘点完成', value: 2 }
]