소스 검색

随访逻辑修改

zyz 7 년 전
부모
커밋
f4e6249e9f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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');
    });