| | |
| | | <view class="grid-container"> |
| | | <view class="item" @click="select(1)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/jiafangdanwei.png" mode="aspectFit"></image> |
| | | <image src="../../static/image/infoSea.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>信息公海</view> |
| | | </view> |
| | |
| | | </view> |
| | | <view class="item-sort"> |
| | | <view> |
| | | <y-title title="过程管理" /> |
| | | </view> |
| | | <view class="grid-container"> |
| | | <view class="item" @click="select(11)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/zhantiepeizhi.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>周/日报</view> |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | </view> |
| | | <view class="item-sort"> |
| | | <view> |
| | | <y-title title="出差管理"></y-title> |
| | | </view> |
| | | <view class="grid-container"> |
| | |
| | | </view> |
| | | <view>出差申请</view> |
| | | </view> |
| | | <view class="item" @click="select(7)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/chucha_1.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>其他出差</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="item-sort"> |
| | | <view> |
| | | <y-title title="销售核价"></y-title> |
| | | </view> |
| | | <view class="grid-container"> |
| | | <view class="item" @click="select(8)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/zhantiepeizhi.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>核价管理</view> |
| | | </view> |
| | | <view class="item" @click="select(9)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/shengchenghuiyuanqia.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>报价管理</view> |
| | | </view> |
| | | <view class="item" @click="select(10)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/qiaruku.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>合同管理</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | }, |
| | | methods: { |
| | | select(id) { |
| | | let url = '/pages/business' |
| | | switch(id) { |
| | | case 1: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/cstmr/csmtr' |
| | | }) |
| | | url = `${url}/cstmr/csmtr` |
| | | break; |
| | | case 2: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/saleManage/saleManage' |
| | | }) |
| | | url = `${url}/saleManage/saleManage` |
| | | break; |
| | | case 3: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/plan/plan' |
| | | }) |
| | | url = `${url}/plan/plan` |
| | | break; |
| | | case 4: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/cstmrInfo/cstmrInfo' |
| | | }) |
| | | url = `${url}/cstmrInfo/cstmrInfo` |
| | | break; |
| | | case 5: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/goBusiness/goBusiness' |
| | | }) |
| | | url = `${url}/goBusiness/reimburseOnline` |
| | | break; |
| | | case 6: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/cstmrInfo/cstmrInfo' |
| | | }) |
| | | url = `${url}/goBusiness/goBusiness` |
| | | break; |
| | | |
| | | case 7: |
| | | url = `${url}/goBusiness/businessTripOther` |
| | | break; |
| | | case 8: |
| | | url = `${url}/pricing/priOnline` |
| | | break; |
| | | case 9: |
| | | url = `${url}/pricing/priQuote` |
| | | break; |
| | | case 10: |
| | | url = `${url}/pricing/contract` |
| | | break; |
| | | case 11: |
| | | url = `${url}/process/weekly` |
| | | break; |
| | | } |
| | | uni.navigateTo({ |
| | | url:url |
| | | }) |
| | | |
| | | } |
| | | } |