|
@ -197,7 +197,7 @@ export default { |
|
|
.then((res) => { |
|
|
.then((res) => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|
if (res.data) { |
|
|
if (res.data) { |
|
|
this.showCommitSuccessMessage(`提交成功<br>生成采购上架记录<br>${res.data}`) |
|
|
this.showCommitSuccessMessage(`提交成功\n生成采购上架记录\n${res.data}`) |
|
|
} else { |
|
|
} else { |
|
|
this.showErrorMessage(`提交失败[${res.msg}]`) |
|
|
this.showErrorMessage(`提交失败[${res.msg}]`) |
|
|
} |
|
|
} |
|
|