| | |
| | | <uni-search-bar placeholder="自定义背景色" bgColor="#f4f4f4" @confirm="search" /> |
| | | </view> --> |
| | | <view class="item-sort"> |
| | | |
| | | <view> |
| | | <y-title title="公司资料库" /> |
| | | <y-title title="客户管理" /> |
| | | </view> |
| | | <view class="grid-container"> |
| | | <view class="item" @click="select()"> |
| | | <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> |
| | | |
| | | <view class="item" @click="select(4)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/3daqu.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(2)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/zuzhibumen.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>跟踪项目</view> |
| | | </view> |
| | | <view class="item" @click="select(3)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/dingdanguanli.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>规划申请单</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- <view class="item-sort"> |
| | | <y-title title="销售管理"></y-title> |
| | | </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 class="item" @click="select(5)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/chalvfeiyongbaoxiao.png" mode="aspectFit"></image> |
| | | </view> |
| | | <view>报销申请</view> |
| | | </view> |
| | | <view class="item" @click="select(6)"> |
| | | <view class="img"> |
| | | <image src="../../static/image/chucha.png" mode="aspectFit"></image> |
| | | </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> |
| | | </template> |
| | | |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | select() { |
| | | select(id) { |
| | | let url = '/pages/business' |
| | | switch(id) { |
| | | case 1: |
| | | url = `${url}/cstmr/csmtr` |
| | | break; |
| | | case 2: |
| | | url = `${url}/saleManage/saleManage` |
| | | break; |
| | | case 3: |
| | | url = `${url}/plan/plan` |
| | | break; |
| | | case 4: |
| | | url = `${url}/cstmrInfo/cstmrInfo` |
| | | break; |
| | | case 5: |
| | | url = `${url}/goBusiness/reimburseOnline` |
| | | break; |
| | | case 6: |
| | | 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:'/pages/business/cstmr/csmtr' |
| | | url:url |
| | | }) |
| | | |
| | | } |
| | | } |
| | | } |