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,576 @@
1
+ .u-form-control {
2
+ border:1px solid #C8C8CD !important;
3
+ }
4
+ .ondutywin{
5
+ height:calc(~"100vh - 224px") !important;
6
+ }
7
+ .ondutyouter{
8
+ // margin:-16px;
9
+ .body{
10
+ padding:12px 20px;
11
+ .onduty{
12
+ .row{
13
+ padding:8px 0px;
14
+ .label{
15
+ display: inline-block;
16
+ padding-right:8px;
17
+ width:102px;
18
+ font-size: 14px;
19
+ color: #000000;
20
+ letter-spacing: 0;
21
+ text-align: right;
22
+ line-height: 14px;
23
+ vertical-align: top;
24
+ padding-top: 8px;
25
+ }
26
+ .content{
27
+ display: inline-block;
28
+ width: 216px;
29
+ .riqi{
30
+ color:rgba(0, 0, 0, 0.25);
31
+ }
32
+
33
+ .select{
34
+ // border: 1px solid #C8C8CD;
35
+ border-radius: 2px;
36
+ width:230px !important;
37
+ height:32px;
38
+ font-size: 13px;
39
+ color: #000000;
40
+ letter-spacing: 0;
41
+ line-height: 14px;
42
+ }
43
+
44
+ }
45
+ .icon{
46
+ display: inline-block;
47
+ padding-left:32px;
48
+ padding-right:12px;
49
+ .tipicon{
50
+ color: #FAAD14;
51
+ font-size: 24px;
52
+ }
53
+ }
54
+ .tipStyle{
55
+ display: inline-block;
56
+ font-size: 16px;
57
+ color: #000000;
58
+ letter-spacing: 0;
59
+ line-height: 28px;
60
+ vertical-align: top;
61
+ padding-top:10px;
62
+ padding-bottom: 40px;
63
+ }
64
+ }
65
+ }
66
+ }
67
+ .footer{
68
+ padding:16px;
69
+
70
+ .onduty{
71
+ text-align: right;
72
+ }
73
+
74
+ Button{
75
+ width:76px;
76
+ height:32px;
77
+ margin-left:16px;
78
+ }
79
+ button:first-child{
80
+ background: #FFFFFF;
81
+ border: 1px solid #D2D2D7 !important;
82
+ border-radius: 4px;
83
+ font-size: 16px;
84
+ color: #333333;
85
+ text-align: center;
86
+ line-height: 14px;
87
+ }
88
+ .secondary{
89
+ background: #FFFFFF;
90
+ border: 1px solid #D2D2D7 !important;
91
+ border-radius: 4px;
92
+ font-size: 16px;
93
+ color: #333333;
94
+ text-align: center;
95
+ line-height: 14px;
96
+ }
97
+ Button:last-child{
98
+ background: #FF8C26;
99
+ border: 1px solid #FF8C26 !important;
100
+ border-radius: 4px;
101
+ font-size: 16px;
102
+ color: #FFFFFF;
103
+ text-align: center;
104
+ line-height: 14px;
105
+ }
106
+ }
107
+ }
108
+
109
+ .handleShift{
110
+ background: white;
111
+ border-top: 16px solid #F4F4F4;
112
+ height:calc(~"100% - 60px");
113
+ .outerheader {
114
+ height: 56px;
115
+ line-height: 56px;
116
+ border-bottom: 4px solid #F4F4F4;
117
+ padding-left: 16px;
118
+ font-size: 20px;
119
+ color: #2D2D2D;
120
+ // margin-bottom: 16px;
121
+ .outerheader-button {
122
+ width: 200px;
123
+ cursor: pointer;
124
+ .outerheader-button-icon {
125
+ color: #666;
126
+ font-size: 20px;
127
+ }
128
+ }
129
+ .outerheader-history{
130
+ float: right;
131
+ padding-right: 16px;
132
+ Button{
133
+ width: 92px;
134
+ height: 40px;
135
+ margin-bottom: 8px;
136
+ background: #F4F4F4;
137
+ border: 1px solid #C8C8CD;
138
+ border-radius: 4px;
139
+ font-size: 16px;
140
+ color: #333333;
141
+ line-height: 22px;
142
+ }
143
+ }
144
+ }
145
+ .outerbody{
146
+ max-height: calc(~"100% - 60px");
147
+ overflow-y: auto;
148
+ }
149
+ .outerfooter{
150
+ text-align: right;
151
+ width: 100%;
152
+ height: 65px;
153
+ position: fixed;
154
+ bottom: 0px;
155
+ padding-right: 16px;
156
+ padding-top: 10px;
157
+ border-top: 5px solid #F4F4F4;
158
+ Button{
159
+ width:76px;
160
+ height:40px;
161
+ background: #FF8C26;
162
+ border-radius: 4px;
163
+ font-size: 16px;
164
+ color: #FFFFFF;
165
+ text-align: center;
166
+ line-height: 22px;
167
+ border:none;
168
+ }
169
+ Button:first-child{
170
+ width:120px !important;
171
+ margin-right:16px;
172
+ }
173
+ }
174
+
175
+
176
+ }
177
+ .historywin{
178
+ .u-modal-dialog{
179
+ margin-top: 0px!important;
180
+ top: calc((100%)/2) !important;
181
+ -webkit-transform: translateY(-50%) !important;
182
+ transform: translateY(-50%) !important;
183
+ }
184
+ }
185
+
186
+ .modalTitle{
187
+ font-size: 18px;
188
+ color: #333333;
189
+ line-height: 18px;
190
+ }
191
+
192
+ .offDuty{
193
+ .u-tabs-tab-active{
194
+ color:#FF8C25 !important;
195
+ }
196
+ .u-tabs-ink-bar{
197
+ background-color: #FF8C25 !important;
198
+ }
199
+ .u-tabs-tab:hover{
200
+ color:#FF8C25 !important;
201
+ }
202
+ .u-tabs-bar{
203
+ margin-bottom: 0px !important;
204
+ }
205
+ .header{
206
+ padding-left:16px;
207
+ width:100%;
208
+ border-bottom:1px solid #F4F4F4;
209
+ .item{
210
+ display: inline-block;
211
+ margin:8px;
212
+ vertical-align: top;
213
+ div{
214
+ display: inline-block;
215
+ }
216
+ .label{
217
+ text-align: right;
218
+ vertical-align: top;
219
+ width:89px;
220
+ font-size: 14px;
221
+ color: #666666;
222
+ letter-spacing: 0;
223
+ text-align: right;
224
+ line-height: 16px;
225
+ }
226
+ .content{
227
+ vertical-align: top;
228
+ width:215px;
229
+ padding-left:16px;
230
+ font-size: 14px;
231
+ color: #000000;
232
+ letter-spacing: 0;
233
+ line-height: 16px;
234
+
235
+ p{
236
+ margin-bottom: 2px;
237
+ }
238
+ }
239
+ }
240
+
241
+ }
242
+ .footer{
243
+ padding:16px 16px 8px 16px;
244
+ .item{
245
+ display: inline-block;
246
+ // width:346px;
247
+ height:32px;
248
+ div{
249
+ display: inline-block;
250
+ }
251
+ .label{
252
+ width:130px;
253
+ font-size: 14px;
254
+ color: #666666;
255
+ letter-spacing: 0;
256
+ text-align: right;
257
+ line-height: 16px;
258
+ vertical-align: top;
259
+ }
260
+ .content{
261
+ vertical-align: top;
262
+ width:60px;
263
+ font-size: 14px;
264
+ color: #000000;
265
+ letter-spacing: 0;
266
+ line-height: 16px;
267
+ .plusminus{
268
+ display:inline-block;
269
+
270
+ button{
271
+ text-align: center !important;
272
+ width:32px;
273
+ height:32px;
274
+ background: #FFFFFF;
275
+ font-size: 14px;
276
+ color: #000000;
277
+ letter-spacing: 0;
278
+ text-align: right;
279
+ line-height: 16px;
280
+ border: 1px solid #C8C8CD;
281
+ }
282
+ button:first-child{
283
+ border-radius: 4px 0px 0px 4px;
284
+
285
+ }
286
+ button:last-child{
287
+ border-radius: 0px 4px 4px 0px;
288
+ }
289
+
290
+ .selected{
291
+ background: #32ABF9;
292
+ font-size: 14px;
293
+ color: #FFFFFF;
294
+ letter-spacing: 0;
295
+ text-align: right;
296
+ line-height: 16px;
297
+ border:none;
298
+ }
299
+ }
300
+ .amountchange{
301
+ display:inline-block;
302
+ width:100px;
303
+ margin-left:12px;
304
+ .u-form-control{
305
+ height: 32px;
306
+ line-height: 32px;
307
+ }
308
+ }
309
+ }
310
+ .paddingtop{
311
+ padding-top:8px;
312
+ }
313
+ .content2{
314
+ width:216px !important;
315
+ }
316
+ .demo{
317
+ width:auto !important;
318
+ }
319
+ }
320
+ }
321
+ .bodyP{
322
+ padding-left:16px;
323
+ padding-right:16px;
324
+ }
325
+ .body{
326
+ width:100%;//1336px;
327
+ .cashstatP{
328
+ border-left:1px solid #E6E6EB;
329
+ border-right:1px solid #E6E6EB;
330
+ }
331
+ .cashstat{
332
+ .u-table-content .u-table-scroll .u-table-fixed{
333
+ width: 100% !important;
334
+ }
335
+ .u-table-row-hover {
336
+ background: #FFFFFF !important;
337
+ }
338
+
339
+ .column {
340
+ font-size: 14px;
341
+ color : #333333;
342
+ }
343
+
344
+ .title {
345
+ background : #F4F4F4;
346
+ border-radius : 0px;
347
+ height : 44px;
348
+ // border-left:1px solid #E6E6EB;
349
+ border-right : 1px solid #E6E6EB;
350
+ border-bottom : 1px solid #E6E6EB;
351
+ padding-top : 12px;
352
+
353
+ div {
354
+ display : inline-block;
355
+ font-size : 14px;
356
+ color : #333333;
357
+ line-height: 22px;
358
+ }
359
+
360
+ }
361
+
362
+ .content {
363
+ height : 44px;
364
+ // border-left:1px solid #E6E6EB;
365
+ border-right : 1px solid #E6E6EB;
366
+ border-bottom : 1px solid #E6E6EB;
367
+ padding-top : 12px;
368
+
369
+ div {
370
+ display : inline-block;
371
+ font-size : 14px;
372
+ color : #333333;
373
+ line-height: 22px;
374
+ }
375
+
376
+ }
377
+ }
378
+ .salestatP{
379
+ border-left:1px solid #E6E6EB;
380
+ }
381
+ .salestat{
382
+ .stat{
383
+ width:50%;
384
+ display: inline-block;
385
+ vertical-align: top;
386
+ .title{
387
+ background: #F4F4F4;
388
+ border-radius: 0px;
389
+ height:44px;
390
+ // border-left:1px solid #E6E6EB;
391
+ border-right:1px solid #E6E6EB;
392
+ border-bottom:1px solid #E6E6EB;
393
+ padding-top:12px;
394
+ div{
395
+ display: inline-block;
396
+ font-size: 14px;
397
+ color: #333333;
398
+ line-height: 22px;
399
+ }
400
+ div:nth-child(1){
401
+ padding-left:20%;
402
+ width:60%;
403
+ }
404
+ div:nth-child(2){
405
+ width:40%;
406
+ text-align: right;
407
+ padding-right: 20%;
408
+ }
409
+ }
410
+ .content{
411
+ height:44px;
412
+ // border-left:1px solid #E6E6EB;
413
+ border-right:1px solid #E6E6EB;
414
+ border-bottom:1px solid #E6E6EB;
415
+ padding-top:12px;
416
+ div{
417
+ display: inline-block;
418
+ font-size: 14px;
419
+ color: #333333;
420
+ line-height: 22px;
421
+ }
422
+ div:nth-child(1){
423
+ width:60%;
424
+ padding-left:20%;
425
+ }
426
+ div:nth-child(2){
427
+ width:40%;
428
+ text-align: right;
429
+ padding-right: 20%;
430
+ }
431
+ }
432
+ }
433
+ }
434
+ }
435
+ .showgap{
436
+ display:block;
437
+ height:150px;
438
+
439
+ }
440
+ .showinput{
441
+ display:block;
442
+ height:10px;
443
+
444
+ }
445
+ .notshowinput{
446
+ display: none;
447
+ }
448
+ }
449
+
450
+
451
+
452
+ .history{
453
+ margin:-15px;
454
+ .historyempty{
455
+ padding-top:200px;
456
+ }
457
+ .historybody{
458
+ border-top:1px solid #E6E6EB;
459
+ .historyleft{
460
+ display: inline-block;
461
+ width:240px;
462
+ vertical-align: top;
463
+ background: #F4F4F4;
464
+ border-radius: 0px;
465
+ padding-top:20px;
466
+ border-right: 1px solid #E6E6EB;
467
+
468
+ .datepicker{
469
+ width:216px;
470
+ height:32px;
471
+ padding-left:12px;
472
+ .riqi{
473
+ color:rgba(0, 0, 0, 0.25);
474
+ }
475
+ }
476
+
477
+ .vouchers{
478
+ height:478px;
479
+ overflow-y: auto;
480
+ padding-top:12px;
481
+ div{
482
+ padding-left:12px;
483
+ cursor: pointer;
484
+ padding-top:8px;
485
+ padding-bottom: 8px;
486
+ vertical-align: middle;
487
+ font-size: 14px;
488
+ color: #000000;
489
+ letter-spacing: 0;
490
+ line-height: 14px;
491
+ }
492
+ .selected{
493
+ background: #FFFFFF;
494
+ font-size: 14px;
495
+ color: #FF8C25;
496
+ letter-spacing: 0;
497
+ line-height: 14px;
498
+ }
499
+ }
500
+ }
501
+ .historyright{
502
+ display: inline-block;
503
+ width:calc(~"100% - 240px");
504
+ }
505
+ }
506
+ .historyfooter{
507
+ height:46px;
508
+ text-align: right;
509
+ padding:7px 16px;
510
+ border-top:1px solid #E6E6EB;
511
+ Button{
512
+ width:76px;
513
+ height:32px;
514
+ }
515
+ Button:first-child{
516
+ background: #FFFFFF;
517
+ border: 1px solid #D2D2D7;
518
+ border-radius: 4px;
519
+ font-size: 16px;
520
+ color: #333333;
521
+ text-align: center;
522
+ line-height: 14px;
523
+ }
524
+ Button:last-child{
525
+ margin-left:16px;
526
+ background: #FF8C26;
527
+ border-radius: 4px;
528
+ font-size: 16px;
529
+ color: #FFFFFF;
530
+ text-align: center;
531
+ line-height: 14px;
532
+ }
533
+ }
534
+ }
535
+ .emptydata{
536
+ text-align: center;
537
+ vertical-align: middle;
538
+ font-size: 14px;
539
+ color: #999999;
540
+ line-height: 24px;
541
+ }
542
+
543
+ .authortyClass {
544
+ .u-modal-dialog{
545
+ margin-top: 0px!important;
546
+ top: calc((100%)/2) !important;
547
+ -webkit-transform: translateY(-50%) !important;
548
+ transform: translateY(-50%) !important;
549
+ }
550
+ .u-form-item {
551
+ padding-right: 5px;
552
+ padding-left: 5px;
553
+ }
554
+ .tipTitle {
555
+ font-size: 14px;
556
+ margin-left: 12px;
557
+ margin-bottom: 8px;
558
+ }
559
+ .u-modal-header {
560
+ height: 46px;
561
+ border-bottom: 1px solid #ccc;
562
+ }
563
+ .labelClass {
564
+ padding-right: 0;
565
+ font-size: 14px !important;
566
+ }
567
+ .bodyClass{
568
+ height: 280px;
569
+ .input-focus {
570
+ border: 1px solid #FF8C26!important;
571
+ }
572
+ .btn {
573
+ font-size: 16px;
574
+ }
575
+ }
576
+ }