tplus-portaltouch 1.27.1 → 1.27.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/dist/api/ModifyPassApi.js +165 -0
  2. package/dist/api/ModifyPassApi.js.map +1 -0
  3. package/dist/components/dutyandsettle/dutysettlebill.js +897 -0
  4. package/dist/components/dutyandsettle/dutysettlebill.js.map +1 -0
  5. package/dist/components/dutyandsettle/dutysettlehistory.js +228 -0
  6. package/dist/components/dutyandsettle/dutysettlehistory.js.map +1 -0
  7. package/dist/components/dutyandsettle/index.js +25 -0
  8. package/dist/components/dutyandsettle/index.js.map +1 -0
  9. package/dist/components/dutyandsettle/tipContent.js +105 -0
  10. package/dist/components/dutyandsettle/tipContent.js.map +1 -0
  11. package/dist/components/header/customUse.js +79 -0
  12. package/dist/components/header/customUse.js.map +1 -0
  13. package/dist/components/header/headContent.js +439 -0
  14. package/dist/components/header/headContent.js.map +1 -0
  15. package/dist/components/header/index.js +102 -0
  16. package/dist/components/header/index.js.map +1 -0
  17. package/dist/components/header/style.less +331 -0
  18. package/dist/components/header/vertical-touch.js +273 -0
  19. package/dist/components/header/vertical-touch.js.map +1 -0
  20. package/dist/components/header/vertical-touch.less +213 -0
  21. package/dist/containers/Main/index.js +634 -0
  22. package/dist/containers/Main/index.js.map +1 -0
  23. package/dist/dutyService/index.js +277 -0
  24. package/dist/dutyService/index.js.map +1 -0
  25. package/dist/index.js +40 -0
  26. package/dist/index.js.map +1 -0
  27. package/dist/middleWare/index.js +75 -0
  28. package/dist/middleWare/index.js.map +1 -0
  29. package/dist/modalRouter/StaticRouter.js +134 -0
  30. package/dist/modalRouter/StaticRouter.js.map +1 -0
  31. package/dist/modalRouter/index.js +144 -0
  32. package/dist/modalRouter/index.js.map +1 -0
  33. package/dist/pages/Modal/index.js +71 -0
  34. package/dist/pages/Modal/index.js.map +1 -0
  35. package/dist/pages/Modal/style.less +5 -0
  36. package/dist/pages/Portal/PortalPage.less +662 -0
  37. package/dist/pages/Portal/data.js +42 -0
  38. package/dist/pages/Portal/data.js.map +1 -0
  39. package/dist/pages/Portal/horizontalPadPortal.js +130 -0
  40. package/dist/pages/Portal/horizontalPadPortal.js.map +1 -0
  41. package/dist/pages/Portal/horizontalSunMiPortal.js +140 -0
  42. package/dist/pages/Portal/horizontalSunMiPortal.js.map +1 -0
  43. package/dist/pages/Portal/index.js +830 -0
  44. package/dist/pages/Portal/index.js.map +1 -0
  45. package/dist/pages/Portal/verticalPortal.js +136 -0
  46. package/dist/pages/Portal/verticalPortal.js.map +1 -0
  47. package/dist/pages/dutyandsettle/AuthProcess.js +42 -0
  48. package/dist/pages/dutyandsettle/AuthProcess.js.map +1 -0
  49. package/dist/pages/dutyandsettle/index.js +37 -0
  50. package/dist/pages/dutyandsettle/index.js.map +1 -0
  51. package/dist/pages/dutyandsettle/index.less +576 -0
  52. package/dist/pages/dutyandsettle/offDuty.js +608 -0
  53. package/dist/pages/dutyandsettle/offDuty.js.map +1 -0
  54. package/dist/pages/dutyandsettle/onDialy.js +196 -0
  55. package/dist/pages/dutyandsettle/onDialy.js.map +1 -0
  56. package/dist/pages/dutyandsettle/onDuty.js +256 -0
  57. package/dist/pages/dutyandsettle/onDuty.js.map +1 -0
  58. package/dist/pages/dutyandsettle/onUnDaily.js +149 -0
  59. package/dist/pages/dutyandsettle/onUnDaily.js.map +1 -0
  60. package/dist/pages/dutyandsettle/settleDialy.js +132 -0
  61. package/dist/pages/dutyandsettle/settleDialy.js.map +1 -0
  62. package/dist/pages/index.js +57 -0
  63. package/dist/pages/index.js.map +1 -0
  64. package/dist/pages/modifyPass/index.js +174 -0
  65. package/dist/pages/modifyPass/index.js.map +1 -0
  66. package/dist/pages/modifyPass/style.less +75 -0
  67. package/dist/pages/notFound/index.js +95 -0
  68. package/dist/pages/notFound/index.js.map +1 -0
  69. package/dist/pages/notFound/style.less +4 -0
  70. package/dist/stores/ModalRouter.js +182 -0
  71. package/dist/stores/ModalRouter.js.map +1 -0
  72. package/dist/stores/ModifyPassStore.js +205 -0
  73. package/dist/stores/ModifyPassStore.js.map +1 -0
  74. package/dist/stores/PortalStore.js +214 -0
  75. package/dist/stores/PortalStore.js.map +1 -0
  76. package/dist/stores/PosLoginStore.js +111 -0
  77. package/dist/stores/PosLoginStore.js.map +1 -0
  78. package/dist/stores/billHistoryStore.js +114 -0
  79. package/dist/stores/billHistoryStore.js.map +1 -0
  80. package/dist/stores/dutySettleStore.js +115 -0
  81. package/dist/stores/dutySettleStore.js.map +1 -0
  82. package/dist/stores/index.js +36 -0
  83. package/dist/stores/index.js.map +1 -0
  84. package/dist/utils/PrintProcess.js +112 -0
  85. package/dist/utils/PrintProcess.js.map +1 -0
  86. package/dist/utils/index.js +93 -0
  87. package/dist/utils/index.js.map +1 -0
  88. package/dist/utils/networkCheck.js +78 -0
  89. package/dist/utils/networkCheck.js.map +1 -0
  90. package/package.json +1 -1
@@ -0,0 +1,662 @@
1
+ .electron-env{
2
+ * {
3
+ moz-user-select: -moz-none;
4
+ -moz-user-select: none;
5
+ -o-user-select:none;
6
+ -khtml-user-select:none;
7
+ -webkit-user-select:none;
8
+ -ms-user-select:none;
9
+ user-select:none;
10
+ }
11
+ }
12
+ .isPortal-layout {
13
+ > .tplus-layout{
14
+ background-image: url("https://newretail.static.chanjet.com/portal-background.jpg");
15
+ background-size: cover;
16
+ }
17
+ .portal-content{
18
+ background: transparent;
19
+ }
20
+ }
21
+ .portal-container {
22
+ @icon-white: #FFFFFF;
23
+ @icon-orange: #A86A03;
24
+ @bg-yellow: #E4D409;
25
+ @bg-orange: #C07800;
26
+ @bg-orange2: #F5A623;
27
+ @bg-white-27: rgba(255, 255, 255, .27);
28
+ @bg-white-77: rgba(255, 255, 255, .77);
29
+ @bg-white-62: rgba(255, 255, 255, .62);
30
+ @font-red-brown: #891C1C;
31
+ overflow: hidden;
32
+ padding-top: 4%;
33
+ .animation{
34
+ -webkit-transition: all 0.2s ease-in-out;
35
+ -o-transition: all 0.2s ease-in-out;
36
+ transition: all 0.2s ease-in-out;
37
+ }
38
+ .menu-item-disabled{
39
+ pointer-events: none;
40
+ user-select:none;
41
+ opacity: .6;
42
+ }
43
+ .menu-item-common{
44
+ border-radius: 5px;
45
+ cursor: pointer;
46
+ position: relative;
47
+ overflow: hidden;
48
+ box-shadow: 0px 4px 8px rgba(0, 0, 0, .04);
49
+ &:hover{
50
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, .12);
51
+ .animation;
52
+ }
53
+ .animation;
54
+ i {
55
+ position: absolute;
56
+ color: @icon-white;
57
+ }
58
+ .icon-iconff{
59
+ background-color: #0b737b;
60
+ }
61
+ h1{
62
+ color: @icon-white;
63
+ word-break:keep-all;
64
+ white-space:nowrap;
65
+ overflow:hidden;
66
+ text-overflow:ellipsis;
67
+ }
68
+ p {
69
+ color: @icon-white;
70
+ }
71
+ }
72
+ .portal-left-content, .portal-center-content, .portal-right-content{
73
+ i {
74
+ &:before {
75
+ position: relative;
76
+ }
77
+ }
78
+ }
79
+ .portal-left-content{
80
+ width: 304px;
81
+ float: right;
82
+ margin-right: 12px;
83
+ .member-item{
84
+ .menu-item-common;
85
+ background-color: @bg-white-27;
86
+ }
87
+ .member-item-padding{
88
+ padding: 30px 0px 0px 15px;
89
+ }
90
+ .member-item-top{
91
+ width: 100%;
92
+ height: 148px;
93
+ h1 {
94
+ font-size: 22px;
95
+ }
96
+ p {
97
+ font-size: 18px;
98
+ font-weight: 900;
99
+ }
100
+ i {
101
+ width: 62px;
102
+ height: 72px;
103
+ right: 12%;
104
+ bottom: 20%;
105
+ font-size: 64px;
106
+ &:before{
107
+ top: -15px;
108
+ left: -2px;
109
+ }
110
+ }
111
+ .member-item-padding;
112
+ }
113
+ .member-item-center-container{
114
+ width: 100%;
115
+ margin: 8px 0px;
116
+ overflow: auto;
117
+ & > div{
118
+ width: 148px;
119
+ height: 148px;
120
+ float: left;
121
+ h1 {
122
+ font-size: 18px;
123
+ }
124
+ p {
125
+ font-size: 22px;
126
+ font-weight: 900;
127
+ }
128
+ .member-item-padding;
129
+ }
130
+ .member-item-center-1{
131
+ margin-right: 8px;
132
+ i {
133
+ width: 36px;
134
+ height: 36px;
135
+ right: 10%;
136
+ bottom: 10%;
137
+ font-size: 32px;
138
+ &:before {
139
+ top: -6px;
140
+ left: 2px;
141
+ }
142
+ }
143
+ }
144
+ .member-item-center-2{
145
+ i {
146
+ width: 36px;
147
+ height: 36px;
148
+ right: 10%;
149
+ bottom: 10%;
150
+ font-size: 36px;
151
+ &:before{
152
+ top: -8px;
153
+ left: 1px;
154
+ }
155
+ }
156
+ }
157
+ .member-item-center-3 {
158
+ height : 70px;
159
+ padding: 0;
160
+
161
+ h1 {
162
+ font-size : 16px;
163
+ height : 67px;
164
+ line-height: normal;
165
+ padding : 10px 0 0 15px;
166
+ }
167
+
168
+ i {
169
+ width: 24px;
170
+ height: 24px;
171
+ right: 10%;
172
+ bottom: 10%;
173
+ font-size: 24px;
174
+ &:before{
175
+ top: -8px;
176
+ left: 1px;
177
+ }
178
+ }
179
+ }
180
+
181
+ .member-item-center-4 {
182
+ height : 70px;
183
+ padding: 0;
184
+
185
+ h1 {
186
+ font-size : 16px;
187
+ height : 67px;
188
+ line-height: normal;
189
+ padding : 10px 0 0 15px;
190
+ }
191
+
192
+ i {
193
+ width: 24px;
194
+ height: 24px;
195
+ right: 10%;
196
+ bottom: 10%;
197
+ font-size: 24px;
198
+ &:before{
199
+ top: -8px;
200
+ left: 1px;
201
+ }
202
+ }
203
+ }
204
+ }
205
+ .member-item-bottom-top,.member-item-practice{
206
+ height: 70px;
207
+ line-height: 70px;
208
+ font-size: 22px;
209
+ margin-bottom: 8px;
210
+ padding-left: 15px;
211
+ i {
212
+ width: 36px;
213
+ height: 36px;
214
+ right: 10%;
215
+ top: 50%;
216
+ margin-top: -18px;
217
+ font-size: 32px;
218
+ &:before{
219
+ top: -20px;
220
+ }
221
+ }
222
+ }
223
+ .member-item-bottom-container{
224
+ width: 304px;
225
+ display: inline-block;
226
+ & > div {
227
+ width: 148px;
228
+ height: 70px;
229
+ line-height: 70px;
230
+ float: left;
231
+ h1{
232
+ padding-left: 15px;
233
+ }
234
+ i {
235
+ width: 20px;
236
+ height: 20px;
237
+ right: 14%;
238
+ top: 50%;
239
+ margin-top: -10px;
240
+ }
241
+ }
242
+ .member-item-bottom-1{
243
+ margin-right: 8px;
244
+ i{
245
+ font-size: 18px;
246
+ &:before{
247
+ top: -20px;
248
+ left: 2px;
249
+ }
250
+ }
251
+ }
252
+ .member-item-bottom-2{
253
+ i{
254
+ font-size: 18px;
255
+ &:before{
256
+ top: -20px;
257
+ left: 2px;
258
+ }
259
+ }
260
+ }
261
+ }
262
+ }
263
+ .portal-center-content{
264
+ width: 460px;
265
+ margin: 0px auto;
266
+ overflow: hidden;
267
+ .worktop-container-left{
268
+ float: left;
269
+ width: 304px;
270
+ margin-right: 8px;
271
+ & > div {
272
+ width: 100%;
273
+ background-color: rgba(255, 255, 255, .6);
274
+ margin-bottom: 8px;
275
+ .menu-item-common;
276
+ i{
277
+ width: 48px;
278
+ height: 48px;
279
+ top: 50%;
280
+ right: 12%;
281
+ margin-top: -24px;
282
+ font-size: 42px;
283
+ &:before{
284
+ top: -6px;
285
+ left: 2px;
286
+ }
287
+ }
288
+ }
289
+ .worktop-item-cashier{
290
+ background-image: url("https://newretail.static.chanjet.com/cashier-background.jpg");
291
+ background-size: cover;
292
+ height: 304px;
293
+ h1{
294
+ font-size: 40px;
295
+ text-align: center;
296
+ position: relative;
297
+ top: 60%;
298
+ }
299
+ i{
300
+ width: 48px;
301
+ height: 60px;
302
+ top: 20%;
303
+ left: 50%;
304
+ margin-left: -24px;
305
+ margin-top: 0px;
306
+ font-size: 60px;
307
+ &:before{
308
+ top: -15px;
309
+ left: -7px;
310
+ }
311
+ }
312
+ }
313
+ .worktop-item-common{
314
+ padding: 20px;
315
+ h1 {
316
+ font-size: 24px;
317
+ }
318
+ }
319
+ .worktop-item-onduty{
320
+ height: 70px;
321
+ background-color: @bg-orange2;
322
+ .worktop-item-common;
323
+ }
324
+ .worktop-item-offduty{
325
+ height: 70px;
326
+ background-color: @bg-yellow;
327
+ .worktop-item-common
328
+ }
329
+ .worktop-item-settlement{
330
+ height: 70px;
331
+ background-color: @bg-orange;
332
+ .worktop-item-common
333
+ }
334
+ }
335
+ .worktop-container-right{
336
+ width: 148px;
337
+ float: left;
338
+ & > div {
339
+ width: 100%;
340
+ height: 90px;
341
+ margin-bottom: 8px;
342
+ padding: 20px;
343
+ background-color: rgba(255, 255, 255, .6);
344
+ h1{
345
+ font-size: 18px;
346
+ }
347
+ i{
348
+ width: 30px;
349
+ height: 36px;
350
+ bottom: 10%;
351
+ right: 8%;
352
+ font-size: 24px;
353
+ }
354
+ .menu-item-common;
355
+ }
356
+ & > div:last-child{
357
+ padding: 0px;
358
+ }
359
+ .worktop-item-right-bottom {
360
+ overflow: hidden;
361
+ height: auto;
362
+ background-color: transparent;
363
+ width: 148px;
364
+ &:hover{
365
+ box-shadow: none;
366
+ }
367
+ & > div {
368
+ .menu-item-common;
369
+ width: 70px;
370
+ height: 70px;
371
+ float: left;
372
+ margin-bottom: 8px;
373
+ margin-right: 8px;
374
+ background-color: @bg-white-77;
375
+ h1{
376
+ font-size: 14px;
377
+ text-align: center;
378
+ line-height: 40px;
379
+ font-weight: normal;
380
+ color: @font-red-brown;
381
+ }
382
+ i{
383
+ width: 18px;
384
+ height: 18px;
385
+ bottom: 12%;
386
+ left: 50%;
387
+ margin-left: -9px;
388
+ font-size: 18px;
389
+ color: @icon-orange;
390
+ &:before{
391
+ top: -5px;
392
+ }
393
+ }
394
+ }
395
+ & > div:nth-child(even) {
396
+ margin-right: 0px;
397
+ }
398
+ }
399
+ .worktop-item-search{
400
+ height: 148px;
401
+ background-color: @bg-orange2;
402
+ }
403
+ .worktop-item-money{
404
+ height: 70px;
405
+ background-color: @bg-yellow;
406
+ }
407
+ .worktop-item-money{
408
+ height: 70px;
409
+ background-color: @bg-orange;
410
+ }
411
+ .worktop-item-money,.worktop-item-money{
412
+ padding: 10px 0 0 20px;
413
+ h1{
414
+ font-size: 16px;
415
+ }
416
+ }
417
+ }
418
+ }
419
+ .portal-right-content{
420
+ width: 304px;
421
+ margin-left: 12px;
422
+ display: inline-block;
423
+ & > div {
424
+ .menu-item-common;
425
+ width: 148px;
426
+ height: 148px;
427
+ float: left;
428
+ margin-bottom: 8px;
429
+ margin-right: 8px;
430
+ background-color: @bg-white-62;
431
+ padding: 20px 0px 0px 20px;
432
+ h1 {
433
+ font-size: 18px;
434
+ }
435
+ i{
436
+ width: 32px;
437
+ height: 32px;
438
+ bottom: 15%;
439
+ right: 15%;
440
+ font-size: 32px;
441
+ &:before{
442
+ top: -7px;
443
+ }
444
+ }
445
+ }
446
+ & > div:nth-child(even) {
447
+ margin-right: 0px;
448
+ }
449
+ .stock-item-buy{
450
+ background-color: @bg-orange;
451
+ }
452
+ .stock-item-bar{
453
+ background-color: @bg-yellow;
454
+ }
455
+ .stock-item-allocate{
456
+ background-color: @bg-orange2;
457
+ }
458
+ .stock-item-search{
459
+ background-image: url("https://newretail.static.chanjet.com/search-background.jpg");
460
+ background-size: cover;
461
+ }
462
+ .stock-item-offduty,.stock-item-outstock{
463
+ height: 70px;
464
+ padding-top: 8px;
465
+ }
466
+ .stock-item-offduty, .stock-item-outstock,.stock-item-record, .stock-item-instock{
467
+ h1 {
468
+ color: @font-red-brown;
469
+ }
470
+ i {
471
+ color: @icon-orange;
472
+ }
473
+ }
474
+ }
475
+ }
476
+
477
+ /*适配Pad*/
478
+ .portal-container-pad{
479
+
480
+ .portal-center-content {
481
+ width: 66vw !important;
482
+ height: 100vh !important;
483
+ .worktop-container-left{
484
+ width: 48vw !important;
485
+ .worktop-item-cashier{
486
+ width: 48vw !important;
487
+ height: 40vh !important;
488
+ }
489
+
490
+ .worktop-item {
491
+ display: inline-block;
492
+ width: 24vw;
493
+ }
494
+ .worktop-item-onduty{
495
+ width: 48vw !important;
496
+ }
497
+ .worktop-item-offduty {
498
+ float: none !important;
499
+ width: 23vw !important;
500
+ margin-right: 2vw !important;
501
+ }
502
+ .worktop-item-settlement {
503
+ width: 23vw !important;
504
+ margin-right: 0 !important;
505
+ }
506
+
507
+ }
508
+ .worktop-container-right{
509
+ .worktop-item {
510
+ width: 16vw !important;
511
+ height: 22vh !important;
512
+ margin-bottom: 1vh;
513
+ h1 {
514
+ font-size: 18px !important;
515
+ color: #891C1C;
516
+ }
517
+ i{
518
+ color: #A86A03;
519
+ font-size: 36px;
520
+ }
521
+ &:last-child{
522
+ padding: 20px;
523
+ }
524
+ }
525
+ .worktop-item-option {
526
+ height: 11vh !important;
527
+ i{
528
+ bottom:17% !important;
529
+ }
530
+ }
531
+
532
+ }
533
+ }
534
+ }
535
+
536
+ /*适配SunMi*/
537
+ .portal-container-sunmi{
538
+
539
+ .portal-center-content {
540
+ width: 66vw !important;
541
+ height: 100vh !important;
542
+ .worktop-container-left{
543
+ width: 48vw !important;
544
+ .worktop-item-cashier{
545
+ width: 48vw !important;
546
+ height: 40vh !important;
547
+ }
548
+
549
+ .worktop-item {
550
+ display: inline-block;
551
+ width: 24vw;
552
+ }
553
+ .worktop-item-onduty{
554
+ width: 48vw !important;
555
+ }
556
+ .worktop-item-offduty {
557
+ float: none !important;
558
+ width: 23vw !important;
559
+ margin-right: 2vw !important;
560
+ }
561
+ .worktop-item-settlement {
562
+ width: 23vw !important;
563
+ margin-right: 0 !important;
564
+ }
565
+ }
566
+ .worktop-container-right{
567
+ .worktop-item {
568
+ width: 16vw !important;
569
+ height: 24.3vh !important;
570
+ margin-bottom: 1vh;
571
+ h1 {
572
+ font-size: 18px !important;
573
+ color: #891C1C;
574
+ }
575
+ i{
576
+ color: #A86A03;
577
+ font-size: 36px;
578
+ }
579
+ &:last-child{
580
+ padding: 20px;
581
+ }
582
+ }
583
+
584
+ }
585
+ }
586
+ }
587
+
588
+ @media (max-width: 1200px){
589
+ .portal-container{
590
+ .u-col-lg-3 {
591
+ width: 28%;
592
+ }
593
+ .u-col-lg-6 {
594
+ width: 44%;
595
+ }
596
+ }
597
+ }
598
+
599
+ @media (min-width: 1000px) {
600
+ .portal-container{
601
+ .u-col-sm-3 {
602
+ display: block;
603
+ -webkit-box-sizing: border-box;
604
+ box-sizing: border-box;
605
+ width: 29.16666667%;
606
+ }
607
+ .u-col-sm-6 {
608
+ display: block;
609
+ -webkit-box-sizing: border-box;
610
+ box-sizing: border-box;
611
+ width: 41.66666667%;
612
+ }
613
+ }
614
+ }
615
+
616
+ @media (max-width: 1080px) {
617
+ .portal-container{
618
+ min-width: 996px;
619
+ padding: 4% 0px 0px 0px !important;
620
+ zoom: 0.8;
621
+ .portal-left-col, .portal-center-col, .portal-right-col{
622
+ display: inline-block;
623
+ float: left;
624
+ }
625
+ .u-col-sm-3 {
626
+ display: block;
627
+ -webkit-box-sizing: border-box;
628
+ box-sizing: border-box;
629
+ width: 29.16666667%;
630
+ }
631
+ .u-col-sm-6 {
632
+ display: block;
633
+ -webkit-box-sizing: border-box;
634
+ box-sizing: border-box;
635
+ width: 41.66666667%;
636
+ }
637
+ }
638
+ }
639
+
640
+ @media (max-height: 680px) {
641
+ .portal-container{
642
+ zoom: 0.85;
643
+ }
644
+ }
645
+
646
+ @media (max-height: 580px) {
647
+ .portal-container{
648
+ zoom: 0.75;
649
+ }
650
+ }
651
+
652
+ @media (max-height: 500px) {
653
+ .portal-container{
654
+ min-width: 996px;
655
+ padding: 4% 0px 0px 0px !important;
656
+ zoom: 0.65;
657
+ .portal-left-col, .portal-center-col, .portal-right-col{
658
+ display: inline-block;
659
+ float: left;
660
+ }
661
+ }
662
+ }
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ /*
7
+ * @Description:
8
+ * @Author: wangzhhr@chanjet.com
9
+ * @Date: 2019-08-13 08:42:18
10
+ * @LastEditTime: 2021-09-28 18:23:03
11
+ * @LastEditors: chenlongad
12
+ * @modify:跳转到T+的菜单,跳转时查询方案id信息
13
+ */
14
+ var leftMenu = [{ title: '会员消费', label: '明细表', icon: 'xinxi1', className: 'member-item-top', key: 'member', tmenuCode: 'ME3501', Name: 'MemberConsumDetail', hidePad: true, search: { id: 'ME_MemberRetailDetailRpt_Store_Consume_PlanID', code: 'ME_MemberRetailDetailRpt', name: '门店消费查询' } }, {
15
+ container: { className: 'member-item-center-container' },
16
+ sub: [{ title: '会员储值', label: '对账表', icon: 'duizhangbiao', className: 'member-item-center-1', key: 'bills', tmenuCode: 'ME4020', Name: 'ReceiveDetail', hidePad: true, search: { id: 'ME_MemberStorageChangeSumRpt_Store_PlanID', code: 'ME_MemberStorageChangeSumRpt', name: '会员储值对账' } }, { title: '会员储值', label: '明细表', icon: 'chuzhimingxi', className: 'member-item-center-2', key: 'detailed', tmenuCode: 'ME3520', Name: 'MemberStorageDetail', hidePad: true, search: { id: 'ME_MemberStorageDetailRpt_Store_PlanID', 'code': 'ME_MemberStorageDetailRpt', name: '门店储值查询' } }]
17
+ }, { title: '积分兑换礼品', icon: 'liwu', className: 'member-item-bottom-top', key: 'score', tmenuCode: 'ME25', Name: 'IntegralForGift', hidePad: true }, {
18
+ container: { className: 'member-item-center-container' },
19
+ sub: [{ title: '练习收银', label: '', icon: 'lianxishouyin', className: 'member-item-practice member-item-center-1', key: 'RE/RE01?mode=practice', Name: 'POSPratice' }, { title: '商品', label: '', icon: 'shangpin', className: 'member-item-practice member-item-center-3', key: 'Inventory', tmenuCode: 'AA1022', Name: 'Inventory', hidePad: true }, { title: '商品价格', label: '', icon: 'dianshangweixuanzhong', className: 'member-item-practice member-item-center-4', key: 'StorePrice', tmenuCode: 'AA4006', Name: 'StorePrice', hidePad: true }]
20
+ }];
21
+
22
+ var centerLeftMenu = [{ title: '前台收银', icon: 'qiantaishouyin', className: 'worktop-item-cashier', key: 'cashier', url: '/RE/RE01', Name: 'POSNew' }, { title: '当班', icon: 'liwu', className: 'worktop-item-onduty', key: 'onDuty', Name: 'GoToWork' }, { title: '交班', icon: 'jiaoban', className: 'worktop-item-offduty', key: 'offDuty', Name: 'GoOffWork' }, { title: '日结', icon: 'rijie', className: 'worktop-item-settlement', key: 'settleDialy', Name: 'DialySettle' }];
23
+
24
+ var centerRightMenu = [{ title: '销售查询', icon: 'tongji', className: 'worktop-item-search', key: 'search', tmenuCode: 'RE09', Name: 'SalesSearch', hidePad: true, search: { id: 'RE_RetailDetailRpt_Store_PlanID', code: 'RE_RetailDetailRpt', name: '门店销售查询' } }, { title: '收银统计', icon: 'shouyintongji', className: 'worktop-item-money', key: 'money', tmenuCode: 'RE4560', Name: 'SettleStyleStatistics', hidePad: true, search: { id: 'RE_RetailCheckoutMethodSumRpt_SettleStyle_PlanID', code: 'RE_RetailCheckoutMethodSumRpt', name: '收银统计' } },
25
+ // {title: '零售期间统计', icon: 'shangpintongji', className: 'worktop-item-retail', key: 'statis', tmenuCode:'RE4501', Name: 'InventoryStatistics',hidePad: true, search:{id: 'RE_RetailSumRpt_InventoryClass_PlanID',code:'RE_RetailSumRpt',name:'商品统计'}},
26
+ { title: '零售期间统计', icon: 'lingshouqijiantongji', className: 'worktop-item-money', key: 'money', tmenuCode: 'RE4525', Name: 'RetailPeriodStatistics', hidePad: true, search: { id: 'RE_RetailPeriodSumRpt_RetailPeriod_PlanID', code: 'RE_RetailPeriodSumRpt', name: '门店零售期间统计' } },
27
+ // {title: '商品分类统计', icon: 'fenleitongji', className: 'worktop-item-classify', key: 'classify', tmenuCode:'RE4501', Name: 'InventoryClassStatistics',hidePad: true, search:{id:'RE_RetailSumRpt_ClassStatistical_PlanID',code:'RE_RetailSumRpt',name:'分类统计'}},
28
+ {
29
+ container: { className: 'worktop-item-right-bottom' },
30
+ sub: [{ title: '商品统计', icon: 'shangpintongji', className: 'worktop-item-statis', key: 'statis', tmenuCode: 'RE4501', Name: 'InventoryStatistics', hidePad: true, search: { id: 'RE_RetailSumRpt_InventoryClass_PlanID', code: 'RE_RetailSumRpt', name: '商品统计' } }, { title: '分类统计', icon: 'fenleitongji', className: 'worktop-item-classify', key: 'classify', tmenuCode: 'RE4501', Name: 'InventoryClassStatistics', hidePad: true, search: { id: 'RE_RetailSumRpt_ClassStatistical_PlanID', code: 'RE_RetailSumRpt', name: '分类统计' } }, { title: '导购统计', icon: 'daogoutongjikuai', className: 'worktop-item-guide', key: 'guide', tmenuCode: 'RE4501', Name: 'PersonStatistics', hidePad: true, search: { id: 'RE_RetailSumRpt_GuideStatistical_PlanID', code: 'RE_RetailSumRpt', name: '导购统计' } }, { title: '促销查询', icon: 'cuxiaotongjikuai', className: 'worktop-item-promotion', key: 'promotion', tmenuCode: 'PR4001', Name: 'Promotion', hidePad: true, search: { id: 'PR_PromotionDetailRpt_Store_PlanID', code: 'PR_PromotionDetailRpt', name: '门店促销查询' } }, { title: '硬件参数', icon: 'yingjiancanshukuai', className: 'worktop-item-practice worktop-item-hardware', key: 'portsetting', url: '/portsetting', Name: 'HardwareSetting' }, { title: '参数设置', icon: 'shezhikuai', className: 'worktop-item-setting', key: 'set', url: '/set', Name: 'OptionSet' }]
31
+ }];
32
+
33
+ var rightMenu = [{ title: '要货', icon: 'yaohuo1', className: 'stock-item-buy', key: 'buy', tmenuCode: 'ST1030', Name: 'StockRequest', hidePad: true }, { title: '进货', icon: 'xiadan1', className: 'stock-item-bar', key: 'popbar', tmenuCode: 'PU03', Name: 'PopBar', hidePad: true }, { title: '调拨', icon: 'tiaobo', className: 'stock-item-allocate', key: 'allocate', tmenuCode: 'ST1031', Name: 'Trans', hidePad: true }, { title: '采购入库', icon: 'caigouruku', className: 'stock-item-record', key: 'caigou', tmenuCode: 'ST1001', Name: 'RdRecord', hidePad: true }, { title: '其他出库', icon: 'qitachuku', className: 'stock-item-offduty', key: 'offduty', tmenuCode: 'ST1024', Name: 'OutStock', hidePad: true }, { title: '其他入库', icon: 'qitaruku', className: 'stock-item-outstock ', key: 'outstock', tmenuCode: 'ST1004', Name: 'InStock', hidePad: true }, { title: '盘点', icon: 'pandian', className: 'stock-item-instock', key: 'instock', tmenuCode: 'ST1036', Name: 'Check', hidePad: true }, { title: '库存状况查询', icon: 'tongji', className: 'stock-item-search', key: 'search', tmenuCode: 'ST9001', Name: 'CurStockStatusOfInvRpt', hidePad: true, search: { id: 'ST_CurStockStatusOfInvRpt_PlanID', code: 'ST_CurStockStatusOfInvRpt', name: '门店库存查询' } }];
34
+
35
+ var centerPadRightMenu = [{ title: '练习收银', label: '', icon: 'lianxishouyin', className: 'member-item-practice member-item-center-1', key: 'RE/RE01?mode=practice', Name: 'POSPratice' }, { title: '硬件参数', icon: 'yingjiancanshukuai', className: 'worktop-item-option worktop-item-money ', key: 'portsetting', url: '/portsetting', Name: 'HardwareSetting' }, { title: '参数设置', icon: 'shezhikuai', className: 'worktop-item-option worktop-item-money ', key: 'set', url: '/set', Name: 'OptionSet' }];
36
+
37
+ exports.leftMenu = leftMenu;
38
+ exports.centerLeftMenu = centerLeftMenu;
39
+ exports.centerRightMenu = centerRightMenu;
40
+ exports.rightMenu = rightMenu;
41
+ exports.centerPadRightMenu = centerPadRightMenu;
42
+ //# sourceMappingURL=data.js.map