|
@ -547,7 +547,7 @@ |
|
|
scrapJobSubmit(params).then(res => { |
|
|
scrapJobSubmit(params).then(res => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
if (res.data) { |
|
|
if (res.data) { |
|
|
this.showCommitSuccessMessage("提交成功\n生成报废出库记录\n" + res.data) |
|
|
this.showCommitSuccessMessage("提交成功\n生成隔离出库记录\n" + res.data) |
|
|
} else { |
|
|
} else { |
|
|
this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
} |
|
|
} |
|
|