|
|
@ -352,10 +352,10 @@ import { nextTick } from 'vue'; |
|
|
|
this.allList = [] |
|
|
|
this.index = 1 |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
throw new Error("未查找到单据信息") |
|
|
|
} |
|
|
|
// else { |
|
|
|
// throw new Error("未查找到单据信息") |
|
|
|
// } |
|
|
|
uni.hideLoading() |
|
|
|
if(isAllSubmit){ |
|
|
|
this.clearData() |
|
|
@ -366,13 +366,10 @@ import { nextTick } from 'vue'; |
|
|
|
this.dataContent.handleQty = 0; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nextTick(()=>{ |
|
|
|
this.showCommitSuccessMessage("提交成功\n生成装配收货记录\n" + list[0].requestNumber, list) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
} catch (error) { |
|
|
|
uni.hideLoading() |
|
|
|
var hint = error.message ? error.message : error |
|
|
|