Browse Source

随访逻辑修改

zyz 7 years ago
parent
commit
f4e6249e9f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      html/suifang/js/index.js

+ 2 - 2
html/suifang/js/index.js

@ -290,13 +290,13 @@ bindEvents = function(){
    
    //新增随访
    $addPlan.on("tap", function(){
        openWebview("../../search/html/xuanzejumin_one.html", {follow_type : 1,origin:'suifang',chooseDate:chooseDate});
        openWebview("../../home/html/huanzhe.html", {follow_type : 1,origin:'suifang',chooseDate:chooseDate});
        mui('#sheet1').popover('toggle');
    });
    
    //临时随访
    $linshiSF.on("tap", function(){
        openWebview("../../search/html/xuanzejumin_one.html", {follow_type : 2,origin:'suifang'});
        openWebview("../../home/html/huanzhe.html", {follow_type : 2,origin:'suifang'});
        mui('#sheet1').popover('toggle');
    });