Merge branch 'huipay-h5' into huipay-app-dev

huipay-app-dev
杨杰 1 year ago
commit ac91f2ed39
  1. 9
      pages/index/collectNotes/collectNotes.vue

@ -90,8 +90,9 @@
<view class="width50 fotrt">{{statusList[item.status]}}</view> <view class="width50 fotrt">{{statusList[item.status]}}</view>
</view> </view>
<view class="alijusstart font14 paddtop5 fcor999"> <view class="alijusstart font14 paddtop5 fcor999">
<view class="width15 text1">{{item.salesmanName}}</view> <view class="width15 text1" v-if="userInfo.secUser.objectType == 2">{{item.salesmanName}}</view>
<view class="width85 fotrt">{{item.storeName}}</view> <view class="width85 text1" v-if="userInfo.secUser.objectType != 2">{{item.storeName}}</view>
<view class="width85 fotrt" v-if="userInfo.secUser.objectType == 2">{{item.storeName}}</view>
</view> </view>
<view class="alijusstart font14 paddtop5 fcor999"> <view class="alijusstart font14 paddtop5 fcor999">
<view class="width70">{{item.createTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} <view class="width70">{{item.createTime | timeFormat('yyyy-mm-dd hh:mm:ss')}}
@ -164,11 +165,11 @@
} }
// //
if (this.userInfo.secUser.objectType == 3) { if (this.userInfo.secUser.objectType == 3) {
this.getMerList(this.userInfo.secRole.id); this.getMerList(this.userInfo.salesman.id);
} }
// //
if (this.userInfo.secUser.objectType == 4) { if (this.userInfo.secUser.objectType == 4) {
this.getStoreListByMer(this.userInfo.secUser.id); this.getStoreListByMer(this.userInfo.mer.id);
} }
this.getTradeOrderList(); this.getTradeOrderList();
}, },

Loading…
Cancel
Save