|
|
@ -44,6 +44,7 @@ |
|
|
|
<view class="box"> |
|
|
|
<view class=""> |
|
|
|
<view class="title">设备维护</view> |
|
|
|
|
|
|
|
<u-row gutter="16" style="padding:0px 20rpx ;"> |
|
|
|
<u-col span="3"> |
|
|
|
<view class="icon-item" @click="open('/pages/deviceReport/index?type=DEVICE')"> |
|
|
@ -51,25 +52,25 @@ |
|
|
|
<view>设备报修</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if=" $store.state.user.classType == 'DEVICE' || $store.state.user.classType == 'TECH' || !$store.state.user.classType"> |
|
|
|
<u-col span="3" v-if=" $store.state.user.dept.classType == 'DEVICE' || $store.state.user.dept.classType == 'TECH' || !$store.state.user.dept.classType"> |
|
|
|
<view class="icon-item" @click="open('/pages/repairOrder/index?type=DEVICE')"> |
|
|
|
<image src="../static/images/icon5.svg" mode=""></image> |
|
|
|
<view>维修工单</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if=" $store.state.user.classType == 'DEVICE' || $store.state.user.classType == 'TECH' || !$store.state.user.classType"> |
|
|
|
<u-col span="3" v-if=" $store.state.user.dept.classType == 'DEVICE' || $store.state.user.dept.classType == 'TECH' || !$store.state.user.dept.classType"> |
|
|
|
<view class="icon-item" @click="open('/pages/overhaulOrder/index?type=DEVICE')"> |
|
|
|
<image src="../static/images/icon3.svg" mode=""></image> |
|
|
|
<view>检修工单</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if=" $store.state.user.classType == 'DEVICE' || $store.state.user.classType == 'TECH' || !$store.state.user.classType"> |
|
|
|
<u-col span="3" v-if=" $store.state.user.dept.classType == 'DEVICE' || $store.state.user.dept.classType == 'TECH' || !$store.state.user.dept.classType"> |
|
|
|
<view class="icon-item" @click="open('/pages/spotCheckOrder/addForm?type=DEVICE')"> |
|
|
|
<image src="../static/images/icon2.svg" mode=""></image> |
|
|
|
<view>点检工单</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if=" $store.state.user.classType == 'DEVICE' || $store.state.user.classType == 'TECH' || !$store.state.user.classType"> |
|
|
|
<u-col span="3" v-if=" $store.state.user.dept.classType == 'DEVICE' || $store.state.user.dept.classType == 'TECH' || !$store.state.user.dept.classType"> |
|
|
|
<view class="icon-item" @click="open('/pages/upkeepOrder/index?type=DEVICE')"> |
|
|
|
<image src="../static/images/icon1.svg" mode=""></image> |
|
|
|
<view>保养工单</view> |
|
|
@ -88,19 +89,19 @@ |
|
|
|
<view>模具报修</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if="$store.state.user.classType == 'MOLD' "> |
|
|
|
<u-col span="3" v-if="$store.state.user.dept.classType == 'MOLD' "> |
|
|
|
<view class="icon-item" @click="open('/pages/repairOrder/index?type=MOLD')"> |
|
|
|
<image src="../static/images/icon5.svg" mode=""></image> |
|
|
|
<view>维修工单</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if="$store.state.user.classType == 'MOLD' "> |
|
|
|
<u-col span="3" v-if="$store.state.user.dept.classType == 'MOLD' "> |
|
|
|
<view class="icon-item" @click="open('/pages/overhaulOrder/index?type=MOLD')"> |
|
|
|
<image src="../static/images/icon2.svg" mode=""></image> |
|
|
|
<view>检修工单</view> |
|
|
|
</view> |
|
|
|
</u-col> |
|
|
|
<u-col span="3" v-if="$store.state.user.classType == 'MOLD' "> |
|
|
|
<u-col span="3" v-if="$store.state.user.dept.classType == 'MOLD' "> |
|
|
|
<view class="icon-item" @click="open('/pages/maintenWorkOrderList/index')"> |
|
|
|
<image src="../static/images/icon1.svg" mode=""></image> |
|
|
|
<view>保养工单</view> |
|
|
|