Browse Source

发料任务接收弹出扫描框

hella_online_20241128
lijuncheng 3 months ago
parent
commit
393c613ed5
  1. 5
      src/pages/productionReceipt/job/productionReceiptJob.vue

5
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -290,9 +290,12 @@
this.loadingType = "nomore"; this.loadingType = "nomore";
return; return;
} }
this.jobList = type === "refresh" ? list : this.jobList.concat(list); this.jobList = type === "refresh" ? list : this.jobList.concat(list);
this.pageNo++; this.pageNo++;
if(this.pageNo==2){
this.openScanPopup()
}
}).catch(error => { }).catch(error => {
if (type === "refresh") { if (type === "refresh") {
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();

Loading…
Cancel
Save