|
|
@ -504,7 +504,12 @@ |
|
|
|
issueRecordSubmit(params).then(res => { |
|
|
|
uni.hideLoading() |
|
|
|
if (res.data) { |
|
|
|
|
|
|
|
if(this.fromType =='checkIssue'){ |
|
|
|
this.showCommitSuccessMessage("提交成功\n生成校验发料记录\n" + res.data) |
|
|
|
}else{ |
|
|
|
this.showCommitSuccessMessage("提交成功\n生成直接发料记录\n" + res.data) |
|
|
|
} |
|
|
|
} else { |
|
|
|
this.showErrorMessage("提交失败[" + res.msg + "]") |
|
|
|
} |
|
|
|