|
|
@@ -1,66 +1,108 @@
|
|
|
-<view catchtouchmove="forbidTouchMove">
|
|
|
- <view>
|
|
|
- <view class="block-line df aic">
|
|
|
- <view style="width: 100%;">
|
|
|
- <view>执行中航次数量</view>
|
|
|
- <view>{{indexInfo.activeVoyageNum||"*"}}</view>
|
|
|
+<view class="back-top"></view>
|
|
|
+<view class="df aic" style="margin-top: 124rpx;font-size: 36rpx;">
|
|
|
+ <image src="{{logo}}" class="avatar"></image>
|
|
|
+ <view class="avatar-text" style="color: #fff;">你好, {{loginName||'请登录'}}</view>
|
|
|
+</view>
|
|
|
+<view class="data">
|
|
|
+ <view class="df aic jcsb" style="margin-bottom: 48rpx;">
|
|
|
+ <view class=" data-box">
|
|
|
+ <view class="df aib">
|
|
|
+ <view class="nums">{{indexInfo.activeVoyageNum||"*"}}</view>
|
|
|
+ <view class="unit">次</view>
|
|
|
</view>
|
|
|
+ <view class="text">执行中航次数量</view>
|
|
|
</view>
|
|
|
- <view class="block-line df aic">
|
|
|
- <view>
|
|
|
- <view>装载吨位</view>
|
|
|
- <view>{{indexInfo.loadTons||"*"}}</view>
|
|
|
- </view>
|
|
|
- <view>
|
|
|
- <view>卸载吨位</view>
|
|
|
- <view>{{indexInfo.discTons||"*"}}</view>
|
|
|
+ <view class="shu"></view>
|
|
|
+ <view class=" data-box">
|
|
|
+ <view class="df aib">
|
|
|
+ <view class="nums">{{indexInfo.loadTons||"*"}}</view>
|
|
|
+ <view class="unit">吨</view>
|
|
|
</view>
|
|
|
+ <view class="text">装载吨位</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <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 class="index-image" src="../../images/camera.png"></image>
|
|
|
- <view>日 报</view>
|
|
|
- <view class="badge">{{indexInfo.dayReportNum||0}}</view>
|
|
|
+ <view class="df aic jcsb">
|
|
|
+ <view class="data-box">
|
|
|
+ <view class="df aib">
|
|
|
+ <view class="nums">{{indexInfo.discTons||"*"}}</view>
|
|
|
+ <view class="unit">吨</view>
|
|
|
</view>
|
|
|
- <view bindtap="goTo" data-maintab="{{1}}" class="go-to" data-url="/pages/voyageManage/voyageManage">
|
|
|
- <image class="index-image" src="../../images/ship.png"></image>
|
|
|
- <view>卸 货</view>
|
|
|
- <view class="badge">{{indexInfo.discVoyageNum||0}}</view>
|
|
|
+ <view class="text">卸载吨位</view>
|
|
|
+ </view>
|
|
|
+ <view class="shu"></view>
|
|
|
+ <view class=" data-box">
|
|
|
+ <view class="df aib">
|
|
|
+ <view class="text">暂未开启</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="df jcsa tac">
|
|
|
- <view bindtap="goTo" data-maintab="{{3}}" class="go-to" data-url="/pages/voyageManage/voyageManage">
|
|
|
- <image class="index-image" src="../../images/bills.png"></image>
|
|
|
- <view>单 据</view>
|
|
|
- <view class="badge">{{indexInfo.billNum||0}}</view>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+<view class="func">
|
|
|
+ <view class="df aic jcsb func-line">
|
|
|
+ <view class="df aic" bindtap="goTo" data-url="/pages/voyageManage/createVoyage/createVoyage">
|
|
|
+ <image class="icon" src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/sun.jpg"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">创建航次</view>
|
|
|
+ <!-- <view class="df aic">
|
|
|
+ <view class="text">数量</view>
|
|
|
+ <view class="num">39</view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
- <view bindtap="goTo" class="go-to" data-url="/pages/voyageManage/createVoyage/createVoyage">
|
|
|
- <image class="index-image" src="../../images/rudder.png"></image>
|
|
|
- <view>创建航次</view>
|
|
|
+ </view>
|
|
|
+ <view class="df aic func-line-right" bindtap="goTo" data-maintab="{{2}}" data-url="/pages/voyageManage/voyageManage">
|
|
|
+ <image class="icon" src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/note.jpg"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">日报</view>
|
|
|
+ <view class="df aic">
|
|
|
+ <view class="text">数量</view>
|
|
|
+ <view class="num">{{indexInfo.dayReportNum||0}}</view>
|
|
|
+ </view>
|
|
|
</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 class="index-image" src="../../images/port.png"></image>
|
|
|
- <view>报 港</view>
|
|
|
+ </view>
|
|
|
+ <view class="df aic jcsb func-line">
|
|
|
+ <view class="df aic" bindtap="goTo" data-maintab="{{1}}" data-url="/pages/voyageManage/voyageManage">
|
|
|
+ <image class="icon" src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/sun.jpg"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">卸货</view>
|
|
|
+ <view class="df aic">
|
|
|
+ <view class="text">数量</view>
|
|
|
+ <view class="num">{{indexInfo.discVoyageNum||0}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <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="df aic func-line-right" bindtap="goTo" data-maintab="{{3}}" data-url="/pages/voyageManage/voyageManage">
|
|
|
+ <image class="icon" src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/note.jpg"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">单据</view>
|
|
|
+ <view class="df aic">
|
|
|
+ <view class="text">数量</view>
|
|
|
+ <view class="num">{{indexInfo.billNum||0}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <view class="df jcsa tac">
|
|
|
-
|
|
|
- <view class="go-to">
|
|
|
- <view class="index-image"></view>
|
|
|
- <view></view>
|
|
|
+ </view>
|
|
|
+ <view class="df aic jcsb func-line" style="border:none">
|
|
|
+ <view class="df aic" bindtap="goTo" data-url="/pages/index/weather/weatherList">
|
|
|
+ <image class="icon" src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/sun.jpg"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">天气查询</view>
|
|
|
+ <!-- <view class="df aic">
|
|
|
+ <view class="text">温度</view>
|
|
|
+ <view class="num">39℃</view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
- </scroll-view>
|
|
|
+ </view>
|
|
|
+ <view class="df aic func-line-right" bindtap="goTo" data-url="/pages/index/declarePort/voyageList">
|
|
|
+ <image class="icon" src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/note.jpg"></image>
|
|
|
+ <view>
|
|
|
+ <view class="title">报港</view>
|
|
|
+ <!-- <view class="df aic">
|
|
|
+ <view class="text">数量</view>
|
|
|
+ <view class="num">39</view>
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="func-shu"></view>
|
|
|
</view>
|