|
|
|
|
@ -165,14 +165,7 @@ |
|
|
|
|
|
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
//上拉刷新(当数据距离底部100时触发,距离在pages.json配置) |
|
|
|
|
// onReachBottom() { |
|
|
|
|
// this.loadStatus = "loading"; |
|
|
|
|
// setTimeout(() => { |
|
|
|
|
// this.dataForm.pageNum += 1; |
|
|
|
|
// this.loadList(); |
|
|
|
|
// }, 100); |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onPullDownRefresh () { |
|
|
|
|
@ -209,7 +202,7 @@ |
|
|
|
|
this.show=true |
|
|
|
|
this.form.id=item.id |
|
|
|
|
this.form.goodNo=item.goodNo |
|
|
|
|
this.form.goodNo=item.containerCode |
|
|
|
|
this.form.containerCode=item.containerCode |
|
|
|
|
|
|
|
|
|
this.form.invQty=item.invQty |
|
|
|
|
|
|
|
|
|
|