Browse Source

成品入库--上拉加载

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

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

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

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

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

Loading…
Cancel
Save