123
This commit is contained in:
parent
5bb4ddf0a0
commit
ff62d808f6
|
@ -206,11 +206,11 @@ public class CustomerController extends BaseController
|
|||
customer.setCusCode(cusCode);
|
||||
customer.setCreateBy(getUsername());
|
||||
customerService.insertCustomer(customer);
|
||||
sendNotice(customer);//发送消息至数据组
|
||||
//sendNotice(customer);//发送消息至数据组
|
||||
return success();
|
||||
}else{
|
||||
customerService.updateCustomer(customer);
|
||||
sendNotice(customer);//发送消息至数据组
|
||||
//sendNotice(customer);//发送消息至数据组
|
||||
return success();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -135,7 +135,7 @@ public class QuotHjController extends BaseController
|
|||
quot.setQuotHjApprovalStatus("2");//报价单-核价单 状态设置为 已协助
|
||||
quotService.updateQuot(quot);
|
||||
|
||||
sendNoticeToQuot(quotHj);// 发送给提醒
|
||||
//sendNoticeToQuot(quotHj);// 发送给提醒
|
||||
return success();
|
||||
}
|
||||
|
||||
|
|
|
@ -426,7 +426,7 @@ public class QuotController extends BaseController
|
|||
}
|
||||
//quot.setQuotSalesmanCode(getUsername());
|
||||
quotService.insertQuot(quot);
|
||||
sendNoticeToBjz(quot);
|
||||
//sendNoticeToBjz(quot);
|
||||
return success();
|
||||
}else{
|
||||
if(hjRoleFlag){
|
||||
|
@ -435,7 +435,7 @@ public class QuotController extends BaseController
|
|||
quot.setUpdateBy(getUsername());
|
||||
}
|
||||
quotService.updateQuot(quot);
|
||||
sendNoticeToBjz(quot);
|
||||
//sendNoticeToBjz(quot);
|
||||
return success();
|
||||
}
|
||||
}
|
||||
|
@ -511,7 +511,7 @@ public class QuotController extends BaseController
|
|||
quot.setQuotJsxzApprovalStatus("1");//报价单-技术确认单 状态设置为 协助中
|
||||
quotService.updateQuot(quot);
|
||||
|
||||
sendNoticeToJsxz(quotJsqr);
|
||||
//sendNoticeToJsxz(quotJsqr);
|
||||
}
|
||||
return success();
|
||||
}
|
||||
|
@ -555,7 +555,7 @@ public class QuotController extends BaseController
|
|||
quot.setUpdateBy(getUsername());
|
||||
quotService.updateQuot(quot);
|
||||
|
||||
sendNoticeToHjxz(quotHj);
|
||||
//sendNoticeToHjxz(quotHj);
|
||||
return success();
|
||||
}
|
||||
|
||||
|
|
|
@ -395,7 +395,7 @@ public class QuotJsqrController extends BaseController
|
|||
}
|
||||
quot.setQuotJsxzApprovalStatus("2");//报价单-技术协助状态 设置为 已协助
|
||||
|
||||
sendNoticeToQuot(quotJsqr);// 发送给提醒
|
||||
//sendNoticeToQuot(quotJsqr);// 发送给提醒
|
||||
}
|
||||
return success(quotService.updateQuot(quot));
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</el-tooltip>-->
|
||||
|
||||
<!--消息组件-->
|
||||
<NavbarNotice class="right-menu-item hover-effect"></NavbarNotice>
|
||||
<!-- <NavbarNotice class="right-menu-item hover-effect"></NavbarNotice>-->
|
||||
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
||||
|
||||
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
||||
|
|
Loading…
Reference in New Issue