Xiao_Yanpeng 7 лет назад
Родитель
Сommit
0a5f814843
4 измененных файлов с 8 добавлено и 2 удалено
  1. 3 1
      .gitignore
  2. 2 0
      js/buz/prescription-consulting.js
  3. 1 1
      js/buz/prescription-tabs.js
  4. 2 0
      prescription-consulting.html

+ 3 - 1
.gitignore

@ -1 +1,3 @@
.project
.project
.git

+ 2 - 0
js/buz/prescription-consulting.js

@ -50,6 +50,7 @@ function getConsultStatus(){
                $('.info-panel').html('咨询求助已结束');
                $('.send-btn').addClass("disabled");
                $("#file_head").attr("disabled", true);
                $('.icon-reply').hide()
            }
        }else{
@ -295,6 +296,7 @@ function finish(){
                    $('.info-panel').html("咨询求助已结束");
                    $(".send-btn").addClass("disabled");
                    $("#file_head").attr("disabled", true);
                    $('.icon-reply').hide()
                    showSuccessMsg("已结束咨询");
                } else {
                    showErrorMsg(res.msg);

+ 1 - 1
js/buz/prescription-tabs.js

@ -185,7 +185,7 @@ function getPrescriptionInfo(){
            prescriptionCode = res.data.code;
            jwCode = res.data.jwCode;
            var followup = res.data.followup;
            if(followup){
            if(followup && followup !="null"){
                followup = JSON.parse(followup);
                fv_id = followup.id;
                fv_class = followup.followupClass;

+ 2 - 0
prescription-consulting.html

@ -147,8 +147,10 @@
                <div class="c-f14 sys-header mb5">
                    <img src="img/xitongtixing_im_icon.png" width="14">本消息为系统提示
                </div>
                {{if content.needUpload == "false"}}
                <p class="c-333 c-f14">{{content.tzMsg}}</p>
                <p class="c-333 c-f14">{{content.tzTime}}</p>
                {{/if}}
                <p class="c-333 c-f14">
                    {{content.tzAlert}}
                    {{if content.needUpload == "false"}}