|
|
@ -626,9 +626,23 @@ export default { |
|
|
|
// 同意 |
|
|
|
openAgree(val) { |
|
|
|
this.operation = val |
|
|
|
this.companyInvoicingVisible = true |
|
|
|
this.linkByParameter.companyInvoicingName = this.formobj.companyInvoicingName |
|
|
|
this.linkByParameter.companyInvoicingSid = this.formobj.companyInvoicingSid |
|
|
|
if (this.formobj.payTypeKey === '2') { |
|
|
|
this.companyInvoicingVisible = true |
|
|
|
this.linkByParameter.companyInvoicingName = this.formobj.companyInvoicingName |
|
|
|
this.linkByParameter.companyInvoicingSid = this.formobj.companyInvoicingSid |
|
|
|
} else { |
|
|
|
this.currentLink = true |
|
|
|
this.countersignLink = false |
|
|
|
this.dialogList.comment = '同意' |
|
|
|
getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
var arr = resp.data |
|
|
|
this.nextNode = arr[0] |
|
|
|
this.nodeDialogVisible = true |
|
|
|
} |
|
|
|
this.submitdisabled = false |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
confirm() { |
|
|
|
if (this.linkByParameter.companyInvoicingName === '') { |
|
|
|