Browse Source

完善销售订单

master
yunuo970428 1 year ago
parent
commit
a3255fd100
  1. 20
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue

20
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue

@ -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 === '') {

Loading…
Cancel
Save