#
zjj
2025-04-12 cbd1976e6f93b6bc69bad75239042429a5b9944d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登 录"
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationBarTitleText": "主 页"
            }
        },
        {
            "path": "pages/mat/matSelected",
            "style": {
                "navigationBarTitleText": "物料"
            }
        },
        {
            "path": "pages/mat/matQuery",
            "style": {
                "navigationBarTitleText": "物料"
            }
        },
        {
            "path": "pages/mat/matQuery2",
            "style": {
                "navigationBarTitleText": "物料"
            }
        },
        {
            "path": "pages/pakin/pakin",
            "style": {
                "navigationBarTitleText": "组 托"
            }
        },
        {
            "path": "pages/AGV/AGVPakin",
            "style": {
                "navigationBarTitleText": "AGV组托"
            }
        },
        {
            "path": "pages/AGV/AGVPakinBing",
            "style": {
                "navigationBarTitleText": "AGV上架绑定"
            }
        },
        {
            "path": "pages/AGV/AGVPakinOn",
            "style": {
                "navigationBarTitleText": "AGV上架组托"
            }
        },
        {
            "path": "pages/AGV/AGVStart",
            "style": {
                "navigationBarTitleText": "AGV启动入库"
            }
        },
        {
            "path": "pages/AGV/AGVUnbind",
            "style": {
                "navigationBarTitleText": "AGV储位解绑"
            }
        },
        {
            "path": "pages/tzsk/AGV/AGVPakin",
            "style": {
                "navigationBarTitleText": "AGV组托"
            }
        },
        {
            "path": "pages/tzsk/AGV/AGVPakinBing",
            "style": {
                "navigationBarTitleText": "AGV上架绑定"
            }
        },
        {
            "path": "pages/tzsk/AGV/AGVPakinOn",
            "style": {
                "navigationBarTitleText": "AGV上架组托"
            }
        },
        {
            "path": "pages/tzsk/AGV/AGVStart",
            "style": {
                "navigationBarTitleText": "AGV启动入库"
            }
        },
        {
            "path": "pages/order/orderPakin",
            "style": {
                "navigationBarTitleText": "订单入库"
            }
        },
        {
            "path": "pages/pingku/POrderList",
            "style": {
                "navigationBarTitleText": "平库入库"
            }
        },
        {
            "path": "pages/pingku/POrderDetlList",
            "style": {
                "navigationBarTitleText": "订单列表"
            }
        },
        {
            "path": "pages/pingku/POrderPakin",
            "style": {
                "navigationBarTitleText": "平库上架"
            }
        },
        {
            "path": "pages/pingku/POrderListOut",
            "style": {
                "navigationBarTitleText": "平库下架"
            }
        },
        {
            "path": "pages/pingku/POrderDetlListOut",
            "style": {
                "navigationBarTitleText": "出库订单列表"
            }
        },
        {
            "path": "pages/pingku/POrderPakinOut",
            "style": {
                "navigationBarTitleText": "平库下架"
            }
        },
        {
            "path": "pages/order/orderPutOn",
            "style": {
                "navigationBarTitleText": "订单上架"
            }
        },
        {
            "path": "pages/order/orderPutDown",
            "style": {
                "navigationBarTitleText": "订单下架"
            }
        },
        {
            "path": "pages/stock/stockQuery",
            "style": {
                "navigationBarTitleText": "库存查询"
            }
        },
        {
            "path": "pages/stock/stockCheck",
            "style": {
                "navigationBarTitleText": "盘点"
            }
        },
        {
            "path": "pages/print/printUNI",
            "style": {
                "navigationBarTitleText": "UNI打印"
            }
        },
        {
            "path": "pages/print/print",
            "style": {
                "navigationBarTitleText": "打印"
            }
        },
        {
            "path": "pages/stock/restock",
            "style": {
                "navigationBarTitleText": "补货"
            }
        },
        {
            "path": "pages/pakin/piking",
            "style": {
                "navigationBarTitleText": "盘点/拣料转全板"
            }
        },
        {
            "path": "pages/pakin/putOn",
            "style": {
                "navigationBarTitleText": "组托上架"
            }
        },
        {
            "path": "pages/pakin/mergeStore",
            "style": {
                "navigationBarTitleText": "并板入库"
            }
        },
        {
            "path": "pages/pakin/leftovers",
            "style": {
                "navigationBarTitleText": "拣料站到站"
            }
        },
        {
            "path": "pages/stock/changePallet",
            "style": {
                "navigationBarTitleText": "换板绑定"
            }
        },
        
        {
            "path": "pages/print/qr",
            "style": {
                "navigationBarTitleText": "二维码"
            }
        },
        
        {
            "path": "pages/mat/matList",
            "style": {
                "navigationBarTitleText": "商品列表"
            }
        },
        {
            "path": "pages/pakin/pickAgain",
            "style": {
                "navigationBarTitleText": "再次拣料"
            }
        },
        {
            "path": "pages/login/logOut",
            "style": {
                "navigationBarTitleText": "退出登录"
            }
        },
        {
            "path" : "pages/order/orderPakin2",
            "style" : 
            {
                "navigationBarTitleText" : "订单组托",
                "enablePullDownRefresh" : false
            }
        }
        ,{
            "path" : "pages/order/orderList",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "单据列表",
                "enablePullDownRefresh": false
            }
            
        },
        {
            "path": "pages/order/orderDetlList",
            "style": {
                "navigationBarTitleText": "单据明细列表"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {}
}