|
@ -356,7 +356,7 @@ |
|
|
productReceiptJobsubmit(params).then(res => { |
|
|
productReceiptJobsubmit(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 + "]") |
|
|
} |
|
|
} |
|
|