Browse Source

扫描数量

lijuncheng0816
wangyufei 1 month ago
parent
commit
ac40331586
  1. 7
      src/pages/fg/receiptByPlan.vue

7
src/pages/fg/receiptByPlan.vue

@ -355,7 +355,12 @@ import { nextTick } from 'vue';
throw new Error("未查找到单据信息") throw new Error("未查找到单据信息")
} }
uni.hideLoading() uni.hideLoading()
this.clearData(); this.showList = [];
this.allList = [];
this.index = 1;
this.dataContent.handleQty = 0;
nextTick(()=>{ nextTick(()=>{
this.showCommitSuccessMessage("提交成功<br>生成装配收货记录<br>" + list[0].requestNumber, list) this.showCommitSuccessMessage("提交成功<br>生成装配收货记录<br>" + list[0].requestNumber, list)
}) })

Loading…
Cancel
Save