|
|
@@ -16,7 +16,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <button class="admin-button-com middle blue" @click="refreshItem()" style="position: absolute;top:120upx;right:24upx;z-index:299;">刷新</button>
|
|
|
+ <button class="admin-button-com middle blue" @click="refreshItem()" style="position: absolute;top:120upx;right:24upx;z-index:99;">刷新</button>
|
|
|
|
|
|
<view class="scroll-middle_bx">
|
|
|
<scroll-view scroll-y scroll-with-animation class="tab-view">
|
|
|
@@ -91,14 +91,14 @@
|
|
|
|
|
|
<uni-popup ref="searchOptionRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
<view style="display:flex;padding:80upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
|
|
|
- <view @tap.stop="changeHasStock(2)" style="margin-bottom:20upx;margin-left:3upx;">
|
|
|
- <view style="margin-top:5upx;overflow: hidden;white-space: nowrap;width:100upx;text-align:center;font-size:35upx;">没库存</view>
|
|
|
+ <view @tap.stop="changeHasStock(2)" style="margin-bottom:20upx;">
|
|
|
+ <view style="margin-top:5upx;overflow: hidden;white-space: nowrap;width:150upx;text-align:center;font-size:38upx;">没库存</view>
|
|
|
</view>
|
|
|
- <view @tap.stop="changeHasStock(1)" style="margin-bottom:20upx;margin-left:3upx;">
|
|
|
- <view style="margin-top:5upx;overflow: hidden;white-space: nowrap;width:100upx;text-align:center;font-size:35upx;">有库存</view>
|
|
|
+ <view @tap.stop="changeHasStock(1)" style="margin-bottom:20upx;">
|
|
|
+ <view style="margin-top:5upx;overflow: hidden;white-space: nowrap;width:150upx;text-align:center;font-size:38upx;">有库存</view>
|
|
|
</view>
|
|
|
- <view @tap.stop="changeHasStock(0)" style="margin-bottom:20upx;margin-left:3upx;">
|
|
|
- <view style="margin-top:5upx;overflow: hidden;white-space: nowrap;width:140upx;text-align:center;font-size:35upx;">重新选</view>
|
|
|
+ <view @tap.stop="changeHasStock(0)" style="margin-bottom:20upx;">
|
|
|
+ <view style="margin-top:5upx;overflow: hidden;white-space: nowrap;width:150upx;text-align:center;font-size:38upx;">重新选</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|