index.wxml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <view class="back-top"></view>
  2. <view class="df aic" style="margin-top: 124rpx;font-size: 36rpx;">
  3. <image src="{{logo}}" class="avatar"></image>
  4. <view class="avatar-text" style="color: #fff;">你好, {{loginName||'请登录'}}</view>
  5. </view>
  6. <view class="data">
  7. <view class="df aic jcsb" style="margin-bottom: 48rpx;">
  8. <view class=" data-box">
  9. <view class="df aib">
  10. <view class="nums">{{indexInfo.activeVoyageNum||"*"}}</view>
  11. <view class="unit">次</view>
  12. </view>
  13. <view class="text">执行中航次数量</view>
  14. </view>
  15. <view class="shu"></view>
  16. <view class=" data-box">
  17. <view class="df aib">
  18. <view class="nums">{{indexInfo.loadTons||"*"}}</view>
  19. <view class="unit">吨</view>
  20. </view>
  21. <view class="text">装载吨位</view>
  22. </view>
  23. </view>
  24. <view class="df aic jcsb">
  25. <view class="data-box">
  26. <view class="df aib">
  27. <view class="nums">{{indexInfo.discTons||"*"}}</view>
  28. <view class="unit">吨</view>
  29. </view>
  30. <view class="text">卸载吨位</view>
  31. </view>
  32. <view class="shu"></view>
  33. <view class=" data-box">
  34. <view class="df aib">
  35. <view class="text">暂未开启</view>
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. <view class="func">
  41. <view class="df aic jcsb func-line">
  42. <view class="df aic" bindtap="goTo" data-url="/pages/voyageManage/createVoyage/createVoyage">
  43. <image class="icon" src="../../images/newUI/sun.png"></image>
  44. <view>
  45. <view class="title">创建航次</view>
  46. <!-- <view class="df aic">
  47. <view class="text">数量</view>
  48. <view class="num">39</view>
  49. </view> -->
  50. </view>
  51. </view>
  52. <view class="df aic func-line-right" bindtap="goTo" data-maintab="{{2}}" data-url="/pages/voyageManage/dailyVoyageList/dailyVoyageList">
  53. <image class="icon" src="../../images/newUI/daily.png"></image>
  54. <view>
  55. <view class="title">日报</view>
  56. <view class="df aic">
  57. <view class="text">数量</view>
  58. <view class="num">{{indexInfo.dayReportNum||0}}</view>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. <view class="df aic jcsb func-line">
  64. <view class="df aic" bindtap="goTo" data-maintab="{{1}}" data-url="/pages/voyageManage/voyageManage">
  65. <image class="icon" src="../../images/newUI/discharge.png"></image>
  66. <view>
  67. <view class="title">卸货</view>
  68. <view class="df aic">
  69. <view class="text">数量</view>
  70. <view class="num">{{indexInfo.discVoyageNum||0}}</view>
  71. </view>
  72. </view>
  73. </view>
  74. <view class="df aic func-line-right" bindtap="goTo" data-maintab="{{3}}" data-url="/pages/voyageManage/billVoyageList/billVoyageList">
  75. <image class="icon" src="../../images/newUI/bill.png"></image>
  76. <view>
  77. <view class="title">单据</view>
  78. <view class="df aic">
  79. <view class="text">数量</view>
  80. <view class="num">{{indexInfo.billNum||0}}</view>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <view class="df aic jcsb func-line" style="border:none">
  86. <view class="df aic" bindtap="goTo" data-url="/pages/index/weather/weatherList">
  87. <image class="icon" src="../../images/newUI/weather.png"></image>
  88. <view>
  89. <view class="title">天气查询</view>
  90. <!-- <view class="df aic">
  91. <view class="text">温度</view>
  92. <view class="num">39℃</view>
  93. </view> -->
  94. </view>
  95. </view>
  96. <view class="df aic func-line-right" bindtap="goTo" data-url="/pages/index/declarePort/voyageList">
  97. <image class="icon" src="../../images/newUI/port.png"></image>
  98. <view>
  99. <view class="title">报港</view>
  100. <!-- <view class="df aic">
  101. <view class="text">数量</view>
  102. <view class="num">39</view>
  103. </view> -->
  104. </view>
  105. </view>
  106. </view>
  107. <view class="func-shu"></view>
  108. </view>