Browse Source

完善销售订单

zhanglei
yunuo970428 2 years ago
parent
commit
254d8f0605
  1. 6
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue

6
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue

@ -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({

Loading…
Cancel
Save