|
|
@ -29,8 +29,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<u-line color="#D8D8D8" style="margin-bottom: 15rpx"></u-line> |
|
|
|
<view style="margin-top: 170rpx; padding-bottom: 130rpx;"> |
|
|
|
<u-line color="#D8D8D8" style="margin-bottom: 10rpx"></u-line> |
|
|
|
<view style="margin-top: 160rpx; padding-bottom: 130rpx;"> |
|
|
|
<u-line color="#D8D8D8" style="margin-bottom: 15rpx"></u-line> |
|
|
|
<scroll-view scroll-y="true" class="" style="margin-bottom: 0px;"> |
|
|
|
<view class="detail-list" v-for="(item, index) in showList" :key="item.id"> |
|
|
@ -382,6 +382,7 @@ |
|
|
|
} else { |
|
|
|
//未扫描,赋值 |
|
|
|
selectItem.scaned = true; |
|
|
|
selectItem.balanceQty= Number(qty) |
|
|
|
selectItem.handleQty = Number(qty) |
|
|
|
selectItem.packQty = pack.packQty |
|
|
|
selectItem.packUnit = pack.packUnit |
|
|
@ -511,17 +512,17 @@ |
|
|
|
}); |
|
|
|
var params = this.setParams() |
|
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
|
// countJobSubmit(params).then(res => { |
|
|
|
// uni.hideLoading() |
|
|
|
// if (res.data) { |
|
|
|
// this.showCommitSuccessMessage("提交成功<br>生成盘点记录<br>" + res.data) |
|
|
|
// } else { |
|
|
|
// this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
|
// } |
|
|
|
// }).catch(error => { |
|
|
|
// uni.hideLoading() |
|
|
|
// this.showErrorMessage(error) |
|
|
|
// }) |
|
|
|
countJobSubmit(params).then(res => { |
|
|
|
uni.hideLoading() |
|
|
|
if (res.data) { |
|
|
|
this.showCommitSuccessMessage("提交成功<br>生成盘点记录<br>" + res.data) |
|
|
|
} else { |
|
|
|
this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
|
} |
|
|
|
}).catch(error => { |
|
|
|
uni.hideLoading() |
|
|
|
this.showErrorMessage(error) |
|
|
|
}) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
@ -608,7 +609,9 @@ |
|
|
|
|
|
|
|
.header { |
|
|
|
position: fixed; |
|
|
|
/* #ifdef H5 */ |
|
|
|
top: 88rpx; |
|
|
|
/* #endif */ |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
background-color: #fff; |
|
|
|