tplus-components-touch 3.33.15 → 3.36.1

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 (50) hide show
  1. package/dist/components/billSearch/index.js +19 -157
  2. package/dist/components/billSearch/index.js.map +1 -1
  3. package/dist/components/billSearch/index.less +3 -6
  4. package/dist/components/cloudPrint/api.js +43 -85
  5. package/dist/components/cloudPrint/api.js.map +1 -1
  6. package/dist/components/cloudPrint/printDispatch.js +108 -211
  7. package/dist/components/cloudPrint/printDispatch.js.map +1 -1
  8. package/dist/components/deliverySearch/index.js +1 -1
  9. package/dist/components/deliverySearch/index.js.map +1 -1
  10. package/dist/components/hotKey/localConfig.js +14 -133
  11. package/dist/components/hotKey/localConfig.js.map +1 -1
  12. package/dist/components/inventorySearch/tab.js +67 -77
  13. package/dist/components/inventorySearch/tab.js.map +1 -1
  14. package/dist/components/keyboard/numberButton_input.js +2 -4
  15. package/dist/components/keyboard/numberButton_input.js.map +1 -1
  16. package/dist/components/keyboard/onlyLetterButton2.less +40 -35
  17. package/dist/components/loading/loadingContent.js +1 -1
  18. package/dist/components/loading/loadingContent.js.map +1 -1
  19. package/dist/components/loading/style.less +7 -7
  20. package/dist/components/modalWraper/index.js +1 -1
  21. package/dist/components/modalWraper/index.js.map +1 -1
  22. package/dist/components/progressState/EmptyAndErrorView.js +3 -4
  23. package/dist/components/progressState/EmptyAndErrorView.js.map +1 -1
  24. package/dist/components/progressState/ProgressState.js +1 -2
  25. package/dist/components/progressState/ProgressState.js.map +1 -1
  26. package/dist/components/settlement/settlement.js +494 -750
  27. package/dist/components/settlement/settlement.js.map +1 -1
  28. package/dist/components/settlement/settlement.less +10 -101
  29. package/dist/components/settlement/settlementStore.js +462 -1068
  30. package/dist/components/settlement/settlementStore.js.map +1 -1
  31. package/dist/components/ticon/iconfont/demo.css +539 -539
  32. package/dist/components/ticon/iconfont/demo_index.html +3 -49
  33. package/dist/components/ticon/iconfont/iconfont.css +3 -11
  34. package/dist/components/ticon/iconfont/iconfont.js +6 -6
  35. package/dist/components/ticon/iconfont/iconfont.js.map +1 -1
  36. package/dist/components/ticon/iconfont/iconfont.json +0 -14
  37. package/dist/components/ticon/iconfont/iconfont.ttf +0 -0
  38. package/dist/components/ticon/iconfont/iconfont.woff +0 -0
  39. package/dist/components/ticon/iconfont/iconfont.woff2 +0 -0
  40. package/dist/components/touchScroll/index.js +2 -6
  41. package/dist/components/touchScroll/index.js.map +1 -1
  42. package/dist/components/touchTable/index.js +4 -5
  43. package/dist/components/touchTable/index.js.map +1 -1
  44. package/dist/components/touchTable/index.less +13 -20
  45. package/dist/index.js +2 -14
  46. package/dist/index.js.map +1 -1
  47. package/package.json +35 -35
  48. package/dist/components/settlement/moreCzkTable/index.js +0 -156
  49. package/dist/components/settlement/moreCzkTable/index.js.map +0 -1
  50. package/dist/components/settlement/moreCzkTable/style.less +0 -7
@@ -1,24 +1,6 @@
1
1
  .asyncModal[role='dialog'] {
2
2
  z-index: 1006 !important;
3
3
  }
4
- .moreCzkModal {
5
- .ant-modal {
6
- width: 800px !important;
7
- .ant-modal-body {
8
- height: 376px !important;
9
- padding: 0;
10
- }
11
- .showUseCard {
12
- font-family: 'PingFangSC-Regular';
13
- font-size: 14px;
14
- color: #666666;
15
- letter-spacing: 0;
16
- line-height: 30px;
17
- font-weight: 400;
18
- float: left;
19
- }
20
- }
21
- }
22
4
  .asyncModal{
23
5
  .ant-modal-body{
24
6
  margin:-16px;
@@ -34,7 +16,7 @@
34
16
  .pwdModal {
35
17
  height: calc(~"100vh - 224px") !important;
36
18
  }
37
- .settlement-wraper div:not(.bottom)::-webkit-scrollbar{
19
+ .settlement-wraper div::-webkit-scrollbar{
38
20
  display: none
39
21
  }
40
22
 
@@ -409,7 +391,7 @@
409
391
  box-shadow: 0 2px 2px 0 rgba(174,98,30,0.40);
410
392
  .point_top{
411
393
  content: ' ';
412
- width: 0px;
394
+ width: 10px;
413
395
  height: 5px;
414
396
  /* 绝对定位进行偏移 */
415
397
  position: absolute;
@@ -422,7 +404,7 @@
422
404
  }
423
405
  .point_bottom{
424
406
  content: ' ';
425
- width: 0px;
407
+ width: 10px;
426
408
  height: 5px;
427
409
  /* 绝对定位进行偏移 */
428
410
  position: absolute;
@@ -444,7 +426,7 @@
444
426
  overflow: hidden;
445
427
  text-align: center;
446
428
  .amount{
447
- padding-top:20px;
429
+ padding-top:27px;
448
430
  span:first-child{
449
431
  font-size: 20px;
450
432
  color: #FFFFFF;
@@ -679,26 +661,12 @@
679
661
  padding-top:25px;
680
662
  padding-left:30px;
681
663
  padding-right: 20px;
682
- width: 300px;
683
- position: relative;
684
- .minus {
685
- text-align: center;
686
- display: inline-block;
687
- height: 40px;
688
- line-height: 40px;
689
- width: 40px;
690
- position: absolute;
691
- left: 284px;
692
- top: 34px;
693
- .minusIcon {
694
- font-size: 24px;
695
- }
664
+ .settlement-pay-item-border {
665
+ border-bottom: 1px solid #FF8C25 !important;
696
666
  }
697
667
  .main{
698
668
  display: flex;
699
- border-bottom-color: #C8C8CD;
700
- border-bottom-width: 1px;
701
- border-bottom-style: solid;
669
+ border-bottom: 1px solid #C8C8CD;
702
670
  .content{
703
671
  display: inline-block;
704
672
  vertical-align: top;
@@ -732,8 +700,8 @@
732
700
  }
733
701
  .lefticon{
734
702
  display: inline-block;
703
+ width: 20px;
735
704
  margin-right: 16px;
736
- position: absolute;
737
705
  i{
738
706
  font-size: 20px;
739
707
  }
@@ -747,7 +715,6 @@
747
715
  }
748
716
  }
749
717
  .name{
750
- margin-left: 6px;
751
718
  width: 100px;
752
719
  display: inline-block;
753
720
  font-size: 16px;
@@ -763,26 +730,9 @@
763
730
  font-size: 12px;
764
731
  color: #75787B;
765
732
  line-height: 14px;
766
- padding-left: 10px;
733
+ padding-left: 36px;
767
734
  padding-top: 6px;
768
735
  padding-right: 60px;
769
- .addCard {
770
- width: 112px;
771
- height: 32px;
772
- border-radius: 4px;
773
- text-align: center;
774
- border: none;
775
- font-size: 16px;
776
- display: flex;
777
- align-items: center;
778
- border: none;
779
- padding-top: 16px !important;
780
- padding-left: 0px !important;
781
- .plus {
782
- font-size: 18px;
783
- margin-right: 6px;
784
- }
785
- }
786
736
  }
787
737
  }
788
738
 
@@ -986,23 +936,6 @@
986
936
  padding-left: 74px;
987
937
  padding-top: 6px;
988
938
  padding-right: 60px;
989
- .addCard {
990
- width: 112px;
991
- height: 32px;
992
- border-radius: 4px;
993
- text-align: center;
994
- border: none;
995
- font-size: 16px;
996
- display: flex;
997
- align-items: center;
998
- border: none;
999
- padding-top: 16px !important;
1000
- padding-left: 0px !important;
1001
- .plus {
1002
- font-size: 18px;
1003
- margin-right: 6px;
1004
- }
1005
- }
1006
939
  }
1007
940
 
1008
941
  }
@@ -1418,9 +1351,6 @@
1418
1351
  .ant-modal-body{
1419
1352
  padding:0 0 24px;
1420
1353
  }
1421
- .ant-modal {
1422
- top: none !important;
1423
- }
1424
1354
  .no{
1425
1355
  padding-top: 30px;
1426
1356
  padding-left: 40px;
@@ -1662,25 +1592,4 @@
1662
1592
  }
1663
1593
  }
1664
1594
  }
1665
- }
1666
- .repeat-modal {
1667
- &.method-modal1 {
1668
- .content1 {
1669
- position: inherit;
1670
- z-index: 1007;
1671
- transform: translate(0,0);
1672
- text-overflow: inherit;
1673
- -webkit-line-clamp: inherit;
1674
- -webkit-box-orient: inherit;
1675
- line-height: 23px;
1676
- .content-box {
1677
- word-break: normal;
1678
- word-wrap: break-word;
1679
- text-align: justify;
1680
- }
1681
- }
1682
- .ant-modal-confirm-body {
1683
- height: auto;
1684
- }
1685
- }
1686
- }
1595
+ }