yangle
2022-08-03 5f38c29682ca48f33b51596e6bdd07aa7eb08d44
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>LMES管理系统移动端</title>
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <link rel="stylesheet" href="../layuiadmin/layui/css/layui.css" media="all">
    <link rel="stylesheet" href="../layuiadmin/style/admin.css" media="all">
    <script src="../layuiadmin/zgqCustom/zgqCustom.js"></script>
    <script src="../layuiadmin/Scripts/jquery-3.5.1.min.js"></script>
    <style>
        .layui-nav-tree .layui-nav-item {
            width: 88%;
        }
        .layui-nav * {
            font-size: 13px;
        }
        .layui-side-menu .layui-nav .layui-nav-item a {
            padding-left: 25px;
        }
    </style>
</head>
<body class="layui-layout-body">
  <div id="LAY_app">
    <div class="layui-layout layui-layout-admin">
      <div class="layui-header">
        <!-- 头部区域 -->
        <ul class="layui-nav layui-layout-left">
          <li class="layui-nav-item layadmin-flexible" lay-unselect>
            <a href="javascript:;" layadmin-event="flexible" title="侧边伸缩">
              <i class="layui-icon layui-icon-shrink-right" id="LAY_app_flexible"></i>
            </a>
          </li>
          <li class="layui-nav-item" lay-unselect>
            <a href="javascript:;" layadmin-event="refresh" title="刷新">
              <i class="layui-icon layui-icon-refresh-3"></i>
            </a>
          </li>
        </ul>
        <ul class="layui-nav layui-layout-right" lay-filter="layadmin-layout-right">
          <li class="layui-nav-item layui-hide-xs" lay-unselect>
            <a href="javascript:;" layadmin-event="theme">
              <i class="layui-icon layui-icon-theme"></i>
            </a>
          </li>
          <li class="layui-nav-item layui-hide-xs" lay-unselect>
            <a href="javascript:;" layadmin-event="note">
              <i class="layui-icon layui-icon-note"></i>
            </a>
          </li>
          <li class="layui-nav-item layui-hide-xs" lay-unselect>
            <a href="javascript:;" layadmin-event="fullscreen">
              <i class="layui-icon layui-icon-screen-full"></i>
            </a>
          </li>
          <li class="layui-nav-item" lay-unselect>
            <a href="javascript:;">
                <cite>
                    <label name="UserName" id="UserName"></label>
                </cite>
            </a>
          </li>
            <li class="layui-nav-item" lay-unselect>
                <dd layadmin-event="logout" style="text-align: center;background-color:red"><a>退出</a></dd>
            </li>
        </ul>
      </div>
      
      <!-- 侧边菜单 -->
      <div class="layui-side layui-side-menu">
        <div class="layui-side-scroll">
          <div class="layui-logo" lay-href="home/console_Mobile.html">
                <img src="../layuiadmin/myicon/yidongduan.svg" alt="移动端" style="width:25px;height:25px;margin-right: 5px;"/>
                <span>LMES管理系统</span>
          </div>
          <ul class="layui-nav layui-nav-tree" lay-shrink="all" id="LAY-system-side-menu" lay-filter="layadmin-system-side-menu" style="width:260p                                                                             x;">
              <!-- 车间管理 -->
              <li data-name="set" class="layui-nav-item">
                  <a style="padding-left:20px;">
                      <img src="../layuiadmin/myicon/车间管理.svg" alt="车间管理" style="width:25px;height:25px;margin-right: 5px;" />
                      <cite>车间管理</cite>
                  </a>
                  <dl class="layui-nav-child">
                      <dd>
                          <a lay-href="车间管理/工序流转/MES_StationInBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序进站接收单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/工序进站接收单/Sc_StationInBill_Mul_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序进站接收单批量
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/工序流转/MES_StationOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序出站汇报单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/工序出站汇报单/Sc_StationOutBill_Mul_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序出站汇报单批量
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/委外工序发出单/Cj_StationEntrustInBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序委外发出单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/委外工序发出单/Cj_StationEntrustInBill_Mul_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序委外发出单批量
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/委外工序接收单/Cj_StationEntrustOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序委外接收单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="车间管理/委外工序接收单/Cj_StationEntrustOutBill_Mul_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序委外接收单批量
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="生产工序管理/工序汇报单/Sc_ProcessReportOverList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序汇报入库列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="组装单/Sc_PCruxBindingPDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              产线关键件绑定
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序汇报单null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              委外工序计划转出单null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              委外工序计划汇报单null
                          </a>
                      </dd>
                  </dl>
              </li>
              <!-- 模治具管理 -->
              <!--<li data-name="set" class="layui-nav-item">
                  <a style="padding-left:20px;">
                      <img src="../layuiadmin/myicon/车间管理.svg" alt="车间管理" style="width:25px;height:25px;margin-right: 5px;" />
                      <cite>模治具管理</cite>
                  </a>
                  <dl class="layui-nav-child">
                      <dd>
                          <a lay-href="模治具管理/模治具点检保养/Sc_MouldDotCheckBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具点检记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模治具点检保养/Sc_MouldMaintainBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具保养记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具维修记录单/Sc_MouldRepairWorkBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具维修记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具寿命调整单/Sc_MouldLifeChangeBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具寿命调整单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具生产领用单/Sc_MouldProdOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具生产领用单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具生产退库单/Sc_MouldProdBackBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具生产退库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具处理出库单/Sc_MouldScrapOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具处理出库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具报废入库单/Sc_MouldScrapInBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具报废入库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具其他入库单/Sc_MouldOtherInBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具其他入库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具其他出库单/Sc_MouldOtherOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模治具其他出库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具生产领用单/Sc_MouldProdOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具生产领用单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具生产退库单/Sc_MouldProdBackBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具生产退库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具处理出库单/Sc_MouldScrapOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具处理出库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具改制入库单/Sc_MouldRepairInBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具改制入库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具改制出库单/Sc_MouldRepairOutBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具改制出库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/模具采购入库单/Sc_MouldProdInBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              模具采购入库单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/设备保养记录单/Sb_EquipMaintainBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备保养记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/设备维修记录单/Sb_EquipRepairWorkBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备维修记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="模治具管理/设备点检记录单/Sb_EquipDotCheckBill_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备点检记录单
                          </a>
                      </dd>
                  </dl>
              </li>-->
              <!-- 仓储条码管理 -->
              <li data-name="set" class="layui-nav-item">
                  <a style="padding-left:20px;">
                      <img src="../layuiadmin/myicon/车间管理.svg" alt="车间管理" style="width:25px;height:25px;margin-right: 5px;" />
                      <cite>仓储条码管理</cite>
                  </a>
                  <dl class="layui-nav-child">
                      <dd>
                          <a href="验收入库/外购入库/Kf_POStockInBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              采购入库
                          </a>
                      </dd>
                      <dd>
                          <a href="验收入库/委外入库/Kf_EntrustInBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              委外入库
                          </a>
                      </dd>
                      <dd>
                          <a href="验收入库/产品入库/Kf_ProductInBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产入库
                          </a>
                      </dd>
                      <dd>
                          <a href="验收入库/其他入库/Kf_OtherInBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              其他入库
                          </a>
                      </dd>
                      <dd>
                          <a href="验收入库/其他入库/Kf_RedOtherInBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              其他入库(红字)
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/领料出库/Kf_MateOutBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产领料
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/委外出库/Kf_EntrustOutBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              委外领料
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/销售出库/Kf_SellOutBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/其他出库/Kf_OtherOutBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              其他出库
                          </a>
                          <a href="领料发货/其他出库/Kf_OtherOutBill_Check.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              其他出库校验
                          </a>
                      </dd>
                      <dd>
                          <a href="仓存管理/仓库调拨/Kf_MoveStockBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              调拨单
                          </a>
                      </dd>
                      <dd>
                          <a href="" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              分步式调入n
                          </a>
                      </dd>
                      <dd>
                          <a href="仓存管理/仓库调拨/Kf_MoveStockOutBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              分步式调出
                          </a>
                      </dd>
                      <dd>
                          <a href="验收入库/外购入库/Kf_POStockInBackBill.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              采购退料
                          </a>
                      </dd>
                      <dd>
                          <a href="验收入库/产品入库/Kf_ProductInBackBill.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产退库
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/领料出库/Kf_MateOutBackBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产退料
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/销售出库/Kf_SellOutBackBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售退货
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/收料入库/Kf_ReciveBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              到货点数
                          </a>
                      </dd>
                      <dd>
                          <a href="" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产装箱单
                          </a>
                      </dd>
                      <dd>
                          <a href="生产管理/生产拆箱单/Sc_PackSplitBill_Fast.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产拆箱单
                          </a>
                      </dd>
                      <dd>
                          <a href="生产管理/生产汇报单/Sc_ICMOReportBill_FastNew.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产汇报单
                          </a>
                      </dd>
                      <dd>
                          <a href="" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              条码查询n
                          </a>
                      </dd>
                      <dd>
                          <a href="仓存管理/条码库存/KF_ICInventoryByMaterID.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              库存查询
                          </a>
                      </dd>
                      <dd>
                          <a href="领料发货/收料入库/Kf_ReciveBill_Check.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              收料通知单审核
                          </a>
                      </dd>
                  </dl>
              </li>
              <!-- 设备管理 -->
              <li data-name="set" class="layui-nav-item">
                  <a style="padding-left:20px;">
                      <img src="../layuiadmin/myicon/车间管理.svg" alt="车间管理" style="width:25px;height:25px;margin-right: 5px;" />
                      <cite>设备管理</cite>
                  </a>
                  <dl class="layui-nav-child">
                      <dd>
                          <a lay-href="设备管理/Sb_EquipDotCheckBillList_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备点检记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="设备管理/Sb_EquipMaintainBillList_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备保养记录单
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="设备管理/Sb_EquipMaintainBillList_Mul.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备保养记录单_Mul
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="设备管理/Sb_EqpMaintenanceBillList_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              设备维修记录单
                          </a>
                      </dd>
                  </dl>
              </li>
              <!-- 缓存列表 -->
              <li data-name="set" class="layui-nav-item">
                  <a style="padding-left:20px;">
                      <img src="../layuiadmin/myicon/车间管理.svg" alt="车间管理" style="width:25px;height:25px;margin-right: 5px;" />
                      <cite>缓存列表</cite>
                  </a>
                  <dl class="layui-nav-child">
                      <dd>
                          <a lay-href="验收入库/外购入库/Kf_POStockInBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              采购入库缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="领料发货/领料出库/Kf_MateOutBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产领料缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="验收入库/产品入库/Kf_ProductInBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产入库缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="领料发货/销售出库/Kf_SellOutBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="验收入库/其他入库/Kf_OtherInBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              其他入库缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="领料发货/其他出库/Kf_OtherOutBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              其他出库缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="验收入库/委外入库/Kf_EntrustInBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              委外入库缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="验收入库/委外出库/Kf_EntrustOutBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              委外领料缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="仓存管理/仓库调拨/Kf_MoveStockBill_FastList.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              直接调拨缓存列表
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              分步式调出缓存列表null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              分步式调入缓存列表null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              采购退料缓存列表null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产退库缓存列表null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产退料缓存列表null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售退货缓存列表null
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              到货点数缓存列表null
                          </a>
                      </dd>
                  </dl>
              </li>
              <!-- 系统管理 -->
              <li data-name="set" class="layui-nav-item">
                  <a style="padding-left:20px;">
                      <img src="../layuiadmin/myicon/系统设置.svg" alt="系统设置" style="width:25px;height:25px;margin-right: 5px;" />
                      <cite>系统管理</cite>
                  </a>
                  <dl class="layui-nav-child">
                      <dd>
                          <a lay-href="set/user/password.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/修改密码.svg" alt="修改密码" style="width:25px;height:25px;margin-right: 5px;" />
                              密码设置
                          </a>
                      </dd>
                  </dl>
              </li>
          </ul>
        </div>
      </div>
 
      <!-- 页面标签 -->
      <div class="layadmin-pagetabs" id="LAY_app_tabs">
        <div class="layui-icon layadmin-tabs-control layui-icon-prev" layadmin-event="leftPage"></div>
        <div class="layui-icon layadmin-tabs-control layui-icon-next" layadmin-event="rightPage"></div>
        <div class="layui-icon layadmin-tabs-control layui-icon-down">
          <ul class="layui-nav layadmin-tabs-select" lay-filter="layadmin-pagetabs-nav">
            <li class="layui-nav-item" lay-unselect>
              <a href="javascript:;"></a>
              <dl class="layui-nav-child layui-anim-fadein">
                <dd layadmin-event="closeThisTabs"><a href="javascript:;">关闭当前标签页</a></dd>
                <dd layadmin-event="closeOtherTabs"><a href="javascript:;">关闭其它标签页</a></dd>
                <dd layadmin-event="closeAllTabs"><a href="javascript:;">关闭全部标签页</a></dd>
              </dl>
            </li>
          </ul>
        </div>
        <div class="layui-tab" lay-unauto lay-allowClose="true" lay-filter="layadmin-layout-tabs">
          <ul class="layui-tab-title" id="LAY_app_tabsheader">
            <li lay-id="home/console_Mobile.html" lay-attr="home/console_Mobile.html" class="layui-this"><i class="layui-icon layui-icon-home"></i></li>
          </ul>
        </div>
      </div>
      
      
      <!-- 主体内容 -->
      <div class="layui-body" id="LAY_app_body">
        <div class="layadmin-tabsbody-item layui-show">
          <iframe src="home/console_Mobile.html" frameborder="0" class="layadmin-iframe"></iframe>
        </div>
      </div>
      
      <!-- 辅助元素,一般用于移动设备下遮罩 -->
      <div class="layadmin-body-shade" layadmin-event="shade"></div>
    </div>
  </div>
 
  <script src="../layuiadmin/layui/layui.js"></script>
  <script>
      layui.config({
          base: '../layuiadmin/'
      }).extend({
          index: 'lib/index' 
      }).use(['index', 'form', 'laydate', 'table', 'element'], function () {
          var $ = layui.$;
 
          //判断是否登录 未登录则跳到登录页
          if (sessionStorage.login != "login") {
              layer.confirm("登录失效,请重新登录!", {
                  icon: 4, skin: 'layui-layer-lan', title: "温馨提示", closeBtn: 0, btn: ['重新登录']
              }, function () { window.location.href = "user/login.html"; });
          }
 
          //判断用户是移动端还是PC端
          var judgeMorPCflag = judgeMorPC();
          if (judgeMorPCflag) {//PC端
              window.location.href = 'index.html'
          }
 
      });
 
    document.getElementById('UserName').innerHTML = sessionStorage["HUserName"];
  </script>
  
</body>
</html>