Commit 459094f5 authored by Smile's avatar Smile Committed by wux

bug281 【跟进记录-新增/编辑】只修改“销售阶段”,不修改“货物状态”,提交结果时没有更新关联报价单的“销售阶段”

parent c030a512
......@@ -559,7 +559,7 @@ export default {
}).then((r) => {
this.$message.success(this.$t("操作成功"))
if (status === 1){
if (this.form.followType===2&&this.form.cargoStatus!==this.offer.cargoStatus){
if (this.form.followType===2&&(this.form.cargoStatus!==this.offer.cargoStatus||this.form.saleStage!==this.offer.saleStage)){
this.offer.cargoStatus=this.form.cargoStatus;
this.offer.saleStage=this.form.saleStage;
updateByCustomerFollow(this.offer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment