| | |
| | | } else { |
| | | const params = this.saveParams() |
| | | if (this.editConfig.title === "新建") { |
| | | if(params.projectId!==0){ |
| | | sendSalesDetailsToApsProject({...params,member:this.thatMember}).then((res)=>{ |
| | | if(res.code===200){ |
| | | this.$message.success("成功推送至aps系统") |
| | | } |
| | | }) |
| | | } |
| | | getAddSalesDetails(params).then((res) => { |
| | | console.log(res) |
| | | this.editConfig.visible = false |
| | |
| | | quotationId: this.quotationId, |
| | | deliverType: data.deliverType || 0, |
| | | status: 1, |
| | | projectId:data.projectId||0 |
| | | projectId:data.projectId||'' |
| | | } |
| | | let params = {} |
| | | if (this.editConfig.title === "新建") { |