修复供货采购页面跳转出错的bug
This commit is contained in:
parent
666ec55e9a
commit
f196e68dae
|
@ -135,9 +135,14 @@
|
|||
<view class="special_work-titleb" v-if='codenote[0].status==0'>交易申请状态:待审核</view>
|
||||
</view>
|
||||
<view class="content ">
|
||||
<view class="examine"
|
||||
<!-- <view class="examine"
|
||||
@click="navigator(`/pages/users/supply_procurement/index?type_id=12&isDetail=1&product_type=98&cate_id=${userInfoData.mer_info.category_id}`)">
|
||||
|
||||
<image class="icon_img" src="@/static/images/index4.png" mode="aspectFit"></image>
|
||||
<text class="text">供货采购</text>
|
||||
</view> -->
|
||||
<view class="examine"
|
||||
@click="navigator(`/pages/nongKe/supply_chain/supplierA?tit=1&type_id=12&isDetail=1&product_type=98&cate_id=${userInfoData.mer_info.category_id}`)">
|
||||
<image class="icon_img" src="@/static/images/index4.png" mode="aspectFit"></image>
|
||||
<text class="text">供货采购</text>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue