Commit d248b123 authored by xiangzj's avatar xiangzj

要货调整

parent cc09b294
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
</view> </view>
<view class="empty"></view> <view class="empty"></view>
<swiper ref="swiper1" class="tab-box" :current="tabIndex" :duration="300" @change="onswiperchange" <swiper ref="swiper1" class="tab-box" :current="tabIndex" :duration="300" @change="onswiperchange"
@transition="onswiperscroll" @animationfinish="animationfinish" @onAnimationEnd="animationfinish"> @transition="onswiperscroll" @animationfinish="animationfinish" @onAnimationEnd="animationfinish">
<swiper-item class="swiper-item" v-for="(page, index) in tabList" :key="index"> <swiper-item class="swiper-item" v-for="(page, index) in tabList" :key="index">
......
...@@ -85,29 +85,12 @@ ...@@ -85,29 +85,12 @@
<view class="middle view"> <view class="middle view">
<view class="text-block"> <view class="text-block">
<text class="middle-date">品牌</text> <text class="middle-date">品牌</text>
<view class="middle-date-des uni-list picker-year"> <text class="middle-date-des">品牌XX</text>
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<text class="middle-date-des">H533008256</text>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode="aspectFit"></image>
</view>
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">产品</text> <text class="middle-date">产品</text>
<view class="middle-date-des uni-list picker-year"> <text class="middle-date-des">产品XX</text>
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<text class="middle-date-des">五粮液</text>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode="aspectFit"></image>
</view>
</view>
<view class="text-block">
<text class="middle-date">未发货件数</text>
<text class="middle-date-des">8510050100067259284</text>
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">未发货件数</text> <text class="middle-date">未发货件数</text>
...@@ -115,31 +98,11 @@ ...@@ -115,31 +98,11 @@
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">传统当月计划量</text> <text class="middle-date">传统当月计划量</text>
<view class="middle-date-des uni-list picker-year"> <text class="middle-date-des">500,000.00</text>
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<picker class="picker-block" @change="bindPickerChange" :value="index"
:range="array">
<text class="uni-input">{{array[index]}}</text>
</picker>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode=""></image>
</view>
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">传统当月剩余量</text> <text class="middle-date">传统当月剩余量</text>
<view class="middle-date-des uni-list picker-year"> <text class="middle-date-des">500,000.00</text>
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<picker class="picker-block" @change="bindPickerChange" :value="index"
:range="array">
<text class="uni-input">{{array[index]}}</text>
</picker>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode=""></image>
</view>
</view> </view>
<view class="text-block"> <view class="text-block">
<text class="middle-date">传统当年剩余量</text> <text class="middle-date">传统当年剩余量</text>
...@@ -367,4 +330,4 @@ ...@@ -367,4 +330,4 @@
.btn-text-l { .btn-text-l {
color: $wly-primary-color; color: $wly-primary-color;
} }
</style> </style>
...@@ -135,14 +135,14 @@ ...@@ -135,14 +135,14 @@
this.bpPrice = res.DATA this.bpPrice = res.DATA
}, },
goPage(page) { goPage(page) {
if (page === 'my-purchase') { // if (page === 'my-purchase') {
uni.showToast({ // uni.showToast({
title: '要货功能开发中...', // title: '要货功能开发中...',
icon: 'none', // icon: 'none',
duration: 1500 // duration: 1500
}); // });
return // return
} // }
uni.navigateTo({ uni.navigateTo({
url: `/pages/${page}/${page}` url: `/pages/${page}/${page}`
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment