demand: TMS系统 - 网点费用申请 - 当申请人员工类型为单证员时,网点费用申请涉及费用发生变化时,审批通过之后需要产生弹窗提醒,.提醒对象:该运单的销售联系人以及其关联的销售人员
committer: heyu
This commit is contained in:
parent
7fb3581adf
commit
14866770d2
@ -538,8 +538,7 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
|
||||
EmisWaybill emisWaybillOld,
|
||||
EmisWaybill emisWaybillSave) {
|
||||
try {
|
||||
String title = "费用调整已审批通过,单号【" + emisWaybillAjustApply.getBillCode() + "】";
|
||||
String message = "单证员已对运单费用进行调整,请关注相关变化";
|
||||
// String message = "单证员已对运单费用进行调整,请关注相关变化";
|
||||
String clickPath = "/d24/expenseRecognitionManagemen/WaybillAjustApplyList";
|
||||
|
||||
// 1. 根据applyManCode查询用户岗位,判断是否包含CP(单证员)
|
||||
@ -576,7 +575,8 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
|
||||
if (!notifyEmpCodes.isEmpty()) {
|
||||
for (String empCode : notifyEmpCodes) {
|
||||
if (!StringUtils.isEmpty(empCode)) {
|
||||
sendNoticeToEmpUser(empCode, title, message,
|
||||
String title = emisWaybillAjustApply.getApplyManCode() + "已对运单费用进行调整," + "请" + empCode + "仔细核对," + "单号【" + emisWaybillAjustApply.getBillCode() + "】";
|
||||
sendNoticeToEmpUser(empCode, title, "",
|
||||
clickPath);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user