Browse Source

成品入库--上拉加载

hella_online_20240829
wangyufei 3 months ago
parent
commit
b57c42b20d
  1. 4
      src/pages/productPutaway/job/fgProductPutawayJob.vue
  2. 7
      src/pages/productPutaway/job/productPutawayJob.vue

4
src/pages/productPutaway/job/fgProductPutawayJob.vue

@ -16,7 +16,9 @@
}; };
}, },
onReachBottom() {
this.$refs.productPutawayJob.onReach();
},
onShow() { onShow() {
if(this.$refs.productPutawayJob!=undefined){ if(this.$refs.productPutawayJob!=undefined){
this.$refs.productPutawayJob.refresh(); this.$refs.productPutawayJob.refresh();

7
src/pages/productPutaway/job/productPutawayJob.vue

@ -126,6 +126,13 @@
}, },
methods: { methods: {
onReach() {
//
if (this.loadingType == 'loading' || this.loadingType == 'nomore') {
return;
}
this.getList("more");
},
toHome() { toHome() {
goHome() goHome()
}, },

Loading…
Cancel
Save