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