托盘编号提交

master
Mr.sun 2 years ago
parent b63478639f
commit 5033506e3e
  1. 11
      pages/inventory/index.vue

@ -165,14 +165,7 @@
// }) // })
}, },
//(100pages.json)
// onReachBottom() {
// this.loadStatus = "loading";
// setTimeout(() => {
// this.dataForm.pageNum += 1;
// this.loadList();
// }, 100);
// },
onPullDownRefresh () { onPullDownRefresh () {
@ -209,7 +202,7 @@
this.show=true this.show=true
this.form.id=item.id this.form.id=item.id
this.form.goodNo=item.goodNo this.form.goodNo=item.goodNo
this.form.goodNo=item.containerCode this.form.containerCode=item.containerCode
this.form.invQty=item.invQty this.form.invQty=item.invQty

Loading…
Cancel
Save