|
|
@@ -17,39 +17,49 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="tools">
|
|
|
- <view class="df">
|
|
|
+ <scroll-view scroll-y="{{true}}" class="tools">
|
|
|
+ <view class="df jcsa tac">
|
|
|
<view bindtap="goTo" data-maintab="{{2}}" class="go-to" data-url="/pages/voyageManage/voyageManage">
|
|
|
- <image src="../../images/camera.png"></image>
|
|
|
+ <image class="index-image" src="../../images/camera.png"></image>
|
|
|
<view>日 报</view>
|
|
|
<view class="badge">{{indexInfo.dayReportNum||0}}</view>
|
|
|
</view>
|
|
|
<view bindtap="goTo" data-maintab="{{1}}" class="go-to" data-url="/pages/voyageManage/voyageManage">
|
|
|
- <image src="../../images/ship.png"></image>
|
|
|
+ <image class="index-image" src="../../images/ship.png"></image>
|
|
|
<view>卸 货</view>
|
|
|
<view class="badge">{{indexInfo.discVoyageNum||0}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="df">
|
|
|
+ <view class="df jcsa tac">
|
|
|
<view bindtap="goTo" data-maintab="{{3}}" class="go-to" data-url="/pages/voyageManage/voyageManage">
|
|
|
- <image src="../../images/bills.png"></image>
|
|
|
+ <image class="index-image" src="../../images/bills.png"></image>
|
|
|
<view>单 据</view>
|
|
|
<view class="badge">{{indexInfo.billNum||0}}</view>
|
|
|
</view>
|
|
|
<view bindtap="goTo" class="go-to" data-url="/pages/voyageManage/createVoyage/createVoyage">
|
|
|
- <image src="../../images/rudder.png"></image>
|
|
|
+ <image class="index-image" src="../../images/rudder.png"></image>
|
|
|
<view>创建航次</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="df">
|
|
|
- <view bindtap="goTo" class="go-to" data-url="/pages/index/weather/weatherList">
|
|
|
- <image src="../../images/weather.png"></image>
|
|
|
- <view>天气查询</view>
|
|
|
+ <view class="df jcsa tac">
|
|
|
+ <view bindtap="goTo" class="go-to" data-url="/pages/index/security/security">
|
|
|
+ <image class="index-image" src="../../images/security.png"></image>
|
|
|
+ <view>安全</view>
|
|
|
</view>
|
|
|
<view bindtap="goTo" class="go-to" data-url="/pages/index/declarePort/voyageList">
|
|
|
- <image src="../../images/port.png"></image>
|
|
|
+ <image class="index-image" src="../../images/port.png"></image>
|
|
|
<view>报 港</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ <view class="df jcsa tac">
|
|
|
+ <view bindtap="goTo" class="go-to" data-url="/pages/index/weather/weatherList">
|
|
|
+ <image class="index-image" src="../../images/weather.png"></image>
|
|
|
+ <view>天气查询</view>
|
|
|
+ </view>
|
|
|
+ <view class="go-to">
|
|
|
+ <view class="index-image"></view>
|
|
|
+ <view></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|