|
@@ -34,6 +34,20 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view>
|
|
|
+
|
|
|
+ <view class='title'>运输管理</view>
|
|
|
+ <view class="cu-list grid" :class="['col-' + gridCol,gridBorder?'':'no-border']" v-if="isShowBtn">
|
|
|
+ <view class="cu-item" v-for="(item,index) in gridList1" :key="index" @click="gridClick(item, index)"
|
|
|
+ v-if="index<gridCol*2">
|
|
|
+ <view :class="['cuIcon-' + item.cuIcon,'text-' + item.color]">
|
|
|
+ <image :src="item.src" class="sign"></image>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <text>{{item.name}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
|
|
|
:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='立即开通'
|
|
|
title='您尚未开通ERP业务' showCancelButton='false' :content="content" @confirm="goOpenService" @cancel="cancelClick"></u-modal>
|
|
@@ -104,21 +118,41 @@
|
|
|
tips: 0,
|
|
|
url: `/pages/erp/improvedExWaehousing/improvedExWaehousing`,
|
|
|
show: true
|
|
|
- },
|
|
|
+ }
|
|
|
+ // {
|
|
|
+ // num: 4,
|
|
|
+ // name: '开通业务',
|
|
|
+ // // icon: 'cuIcon-edit',
|
|
|
+ // src: '../../static/img/erp/shougouzhijian@3x.png',
|
|
|
+ // tips: 0,
|
|
|
+ // url: `/pages/erp/openService/openService`,
|
|
|
+ // show: true
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // num: 5,
|
|
|
+ // name: '联系客服',
|
|
|
+ // // icon: 'cuIcon-edit',
|
|
|
+ // src: '../../static/img/erp/shougouzhijian@3x.png',
|
|
|
+ // tips: 0,
|
|
|
+ // url: `/pages/erp/contactCustomerService/contactCustomerService`,
|
|
|
+ // show: true
|
|
|
+ // }
|
|
|
+ ],
|
|
|
+ gridList1: [
|
|
|
{
|
|
|
- num: 4,
|
|
|
+ num: 0,
|
|
|
name: '发货反馈',
|
|
|
// icon: 'cuIcon-copy',
|
|
|
- src: '../../static/img/erp/shougoujianjin@3x.png',
|
|
|
+ src: '../../static/img/erp/delivery@3x.png',
|
|
|
tips: 0,
|
|
|
url: '/pages/erp/deliveryfeedback/list',
|
|
|
show: true
|
|
|
},
|
|
|
{
|
|
|
- num: 5,
|
|
|
+ num: 1,
|
|
|
name: '收货反馈',
|
|
|
// icon: 'cuIcon-edit',
|
|
|
- src: '../../static/img/erp/shougouzhijian@3x.png',
|
|
|
+ src: '../../static/img/erp/receiving@3x.png',
|
|
|
tips: 0,
|
|
|
url: `/pages/erp/receivingfeedback/list`,
|
|
|
show: true
|