Commit 277a2a99 by 王勇飞

gyq

parent 72f366e7
...@@ -150,6 +150,7 @@ class BizOptCtl extends CtlBase { ...@@ -150,6 +150,7 @@ class BizOptCtl extends CtlBase {
} }
await this.shisService.insertInfo(sInfo);//之前业务员转历史 await this.shisService.insertInfo(sInfo);//之前业务员转历史
await this.service.updateSalesmanInfoByDemandCode(pobj);//更新业务员信息 await this.service.updateSalesmanInfoByDemandCode(pobj);//更新业务员信息
return system.getResult("操作成功!");
} }
else{ else{
return system.getResultError("未找到相关数据"); return system.getResultError("未找到相关数据");
......
...@@ -535,6 +535,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -535,6 +535,7 @@ class DeliverybillCtl extends CtlBase {
} }
await this.shisService.insertInfo(sInfo);//之前业务员转历史 await this.shisService.insertInfo(sInfo);//之前业务员转历史
await this.service.updateSalesmanInfoByDeliverCode(pobj);//更新业务员信息 await this.service.updateSalesmanInfoByDeliverCode(pobj);//更新业务员信息
return system.getResult("操作成功!");
} }
else { else {
return system.getResultError("未找到相关数据"); return system.getResultError("未找到相关数据");
......
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