XMLWAN před 4 roky
rodič
revize
0103a6e011

+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Zobrazit soubor

@@ -54,8 +54,8 @@
54 54
               <el-button size="small" ref="button_six"   @click="open(6)">治疗单</el-button>
55 55
               <el-button slot="reference" style="margin:0 10px;" type="primary" size="small">打印</el-button>
56 56
             </el-popover>
57
-            <!--<el-button size="small" ref="button_three" @click="open(4)" type="primary">选择模板</el-button>-->
58
-            <!--<el-button size="small" ref="button_four"  @click="open(5)" type="primary" :disabled='prescriptions && prescriptions[0].advices && prescriptions[0].project ? prescriptions[0].advices.length == 0 && prescriptions[0].project.length == 0 : false'>存模板</el-button>-->
57
+            <!-- <el-button size="small" ref="button_three" @click="open(4)" type="primary">选择模板</el-button>-->
58
+            <!--<el-button size="small" ref="button_four"  @click="open(5)" type="primary" :disabled='prescriptions && prescriptions[0].advices && prescriptions[0].project ? prescriptions[0].advices.length == 0 && prescriptions[0].project.length == 0 : false'>存模板</el-button> -->
59 59
           </div>
60 60
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子病历'">
61 61
             <el-button size="small" @click="opentwo(1)" type="primary">保存</el-button>

+ 2 - 3
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue Zobrazit soubor

@@ -305,9 +305,8 @@ export default {
305 305
             this.prescriptions = advicePrint
306 306
             var projectlist =  response.data.data.projectlist
307 307
             console.log("所有项目列表",projectlist)
308
-            this.projectList = projectlist
309
-            console.log("hisPatient",hisPatient)
310
-            this.hisPatient = hisPatient
308
+            this.projectList = projectlist       
309
+            this.hisPatient = response.data.data.hisPatient
311 310
 
312 311
           }
313 312
        })