|
|
@ -91,12 +91,12 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 销核码兑换库存 --> |
|
|
|
<!-- 兑换码库存 --> |
|
|
|
<view class="width100 mart20"> |
|
|
|
<view class="width100 mart20"> |
|
|
|
<view class="width90 mart10 fcor333 font14 fontwig6 height22"> |
|
|
|
<view class="width90 mart10 fcor333 font14 fontwig6 height22"> |
|
|
|
<view class="promotion_xg flleft"></view> |
|
|
|
<view class="promotion_xg flleft"></view> |
|
|
|
<view class="promotion_mixg flleft" style="margin-left: -6px;"></view> |
|
|
|
<view class="promotion_mixg flleft" style="margin-left: -6px;"></view> |
|
|
|
<view class="flleft promotoin_text font16" style="margin-top: -2px;">销核码兑换</view> |
|
|
|
<view class="flleft promotoin_text font16" style="margin-top: -2px;">兑换码库存</view> |
|
|
|
<view class="promotion_mixg flleft"></view> |
|
|
|
<view class="promotion_mixg flleft"></view> |
|
|
|
<view class="promotion_xg flleft" style="margin-left: -6px;"></view> |
|
|
|
<view class="promotion_xg flleft" style="margin-left: -6px;"></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -113,7 +113,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- //循环:class="[index==0?'colorfe':'']" --> |
|
|
|
<!-- //循环:class="[index==0?'colorfe':'']" --> |
|
|
|
<view v-if="minepros == ''" class="width90">暂无数据</view> |
|
|
|
<view v-if="checkcodeList == ''" class="width90">暂无数据</view> |
|
|
|
<view v-for="(mers,index) in checkcodeList" :key="mers.id" class="pro_mok marb10 colore7" |
|
|
|
<view v-for="(mers,index) in checkcodeList" :key="mers.id" class="pro_mok marb10 colore7" |
|
|
|
@click="jumpAgent(1,mers.couponId,2)"> |
|
|
|
@click="jumpAgent(1,mers.couponId,2)"> |
|
|
|
<view class="width100 font14 fcor333 fontwig6 fotct paddtop10"> |
|
|
|
<view class="width100 font14 fcor333 fontwig6 fotct paddtop10"> |
|
|
@ -127,12 +127,12 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 销核码兑换销售 --> |
|
|
|
<!-- 兑换码统计 --> |
|
|
|
<view class="width100 mart20"> |
|
|
|
<view class="width100 mart20"> |
|
|
|
<view class="width90 mart10 fcor333 font14 fontwig6 height22"> |
|
|
|
<view class="width90 mart10 fcor333 font14 fontwig6 height22"> |
|
|
|
<view class="promotion_xg flleft"></view> |
|
|
|
<view class="promotion_xg flleft"></view> |
|
|
|
<view class="promotion_mixg flleft" style="margin-left: -6px;"></view> |
|
|
|
<view class="promotion_mixg flleft" style="margin-left: -6px;"></view> |
|
|
|
<view class="flleft promotoin_text font16" style="margin-top: -2px;">销核码统计</view> |
|
|
|
<view class="flleft promotoin_text font16" style="margin-top: -2px;">兑换码统计</view> |
|
|
|
<view class="promotion_mixg flleft"></view> |
|
|
|
<view class="promotion_mixg flleft"></view> |
|
|
|
<view class="promotion_xg flleft" style="margin-left: -6px;"></view> |
|
|
|
<view class="promotion_xg flleft" style="margin-left: -6px;"></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -148,7 +148,7 @@ |
|
|
|
总计 ¥{{codeList.salesCountPrice}} |
|
|
|
总计 ¥{{codeList.salesCountPrice}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="minepros == ''" class="width90">暂无数据</view> |
|
|
|
<view v-if="checkcodeList == ''" class="width90">暂无数据</view> |
|
|
|
<!-- //循环 --> |
|
|
|
<!-- //循环 --> |
|
|
|
<view v-for="(mers,index) in checkcodeList" :key="mers.id" class="pro_mok marb10 colore9" |
|
|
|
<view v-for="(mers,index) in checkcodeList" :key="mers.id" class="pro_mok marb10 colore9" |
|
|
|
@click="jumpAgent(2,mers.couponId,2)"> |
|
|
|
@click="jumpAgent(2,mers.couponId,2)"> |
|
|
|