Browse Source

按计划完工

lijuncheng0816
wangyufei 1 month ago
parent
commit
f46c669c99
  1. 3
      src/pages/fg/receiptByPlan.vue

3
src/pages/fg/receiptByPlan.vue

@ -353,8 +353,7 @@ import { nextTick } from 'vue';
throw new Error("未查找到单据信息") throw new Error("未查找到单据信息")
} }
uni.hideLoading() uni.hideLoading()
this.showList = []; this.clearData();
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