yangfeng
2023-11-23 4d6d23e986f1cc9fed61f3161c46b4f2be069fb7
src/views/sales/salesDetails/AddSalesDetailsDialog.vue
@@ -659,13 +659,6 @@
          } 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
@@ -721,7 +714,7 @@
        quotationId: this.quotationId,
        deliverType: data.deliverType || 0,
        status: 1,
        projectId:data.projectId||0
        projectId:data.projectId||''
      }
      let params = {}
      if (this.editConfig.title === "新建") {