|
@@ -187,20 +187,7 @@
|
|
<view class="left">工单管理</view>
|
|
<view class="left">工单管理</view>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="list">
|
|
- <view
|
|
|
|
- class="item"
|
|
|
|
- v-for="(item, index) in orderList"
|
|
|
|
- :key="index"
|
|
|
|
- @tap="
|
|
|
|
- toPage(
|
|
|
|
- !userInfo.mobile
|
|
|
|
- ? '/packageMine/pages/phone'
|
|
|
|
- : !userInfo.workerNumber
|
|
|
|
- ? '/packageMine/pages/myWebsit'
|
|
|
|
- : item.url
|
|
|
|
- )
|
|
|
|
- "
|
|
|
|
- >
|
|
|
|
|
|
+ <view class="item" v-for="(item, index) in orderList" :key="index" @tap="toPage(item.url)">
|
|
<image :src="require(`@/static/images/home/order-icon${item.code}.png`)" mode=""></image>
|
|
<image :src="require(`@/static/images/home/order-icon${item.code}.png`)" mode=""></image>
|
|
<text>{{ item.title }}</text>
|
|
<text>{{ item.title }}</text>
|
|
</view>
|
|
</view>
|
|
@@ -211,37 +198,13 @@
|
|
<view class="other-container card">
|
|
<view class="other-container card">
|
|
<view class="home-title">
|
|
<view class="home-title">
|
|
<view class="left">辅材</view>
|
|
<view class="left">辅材</view>
|
|
- <view
|
|
|
|
- class="right"
|
|
|
|
- @tap="
|
|
|
|
- toPage(
|
|
|
|
- !userInfo.mobile
|
|
|
|
- ? '/packageMine/pages/phone'
|
|
|
|
- : !userInfo.workerNumber
|
|
|
|
- ? '/packageMine/pages/myWebsit'
|
|
|
|
- : `/packageMaterial/pages/index?type=M`
|
|
|
|
- )
|
|
|
|
- "
|
|
|
|
- >
|
|
|
|
|
|
+ <view class="right" @tap="toPage(`/packageMaterial/pages/index?type=M`)">
|
|
<text class="text">查看详细</text>
|
|
<text class="text">查看详细</text>
|
|
<text class="iconfont icon-jinru"></text>
|
|
<text class="iconfont icon-jinru"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="list">
|
|
- <view
|
|
|
|
- class="item"
|
|
|
|
- v-for="(item, index) in otherList"
|
|
|
|
- :key="index"
|
|
|
|
- @tap="
|
|
|
|
- toPage(
|
|
|
|
- !userInfo.mobile
|
|
|
|
- ? '/packageMine/pages/phone'
|
|
|
|
- : !userInfo.workerNumber
|
|
|
|
- ? '/packageMine/pages/myWebsit'
|
|
|
|
- : item.url
|
|
|
|
- )
|
|
|
|
- "
|
|
|
|
- >
|
|
|
|
|
|
+ <view class="item" v-for="(item, index) in otherList" :key="index" @tap="toPage(item.url)">
|
|
<image :src="require(`@/static/images/home/other-icon${item.code}.png`)" mode=""></image>
|
|
<image :src="require(`@/static/images/home/other-icon${item.code}.png`)" mode=""></image>
|
|
<text>{{ item.title }}</text>
|
|
<text>{{ item.title }}</text>
|
|
</view>
|
|
</view>
|
|
@@ -251,37 +214,13 @@
|
|
<view class="other-container card">
|
|
<view class="other-container card">
|
|
<view class="home-title">
|
|
<view class="home-title">
|
|
<view class="left">配件</view>
|
|
<view class="left">配件</view>
|
|
- <view
|
|
|
|
- class="right"
|
|
|
|
- @tap="
|
|
|
|
- toPage(
|
|
|
|
- !userInfo.mobile
|
|
|
|
- ? '/packageMine/pages/phone'
|
|
|
|
- : !userInfo.workerNumber
|
|
|
|
- ? '/packageMine/pages/myWebsit'
|
|
|
|
- : `/packageMaterial/pages/index?type=P`
|
|
|
|
- )
|
|
|
|
- "
|
|
|
|
- >
|
|
|
|
|
|
+ <view class="right" @tap="toPage(`/packageMaterial/pages/index?type=P`)">
|
|
<text class="text">查看详细</text>
|
|
<text class="text">查看详细</text>
|
|
<text class="iconfont icon-jinru"></text>
|
|
<text class="iconfont icon-jinru"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="list">
|
|
- <view
|
|
|
|
- class="item"
|
|
|
|
- v-for="(item, index) in otherList2"
|
|
|
|
- :key="index"
|
|
|
|
- @tap="
|
|
|
|
- toPage(
|
|
|
|
- !userInfo.mobile
|
|
|
|
- ? '/packageMine/pages/phone'
|
|
|
|
- : !userInfo.workerNumber
|
|
|
|
- ? '/packageMine/pages/myWebsit'
|
|
|
|
- : item.url
|
|
|
|
- )
|
|
|
|
- "
|
|
|
|
- >
|
|
|
|
|
|
+ <view class="item" v-for="(item, index) in otherList2" :key="index" @tap="toPage(item.url)">
|
|
<image :src="require(`@/static/images/home/other-icon${item.code}.png`)" mode=""></image>
|
|
<image :src="require(`@/static/images/home/other-icon${item.code}.png`)" mode=""></image>
|
|
<text>{{ item.title }}</text>
|
|
<text>{{ item.title }}</text>
|
|
</view>
|
|
</view>
|