| | |
| | | </view> |
| | | <view>出差申请</view> |
| | | </view> |
| | | <view class="item" @click="select(6)"> |
| | | <view class="item" @click="select(7)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/chucha_1.png" mode="aspectFit"></image> |
| | | </view> |
| | |
| | | <y-title title="销售核价"></y-title> |
| | | </view> |
| | | <view class="grid-container"> |
| | | <view class="item" @click="select(5)"> |
| | | <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(6)"> |
| | | <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(6)"> |
| | | <view class="item" @click="select(10)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/qiaruku.png" mode="aspectFit"></image> |
| | | </view> |
| | |
| | | url:'/pages/business/goBusiness/goBusiness' |
| | | }) |
| | | break; |
| | | case 7: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/goBusiness/businessTripOther' |
| | | }) |
| | | break; |
| | | case 8: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/pricing/priOnline' |
| | | }) |
| | | break; |
| | | case 9: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/pricing/priQuote' |
| | | }) |
| | | break; |
| | | case 10: |
| | | uni.navigateTo({ |
| | | url:'/pages/business/pricing/contract' |
| | | }) |
| | | break; |
| | | |
| | | } |
| | | |