|
@@ -42,7 +42,7 @@
|
|
{{item.productCode}}
|
|
{{item.productCode}}
|
|
</view>
|
|
</view>
|
|
<view class="productName u-line-2">
|
|
<view class="productName u-line-2">
|
|
- {{item.productName}}sasasasass的翻江倒海的结果和减肥感觉感觉
|
|
|
|
|
|
+ {{item.productName}}
|
|
</view>
|
|
</view>
|
|
<view class="ptxt flex align_center">
|
|
<view class="ptxt flex align_center">
|
|
<view>
|
|
<view>
|
|
@@ -83,7 +83,7 @@
|
|
</scroll-view>
|
|
</scroll-view>
|
|
<u-empty :src="`/static/${$config('themePath')}/def_no_data@3x.png`" icon-size="200" :text="noDataText" img-width="120" v-else></u-empty>
|
|
<u-empty :src="`/static/${$config('themePath')}/def_no_data@3x.png`" icon-size="200" :text="noDataText" img-width="120" v-else></u-empty>
|
|
</view>
|
|
</view>
|
|
- <view class="backOrderFooter u-flex">
|
|
|
|
|
|
+ <view class="backOrderFooter u-flex" :style="{zIndex:(detailFlag? 99999:11)}">
|
|
<view class="checkBox">
|
|
<view class="checkBox">
|
|
<u-checkbox-group><u-checkbox v-model="allChecked" shape="circle" @change="allCheckedChange">全选</u-checkbox></u-checkbox-group>
|
|
<u-checkbox-group><u-checkbox v-model="allChecked" shape="circle" @change="allCheckedChange">全选</u-checkbox></u-checkbox-group>
|
|
</view>
|
|
</view>
|
|
@@ -104,7 +104,7 @@
|
|
<view class="footerBox_r"><u-button type="primary" shape="circle" @click="addBackOrder">新增调回单</u-button></view>
|
|
<view class="footerBox_r"><u-button type="primary" shape="circle" @click="addBackOrder">新增调回单</u-button></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <!-- 排序弹窗 -->
|
|
|
|
|
|
+ <!-- 弹窗 -->
|
|
<u-popup v-model="chooseShow" mode="right" width="60%">
|
|
<u-popup v-model="chooseShow" mode="right" width="60%">
|
|
<view class="choosePopup">
|
|
<view class="choosePopup">
|
|
<view class="chooseTit">滞销天数</view>
|
|
<view class="chooseTit">滞销天数</view>
|
|
@@ -574,6 +574,8 @@ export default {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 10rpx 0;
|
|
padding: 10rpx 0;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
|
|
+ position: relative;
|
|
|
|
+ background-color: #fff;
|
|
.checkBox {
|
|
.checkBox {
|
|
width: 20%;
|
|
width: 20%;
|
|
}
|
|
}
|