|
@@ -2,7 +2,7 @@
|
|
|
<view class="content flex flex_column">
|
|
|
<view class="searchBar">
|
|
|
<view class="p-title flex align_center">
|
|
|
- <view class="shelfName flex align_center"><text></text>{{nowData.shelfName}}</view>
|
|
|
+ <view class="shelfName flex"><text></text>{{nowData.shelfName}}</view>
|
|
|
<view class="btns" @click="showTab = true">筛选<u-icon name="more-circle"></u-icon></view>
|
|
|
</view>
|
|
|
<view class="search flex align_center">
|
|
@@ -147,7 +147,7 @@
|
|
|
@blur="cartChangeNums"
|
|
|
:index="'cart_'+item.id"
|
|
|
:min="0"
|
|
|
- :max="item.stockQty||999999"></u-number-box>
|
|
|
+ :max="999999"></u-number-box>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -234,7 +234,7 @@
|
|
|
}
|
|
|
},
|
|
|
onNavigationBarButtonTap(e) {
|
|
|
- if(e.index == 1){
|
|
|
+ if(e.index == 0){
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/stockCheck/checkRecord'
|
|
|
})
|
|
@@ -411,8 +411,9 @@
|
|
|
stockCheckDetailDelete({stockCheckDetailSn: data.stockCheckDetailSn}).then(res=>{
|
|
|
if(res.status == 200){
|
|
|
this.chooseList.splice(a,1)
|
|
|
+ this.orderTotal = this.chooseList.length
|
|
|
// 删除最后一个后刷新列表
|
|
|
- if(this.chooseList.length == 0){
|
|
|
+ if(this.orderTotal == 0){
|
|
|
this.showCart = false
|
|
|
this.getDetail()
|
|
|
this.getChooseList()
|
|
@@ -592,6 +593,9 @@
|
|
|
font-size: 32rpx;
|
|
|
.shelfName{
|
|
|
width: 80%;
|
|
|
+ height: 50rpx;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
flex-grow: 1;
|
|
|
font-weight: bold;
|
|
|
text{
|
|
@@ -601,6 +605,7 @@
|
|
|
background: #0485F6;
|
|
|
margin-right: 10rpx;
|
|
|
border-radius: 10rpx;
|
|
|
+ margin-top: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
.btns{
|
|
@@ -630,7 +635,7 @@
|
|
|
padding: 0 0.5rem;
|
|
|
flex-grow: 1;
|
|
|
.scroll-view{
|
|
|
- height: calc(100vh - 180rpx);
|
|
|
+ height: calc(100vh - 260rpx);
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.partList-list-box{
|
|
@@ -705,7 +710,7 @@
|
|
|
}
|
|
|
.footer-bar{
|
|
|
background-color: #f8f8f8;
|
|
|
- padding: 52upx 20upx;
|
|
|
+ padding: 20upx;
|
|
|
.f-left{
|
|
|
background-color: #d8d8d8;
|
|
|
padding: 15upx;
|
|
@@ -849,7 +854,7 @@
|
|
|
}
|
|
|
}
|
|
|
.item-info{
|
|
|
- border-bottom:2rpx solid #f8f8f8;
|
|
|
+ border-bottom:2rpx solid #eee;
|
|
|
flex-grow: 1;
|
|
|
padding-left: 0.2em;
|
|
|
}
|