抖音B端厂库
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

main.ttml 4.7 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <view class='firstPage'>
  2. <view class='fix'>
  3. <image src='../../assets/images/bannerbg.png'></image>
  4. <view class='writeOff writeOff1'>
  5. <!-- <view class='topBox clearfix' tt:if="{{djArr.length>0||count > 0}}" >
  6. <view class='left fl' >
  7. <text>待缴账单</text>
  8. <text>{{djArr.length}}</text>
  9. <text>¥{{djZmoney}}</text>
  10. </view>
  11. <view class='right fr'>
  12. <text>今日交易单数</text>
  13. <text>{{count}}</text>
  14. <text>¥{{amountMoney/100}}</text>
  15. </view>
  16. </view> -->
  17. <!-- tt:if="{{djArr.length == 0 && count == 0}}" -->
  18. <view class='topBox2 clearfix' >
  19. <view class='imgBox'>
  20. <image src='{{userInfo.merchant_img_url}}' mode='{{widthFix}}' ></image>
  21. </view>
  22. <text class='name'>{{userInfo.mall_name}}({{userInfo.merchant_name}})</text>
  23. </view>
  24. </view>
  25. </view>
  26. <view class='location'>
  27. <view class='message' tt:if="{{billList.length>0}}">
  28. <image src='../../assets/images/mess.png' mode='widthFix'></image>
  29. <text>{{billList.length}}</text>
  30. </view>
  31. <swiper tt:if="{{billList.length>0}}" current='{{currentIndex}}' class="swiper_container" vertical="true" autoplay="true" circular="true" interval="3000">
  32. <block tt:for="{{billList}}" tt:key="index">
  33. <swiper-item bindtap="gotobill" data-data='{{item}}' data-id='{{item.id}}'>
  34. <view class="swiper_item clearfix">
  35. <text tt:if="{{item.status=='1'}}" class="state1 fl">欠缴</text>
  36. <text tt:if="{{item.status=='2'}}" class="state2 fl">待缴</text>
  37. <text class="fl billtype">{{item.name}}{{item.end}}</text>
  38. <text class="fl">{{item.owe/100}}元</text>
  39. </view>
  40. </swiper-item>
  41. </block>
  42. </swiper>
  43. </view>
  44. <view class='writeOff'>
  45. <view class='classification clearfix' tt:if="{{userInfoLoadIf}}">
  46. <view tt:for='{{classIfyList}}' tt:if="{{!(item.id==4&&userInfo.creditLocked==1)}}" tt:key='{{index}}'>
  47. <view hover-class='active' style='background:{{item.bg}}' bindtap='toWriteoff' data-id='{{item.id}}'>
  48. <icon class='{{item.icon}}'></icon>
  49. </view>
  50. <text>{{item.text}}</text>
  51. </view>
  52. </view>
  53. </view>
  54. <view class='jiaoyi jiaoyi1 jiaoyi2' hover-class='actives' bindtap='toTran' data-type='0'>
  55. <view class='toTransaction'>
  56. <view>
  57. <text>交易记录</text>
  58. </view>
  59. <view>今日交易额:{{amountMoney/100}}元
  60. <image class='iconfonts' src='../../assets/images/jian.png' mode="widthFix"></image>
  61. </view>
  62. </view>
  63. <!-- <view class='transaction' tt:if="{{ifShowChart!='show'}}">
  64. <ec-canvas id="mychart-jiaoyi" canvas-id="mychart-multi-bar" ec="{{ ecBar }}"></ec-canvas>
  65. </view> -->
  66. <view class='transaction' tt:if="{{ifShowChart=='show'}}">
  67. <image class='img' src='../../assets/images/nothave01.png' mode='widthFix'></image>
  68. <view class="nothave">暂无数据</view>
  69. </view>
  70. </view>
  71. <view class='jiaoyi' hover-class='actives' bindtap='toTran' data-type='1'>
  72. <view class='toTransaction'>
  73. <view>
  74. <text>核销记录</text>
  75. </view>
  76. <view>今日核销额:{{writeOffMoney/100}}元
  77. <image class='iconfonts' src='../../assets/images/jian.png' mode="widthFix"></image>
  78. </view>
  79. </view>
  80. <!-- <view class='transaction' tt:if="{{ifShowChart1!='show'}}">
  81. <ec-canvas id="mychart-hexiao" canvas-id="mychart-multi-scatter" ec="{{ ecScatter }}"></ec-canvas>
  82. </view>
  83. <view class='transaction' tt:if="{{ifShowChart1=='show'}}">
  84. <image class='img' src='../../assets/images/nothave02.png' mode='widthFix'></image>
  85. <view class="nothave1">暂无数据</view>
  86. </view> -->
  87. </view>
  88. <!-- <view class='jiaoyi jiaoyi1' hover-class='actives' bindtap='toRecord' data-type='0'>
  89. <view class='toTransaction'>
  90. <view>
  91. <text>收银记录</text>
  92. </view>
  93. <view>今日收银:{{recordMoney/100}}元
  94. <image class='iconfonts' src='../../assets/images/jian.png' mode="widthFix"></image>
  95. </view>
  96. </view>
  97. <view class='transaction' tt:if="{{ifShowChart2!='show'}}">
  98. <ec-canvas id="mychart-pament" canvas-id="mychart-pament-bar" ec="{{ ec }}"></ec-canvas>
  99. </view>
  100. <view class='transaction' tt:if="{{ifShowChart2=='show'}}">
  101. <image class='img' src='../../assets/images/nohave03.png' mode='widthFix'></image>
  102. <view class="nothave2">暂无数据</view>
  103. </view>
  104. </view> -->
  105. </view>