| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <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="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>
- <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 class="text">卸载吨位</view>
- </view>
- <view class="shu"></view>
- <view class=" data-box">
- <view class="df aib">
- <view class="text">暂未开启</view>
- </view>
- </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="../../images/newUI/sun.png"></image>
- <view>
- <view class="title">创建航次</view>
- <!-- <view class="df aic">
- <view class="text">数量</view>
- <view class="num">39</view>
- </view> -->
- </view>
- </view>
- <view class="df aic func-line-right" bindtap="goTo" data-maintab="{{2}}" data-url="/pages/voyageManage/dailyVoyageList/dailyVoyageList">
- <image class="icon" src="../../images/newUI/daily.png"></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>
- <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="../../images/newUI/discharge.png"></image>
- <view>
- <view class="title">卸货</view>
- <view class="df aic">
- <view class="text">数量</view>
- <view class="num">{{indexInfo.discVoyageNum||0}}</view>
- </view>
- </view>
- </view>
- <view class="df aic func-line-right" bindtap="goTo" data-maintab="{{3}}" data-url="/pages/voyageManage/billVoyageList/billVoyageList">
- <image class="icon" src="../../images/newUI/bill.png"></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>
- <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="../../images/newUI/weather.png"></image>
- <view>
- <view class="title">天气查询</view>
- <!-- <view class="df aic">
- <view class="text">温度</view>
- <view class="num">39℃</view>
- </view> -->
- </view>
- </view>
- <view class="df aic func-line-right" bindtap="goTo" data-url="/pages/index/declarePort/voyageList">
- <image class="icon" src="../../images/newUI/port.png"></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>
|