ソースを参照

管理后台代码BUG修改

huangwenjie 7 年 前
コミット
39e47513ab

+ 1 - 1
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/prescription/prescription_info_js.jsp

@ -100,7 +100,7 @@
                                    $('#reviewedTime').val(reviewedTime);
                                    //审核结果
                                    var status = data.prescription.status;
                                    var status = data.reviewed.status;
                                    if(status ==  -2){
                                        $('#presult').val("删除")
                                    }else if (status ==  -1){

+ 6 - 0
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/prescription/prescription_order.jsp

@ -61,6 +61,12 @@
                <input id="expressageHospitalAddress" readonly class="fd-input" type="text"   />
            </div>
        </div>
        <div class="m-form-group" style="display: none" id="expressmailnodiv">
            <label class="label_title fd-label">快递单号</label>
            <div class="l-text-wrapper m-form-control">
                <input id="mailno" readonly class="fd-input" type="text"  />
            </div>
        </div>
        <div style="margin-left:10px;">

+ 2 - 0
patient-co-manage/wlyy-manage/src/main/webapp/WEB-INF/views/prescription/prescription_order_js.jsp

@ -67,6 +67,8 @@
                                            $('#expressaddress').val(expressaddress);
                                            $('#expressageName').val("快递员配送");
                                            $('#expressageHospitalAddress').val(data.prescriptionHospital);
                                            $('#expressmailnodiv').show();
                                            $('#mailno').val(data.prescriptionExpressage.mailno)
                                        }
                                        //订单号
                                        var prescriptionExpresssageCode = data.prescriptionExpressage.code;