|
@@ -24,7 +24,7 @@
|
|
|
@click="navToPage(`/packageMaterial/pages/apply/index`)"
|
|
|
></u-button>
|
|
|
</view>
|
|
|
- <view class="bottom">
|
|
|
+ <!-- <view class="bottom">
|
|
|
<view class="it" @tap="navToPage(`/packageMaterial/pages/stock/returnList?type=NEW`)">
|
|
|
<view class="num">{{ count.newRefundCount || 0 }}</view>
|
|
|
<view class="text">新件待返还</view>
|
|
@@ -33,7 +33,7 @@
|
|
|
<view class="num">{{ count.oldRefundCount || 0 }}</view>
|
|
|
<view class="text">旧件待返还</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="card" v-if="type == 'M'">
|
|
|
<view class="top">
|
|
@@ -80,7 +80,7 @@
|
|
|
@click="navToPage(`/packageAttachment/pages/applicationParts/index`)"
|
|
|
></u-button>
|
|
|
</view>
|
|
|
- <view class="bottom">
|
|
|
+ <!-- <view class="bottom">
|
|
|
<view class="it" @tap="navToPage(`/packageAttachment/pages/returnOfNewParts/index`)">
|
|
|
<view class="num">{{ count.newRefundCount || 0 }}</view>
|
|
|
<view class="text">新件待返还</view>
|
|
@@ -89,7 +89,7 @@
|
|
|
<view class="num">{{ count.oldRefundCount || 0 }}</view>
|
|
|
<view class="text">旧件待返还</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="card" v-if="type == 'P'">
|
|
|
<view class="top">
|