|
|
@ -573,6 +573,8 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '采购系统不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.formobj.purchaseSystemName = this.purchaseName |
|
|
|
this.formobj.purchaseSystemSid = this.purchaseSid |
|
|
|
this.cancel() |
|
|
|
this.currentLink = true |
|
|
|
this.dialogList.comment = '同意' |
|
|
@ -631,8 +633,8 @@ export default { |
|
|
|
/** 同意任务 */ |
|
|
|
handleAgree() { |
|
|
|
this.linkByParameter.comment = this.dialogList.comment |
|
|
|
this.linkByParameter.purchaseSystemName = this.purchaseName |
|
|
|
this.linkByParameter.purchaseSystemSid = this.purchaseSid |
|
|
|
this.linkByParameter.purchaseSystemName = this.formobj.purchaseSystemName |
|
|
|
this.linkByParameter.purchaseSystemSid = this.formobj.purchaseSystemSid |
|
|
|
completeBy(this.linkByParameter).then((response) => { |
|
|
|
if (response.success) { |
|
|
|
this.$notify({ |
|
|
|