|
@ -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) |
|
|
}) |
|
|
}) |
|
|