Sfoglia il codice sorgente

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 11 mesi fa
parent
commit
fd4872f5fa

+ 5 - 1
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/Total_analysis.vue Vedi File

@@ -179,7 +179,11 @@ import { forEach } from 'jszip';
179 179
             const option = {
180 180
               xAxis: {
181 181
                 type: 'category',
182
-                data: this.bar_xAxis
182
+                data: this.bar_xAxis,
183
+                axisLabel:{
184
+                  interval:0,
185
+                  rotate: 35
186
+                }
183 187
               },
184 188
               yAxis: {
185 189
                 type: 'value'

+ 4 - 1
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/anticoagulant.vue Vedi File

@@ -255,7 +255,10 @@ import html2canvas from "html2canvas"
255 255
             const option = {
256 256
               xAxis: {
257 257
                 type: 'category',
258
-                data: xAxis
258
+                data: xAxis,
259
+                axisLabel:{
260
+                  interval:0,
261
+                }
259 262
               },
260 263
               yAxis: {
261 264
                 type: 'value'

+ 3 - 0
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/dialyzer.vue Vedi File

@@ -292,6 +292,9 @@ import html2canvas from "html2canvas"
292 292
               xAxis: {
293 293
                 type: 'category',
294 294
                 data: xAxis,
295
+                axisLabel:{
296
+                  interval:0,
297
+                }
295 298
               },
296 299
               yAxis: {
297 300
                 type: 'value'

+ 28 - 28
src/xt_pages/dialysis/newDoctorAdvice.vue Vedi File

@@ -40,13 +40,13 @@
40 40
        </el-autocomplete>
41 41
        <el-button type="primary" @click="toSeach">搜索</el-button>
42 42
 
43
-       
43
+
44 44
       </div>
45 45
       <div class="filter-container">
46 46
       <el-input style="width:200px" placeholder="请输入药品名称" v-model="keyword"></el-input>
47 47
        <el-button type="primary" @click="toSeachOne">搜索</el-button>
48 48
 
49
-       
49
+
50 50
       </div>
51 51
       <div class="cell clearfix">
52 52
         <label class="title">
@@ -189,7 +189,7 @@
189 189
 
190 190
         <el-button type="primary" size="small" @click="toStaticTwo">耗材统计</el-button>
191 191
 
192
-        
192
+
193 193
       </div>
194 194
 
195 195
 
@@ -308,7 +308,7 @@
308 308
             <span v-else>
309 309
 
310 310
             </span>
311
-           
311
+
312 312
           </template>
313 313
         </el-table-column>
314 314
         <el-table-column prop="date" label="开嘱医生" align="center" min-width="26px">
@@ -1002,7 +1002,7 @@ export default {
1002 1002
           for(let i=0;i<this.partitionArr.length;i++){
1003 1003
            this.zoneIdList.push(this.partitionArr[i].id)
1004 1004
           }
1005
-         
1005
+
1006 1006
           // this.partitionArr.unshift({ id: 0, name: "全部" });
1007 1007
           var dics  =  response.data.data.dics
1008 1008
           var obj = {id:0,name:"全部"}
@@ -1027,7 +1027,7 @@ export default {
1027 1027
         if(name == '全部'){
1028 1028
           name = ""
1029 1029
         }
1030
-       
1030
+
1031 1031
         var nameOne = ""
1032 1032
          for(let i=0;i<this.excutList.length;i++){
1033 1033
             if(this.execution_frequency == this.excutList[i].id){
@@ -1043,7 +1043,7 @@ export default {
1043 1043
 
1044 1044
          var schedule_type = this.listQuery.schedul_type
1045 1045
          var partition_type = this.listQuery.partition_type
1046
-       
1046
+
1047 1047
         getNewSchedualDoctors({date: newTime,patient_type: 0,advice_type: 2,delivery_way:name,schedule_type:schedule_type,partition_type:partition_type,patient_id:this.patient_id,excution_way:this.excution_way,cost_type:this.costType,execution_frequency:nameOne,keyword:this.keyword}).then(rs => {
1048 1048
         var resp = rs.data
1049 1049
         if (resp.state == 1) {
@@ -1113,7 +1113,7 @@ export default {
1113 1113
            if(this.is_sort == 0){
1114 1114
               newList = schedules
1115 1115
            }
1116
-          
1116
+
1117 1117
            if(this.is_sort == 0 ||  this.is_sort == 1){
1118 1118
               schedules.map(item => {
1119 1119
                   item.is_sort = item.device_number.sort
@@ -1561,23 +1561,23 @@ export default {
1561 1561
 
1562 1562
         if (row.prescribing_number) {
1563 1563
           tempPrescribingNumberDesc = row.prescribing_number + '' + row.prescribing_number_unit
1564
-         
1564
+
1565 1565
         }
1566 1566
 
1567 1567
         if (row.single_dose) {
1568 1568
           if (this.template_id != 6) {
1569 1569
             tempSingleDoseDesc =' 单次用量 ' + '  ' + row.single_dose + '' + row.single_dose_unit
1570
-           
1570
+
1571 1571
           } else {
1572 1572
             tempSingleDoseDesc = row.single_dose  + row.single_dose_unit
1573
-            
1573
+
1574 1574
           }
1575 1575
         }
1576 1576
 
1577 1577
         if (row.advice_desc) {
1578
-           tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')' 
1579
-         
1580
-          
1578
+           tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')'
1579
+
1580
+
1581 1581
         }
1582 1582
 
1583 1583
         if (isChild == 1) {
@@ -1592,11 +1592,11 @@ export default {
1592 1592
         } else {
1593 1593
           // 是子药
1594 1594
           return (row.advice_name +tempDrugSpecDesc +' ' + tempPrescribingNumberDesc + tempSingleDoseDesc)
1595
-         
1595
+
1596 1596
         }
1597 1597
     },
1598 1598
     handleSelectionChange(val){
1599
-     
1599
+
1600 1600
       this.selecting_schs = val;
1601 1601
       this.is_status = 1
1602 1602
     },
@@ -1622,7 +1622,7 @@ export default {
1622 1622
         return searchArray
1623 1623
       },
1624 1624
      handleSelect(val) {
1625
-      
1625
+
1626 1626
        this.patient_id = val.id
1627 1627
        this.listQuery.keyword = val.name
1628 1628
        this.requestSchedualDoctors(this.time)
@@ -1827,7 +1827,7 @@ export default {
1827 1827
             str = this.partion_type.join(",")
1828 1828
          }
1829 1829
          this.partion_str = ""
1830
-         this.partion_str = str  
1830
+         this.partion_str = str
1831 1831
          this.tableList = []
1832 1832
           var params = {
1833 1833
             schedule_type:this.schedule_type,
@@ -1857,7 +1857,7 @@ export default {
1857 1857
 
1858 1858
              if(config.is_open!=1){
1859 1859
                if(doctorList!=null && doctorList.length > 0){
1860
-                let dataInfo = {}
1860
+                  let dataInfo = {}
1861 1861
                   doctorList.forEach((item, index) => {
1862 1862
                   let { advice_name } = item
1863 1863
                   if (!dataInfo[advice_name]) {
@@ -1959,7 +1959,7 @@ export default {
1959 1959
                 this.tableList = hisarr
1960 1960
               }
1961 1961
 
1962
-             
1962
+
1963 1963
              }
1964 1964
           }
1965 1965
         })
@@ -1974,7 +1974,7 @@ export default {
1974 1974
             str = this.partion_type.join(",")
1975 1975
          }
1976 1976
          this.partion_str = ""
1977
-         this.partion_str = str  
1977
+         this.partion_str = str
1978 1978
          this.tableList = []
1979 1979
           var params = {
1980 1980
             schedule_type:this.schedule_type,
@@ -2095,7 +2095,7 @@ export default {
2095 2095
             str = this.partion_type.join(",")
2096 2096
          }
2097 2097
          this.partion_str = ""
2098
-         this.partion_str = str  
2098
+         this.partion_str = str
2099 2099
          this.tableList = []
2100 2100
           var params = {
2101 2101
             schedule_type:this.schedule_type,
@@ -2113,7 +2113,7 @@ export default {
2113 2113
                  }
2114 2114
                }
2115 2115
              }
2116
-             
2116
+
2117 2117
              let dataInfo = {}
2118 2118
               newArr.forEach((item, index) => {
2119 2119
               let { project_id } = item
@@ -2128,14 +2128,14 @@ export default {
2128 2128
               }
2129 2129
             })
2130 2130
             let arr = Object.values(dataInfo)
2131
-            
2131
+
2132 2132
             if(arr!=null && arr.length >0){
2133 2133
               for(let i =0;i<arr.length;i++){
2134 2134
                 for(let j=0;j<newArr.length;j++){
2135 2135
                    if(arr[i].project_id == newArr[j].project_id){
2136 2136
                       arr[i].child.push(newArr[i])
2137 2137
                    }
2138
-                } 
2138
+                }
2139 2139
               }
2140 2140
               for(let i =0;i<arr.length;i++){
2141 2141
                 for(let j=0;j<arr[i].child.length;j++){
@@ -2559,14 +2559,14 @@ export default {
2559 2559
         const { columns, data } = param;
2560 2560
         const sums = [];
2561 2561
         columns.forEach((column, index) => {
2562
-        
2562
+
2563 2563
           if (index === 0) {
2564 2564
             sums[index] = '总数';
2565 2565
             return;
2566 2566
           }
2567 2567
           if(index > 2){
2568 2568
             const values = data.map(item => item[column.property]);
2569
-           
2569
+
2570 2570
 
2571 2571
           }
2572 2572
 
@@ -2646,7 +2646,7 @@ export default {
2646 2646
         }
2647 2647
       })
2648 2648
     },
2649
-   
2649
+
2650 2650
 
2651 2651
   },
2652 2652
   components: {

+ 2 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Vedi File

@@ -4775,7 +4775,8 @@ export default {
4775 4775
            }
4776 4776
         }
4777 4777
 
4778
-        if(this.org_id ==10515  || this.org_id == 10510 || this.org_id ==10567 || this.org_id == 10489 || this.org_id == 0 || this.org_id == 10644){
4778
+        //HIS客户显示临时医嘱的地方
4779
+        if(this.org_id == 10510 || this.org_id ==10567 || this.org_id == 10489|| this.org_id == 10644){
4779 4780
           if(response.data.data.doctorAdevieInfo!=null && response.data.data.doctorAdevieInfo.length>0){
4780 4781
 
4781 4782
             for(let i=0;i<response.data.data.doctorAdevieInfo.length;i++){

+ 6 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Vedi File

@@ -195,6 +195,7 @@
195 195
 
196 196
     </div>
197 197
 
198
+    <!-- 电子病历打印 -->
198 199
     <el-dialog
199 200
       title="打印"
200 201
       :visible.sync="centerDialogVisible"
@@ -336,6 +337,8 @@
336 337
                 :visible.sync="checkVisible">
337 338
             <checkPrint v-if="index == 20" :paramsObj='paramsObj'></checkPrint>
338 339
         </el-dialog> -->
340
+
341
+    <!-- 电子病历打印 -->
339 342
     <el-dialog
340 343
       class="centerDialog"
341 344
       width="600px"
@@ -855,8 +858,10 @@ export default {
855 858
           scanStyles: false
856 859
         })
857 860
       } else {
861
+        // const style =
862
+        //   '@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;} .actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 88%;}}#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.doctorBoxtwo{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}.NoCell{display: flex;justify-content: space-between;margin-bottom: 10px;}.underLine{display: inline-block;border-bottom: 1px solid #000;text-align: center;line-height: 24px;}.basicCell{display: flex;} .basicCell span{line-height: 24px;margin-bottom: 10px;}}'
858 863
         const style =
859
-          '@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;} .actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 88%;}}#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.doctorBoxtwo{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}.NoCell{display: flex;justify-content: space-between;margin-bottom: 10px;}.underLine{display: inline-block;border-bottom: 1px solid #000;text-align: center;line-height: 24px;}.basicCell{display: flex;} .basicCell span{line-height: 24px;margin-bottom: 10px;}}'
864
+          '@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:450px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;} .actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 88%;}}#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.doctorBoxtwo{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}.NoCell{display: flex;justify-content: space-between;margin-bottom: 10px;}.underLine{display: inline-block;border-bottom: 1px solid #000;text-align: center;line-height: 24px;}.basicCell{display: flex;} .basicCell span{line-height: 24px;margin-bottom: 10px;}}'
860 865
         printJS({
861 866
           printable: 'printMain',
862 867
           type: 'html',

+ 1 - 1
src/xt_pages/outpatientDoctorStation/print.vue Vedi File

@@ -173,7 +173,7 @@ export default {
173 173
       }
174 174
        else {
175 175
         const style =
176
-          "@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;margin-top:10px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;min-height:100px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;position: relative;}.drugsBox div{line-height: 20px;width:80%} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBoxxxx{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .doctorBoxxxx p {margin-left: auto} .actionBar p{width:150px;}}";
176
+          "@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;margin-top:10px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;position: relative;}.drugsBox div{line-height: 20px;width:80%} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBoxxxx{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .doctorBoxxxx p {margin-left: auto} .actionBar p{width:150px;}}";
177 177
         printJS({
178 178
           printable: "prescriptionPrint",
179 179
           type: "html",

+ 2 - 3
src/xt_pages/outpatientDoctorStation/template/printFour.vue Vedi File

@@ -19,7 +19,7 @@
19 19
               <div>地址:{{item.patient.home_address}}</div>
20 20
               <div style="display:flex;width:50%;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
21 21
           </div>
22
-          <div class="prescriptionBox">
22
+          <div class="prescriptionBox" style="height: 300px;">
23 23
               <div class="Rp">Rp:</div>
24 24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
25 25
                 :style="{'page-break-after':index==4&&item.advices.length>5? 'always':'auto'}"
@@ -186,7 +186,6 @@
186 186
 
187 187
 
188 188
           </div>
189
-          <div style="page-break-after:always"></div>
190 189
       </div>
191 190
     </div>
192 191
 
@@ -472,7 +471,7 @@ export default {
472 471
 }
473 472
 .prescriptionBox{
474 473
     padding:0 10px;
475
-    min-height:450px;
474
+    // max-height:400px;
476 475
 }
477 476
 .Rp{
478 477
     font-size: 22px;

+ 4 - 1
src/xt_pages/stock/drugs/drugStockInOrder.vue Vedi File

@@ -184,7 +184,10 @@
184 184
         <el-table-column label="入库方式" align="center">
185 185
           <template slot-scope="scope">
186 186
             <span v-if="scope.row.is_sys == 13">调拨入库</span>
187
-            <span v-else>手动入库</span>
187
+            <span v-else>
188
+              <span v-if="org_id !=10633"> 手动入库</span>
189
+              <span v-if="org_id ==10633"> 验货入库</span>
190
+            </span>
188 191
           </template>
189 192
         </el-table-column>
190 193
 

+ 4 - 1
src/xt_pages/stock/stockInOrder.vue Vedi File

@@ -170,7 +170,10 @@
170 170
         <el-table-column label="入库方式" align="center">
171 171
           <template slot-scope="scope">
172 172
             <span v-if="scope.row.is_sys == 12">调拨入库</span>
173
-            <span v-if="scope.row.is_sys == 0">手动入库</span>
173
+            <span v-if="scope.row.is_sys == 0">
174
+              <span v-if="org_id !=10633"> 手动入库</span>
175
+              <span v-if="org_id ==10633"> 验货入库</span>
176
+            </span>
174 177
           </template>
175 178
         </el-table-column>
176 179
 

+ 2 - 2
src/xt_pages/user/coursePrint.vue Vedi File

@@ -9,8 +9,8 @@
9 9
     <div class="app-container">
10 10
       <div id="print_content">
11 11
         <div class="print_page_main_content">
12
-          <div class="order-yy-name">{{orgname}}</div>
13
-          <div class="order_title" style="padding-top:12px;"> 病程记录</div>
12
+          <div class="order-yy-name" style="text-align: center;">{{orgname}}</div>
13
+          <div class="order_title" style="padding-top:12px;text-align: center;"> 病程记录</div>
14 14
           <div class="row" style="border-bottom:1px solid #000; display: flex;padding-bottom: 10px;padding-top: 12px;">
15 15
 
16 16
             <div  style="flex:1;text-align: center;">