Browse Source

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

28169 2 days ago
parent
commit
585f2f1446
1 changed files with 8 additions and 10 deletions
  1. 8 10
      src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue

+ 8 - 10
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue View File

12
             class="order-title"
12
             class="order-title"
13
             style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;"
13
             style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;"
14
           >
14
           >
15
-          {{ orgname }} 血液净化治疗记录单82
15
+          {{ orgname }} 血液净化治疗记录单
16
           </div>
16
           </div>
17
         </div>
17
         </div>
18
         <div class="row">
18
         <div class="row">
109
           
109
           
110
         </div>
110
         </div>
111
         <div class="row">
111
         <div class="row">
112
-          抗凝药物
113
-          <div class="inline_block under_line" style="width:92%;text-align: left;">
114
-            {{ prescription.anticoagulant ? prescription.anticoagulant : '/' }}
112
+          抗凝药物&nbsp;&nbsp;
113
+          <div class="inline_block under_line" style="width:90%;text-align: left;">
114
+            {{ prescription.anticoagulant_name ? prescription.anticoagulant_name : '/' }}
115
             <div class="inline_block">&nbsp;&nbsp;&nbsp;
115
             <div class="inline_block">&nbsp;&nbsp;&nbsp;
116
               剂量:首次
116
               剂量:首次
117
               <div class="inline_block" style="width:50px;text-align:center">
117
               <div class="inline_block" style="width:50px;text-align:center">
452
                         体外凝血等级: 
452
                         体外凝血等级: 
453
                       </td>
453
                       </td>
454
                       <td style="border:none;text-align:left;">
454
                       <td style="border:none;text-align:left;">
455
-                        <span class="under_line" style="width:100px;display:inline-block">
456
-                          
457
-                        </span>
455
+                        
458
                       </td>
456
                       </td>
459
                       <td width="100" style="border:none;padding-left:5px">透析器凝血:</td>
457
                       <td width="100" style="border:none;padding-left:5px">透析器凝血:</td>
460
                       <td width="120" style="text-align:left;border:none;">
458
                       <td width="120" style="text-align:left;border:none;">
1718
       const options = this.anticoagulantsConfit
1716
       const options = this.anticoagulantsConfit
1719
       if(val != ''){
1717
       if(val != ''){
1720
         for(let i in options){
1718
         for(let i in options){
1721
-          if(val == options[i].name){
1719
+          if(val == options[i].id){
1722
             return options[i].shouji_unit
1720
             return options[i].shouji_unit
1723
           }
1721
           }
1724
         }
1722
         }
1730
       const options = this.anticoagulantsConfit
1728
       const options = this.anticoagulantsConfit
1731
       if(val != ''){
1729
       if(val != ''){
1732
         for(let i in options){
1730
         for(let i in options){
1733
-          if(val == options[i].name){
1731
+          if(val == options[i].id){
1734
             return options[i].weichi_unit
1732
             return options[i].weichi_unit
1735
           }
1733
           }
1736
         }
1734
         }
1742
       const options = this.anticoagulantsConfit
1740
       const options = this.anticoagulantsConfit
1743
       if(val != ''){
1741
       if(val != ''){
1744
         for(let i in options){
1742
         for(let i in options){
1745
-          if(val == options[i].name){
1743
+          if(val == options[i].id){
1746
             return options[i].zongliang_unit
1744
             return options[i].zongliang_unit
1747
           }
1745
           }
1748
         }
1746
         }