You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.5 KiB
74 lines
2.5 KiB
|
|
<!-- <statusBar title="首页"></statusBar> -->
|
|
<image src="../img/home/banner.png" class="login-top-bg" />
|
|
|
|
<view class="home-content">
|
|
<view class="yygl-box">
|
|
<view bindtap="notice">
|
|
<image src="../img/home/tz_bg.png" class="bg-img" />
|
|
<view class="txt-link">
|
|
通知公告
|
|
<image src="../img/home/tz_icon.png" class="link-icon" />
|
|
</view>
|
|
</view>
|
|
<view bindtap="technicalData">
|
|
<image src="../img/home/zl_bg.png" class="bg-img" />
|
|
<view class="txt-link">
|
|
技术资料
|
|
<image src="../img/home/zl_icon.png" class="link-icon" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="statistic">
|
|
<view class="nav-title">工单管理</view>
|
|
<view class="toDayOrder">
|
|
<view bindtap="monthOrder" data-type="1">
|
|
<view class="nav-icon">
|
|
<image src="../img/home/djd.png" />
|
|
<text class="num" wx:if='{{orderObj.djdCount>0}}'>{{orderObj.djdCount}}</text>
|
|
</view>
|
|
<text>待接单</text>
|
|
</view>
|
|
<view bindtap="monthOrder" data-type="2">
|
|
<view class="nav-icon">
|
|
<image src="../img/home/fwz.png" />
|
|
<text class="num" wx:if='{{orderObj.fwzCount>0}}'>{{orderObj.fwzCount}}</text>
|
|
</view>
|
|
<text>服务中</text>
|
|
</view>
|
|
<view bindtap="monthOrder" data-type="3">
|
|
<view class="nav-icon">
|
|
<image src="../img/home/ywc.png" />
|
|
<text class="num" wx:if='{{orderObj.ywcCount>0}}'>{{orderObj.ywcCount}}</text>
|
|
</view>
|
|
<text>已完成</text>
|
|
</view>
|
|
<view bindtap="monthOrder" data-type="0">
|
|
<view class="nav-icon">
|
|
<image src="../img/home/gdcx.png" />
|
|
<text class="num" wx:if='{{orderObj.allCount>0}}'>{{orderObj.allCount}}</text>
|
|
</view>
|
|
<text>工单查询</text>
|
|
</view>
|
|
</view>
|
|
<view class="nav-title">物料管理</view>
|
|
<view class="toDayOrder">
|
|
<view bindtap="materialApply">
|
|
<view class="nav-icon">
|
|
<image src="../img/home/wlsq.png" />
|
|
<!-- <text class="num" wx:if='{{orderObj.djdCount>0}}'>{{orderObj.djdCount}}</text> -->
|
|
</view>
|
|
<text>物料申请</text>
|
|
</view>
|
|
<view bindtap="myMaterial">
|
|
<view class="nav-icon">
|
|
<image src="../img/home/wdwl.png" />
|
|
<!-- <text class="num" wx:if='{{orderObj.fwzCount>0}}'>{{orderObj.fwzCount}}</text> -->
|
|
</view>
|
|
<text>我的物料</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 底部导航 -->
|
|
<tabBar url="home" active='0'></tabBar> |