소스 검색

11月20 收据凭证

yq1 2 일 전
부모
커밋
5fadfe16f7
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue 파일 보기

@@ -12,7 +12,7 @@
12 12
             class="order-title"
13 13
             style="letter-spacing: 0;font-weight:600;font-size:22px;display:inline-block;"
14 14
           >
15
-          {{ orgname }} 血液净化治疗记录单82
15
+          {{ orgname }} 血液净化治疗记录单
16 16
           </div>
17 17
         </div>
18 18
         <div class="row">
@@ -111,7 +111,7 @@
111 111
         <div class="row">
112 112
           抗凝药物
113 113
           <div class="inline_block under_line" style="width:92%;text-align: left;">
114
-            {{ prescription.anticoagulant ? prescription.anticoagulant : '/' }}
114
+            {{ prescription.anticoagulant_name ? prescription.anticoagulant_name : '/' }}
115 115
             <div class="inline_block">&nbsp;&nbsp;&nbsp;
116 116
               剂量:首次
117 117
               <div class="inline_block" style="width:50px;text-align:center">
@@ -1718,7 +1718,7 @@ export default {
1718 1718
       const options = this.anticoagulantsConfit
1719 1719
       if(val != ''){
1720 1720
         for(let i in options){
1721
-          if(val == options[i].name){
1721
+          if(val == options[i].id){
1722 1722
             return options[i].shouji_unit
1723 1723
           }
1724 1724
         }
@@ -1730,7 +1730,7 @@ export default {
1730 1730
       const options = this.anticoagulantsConfit
1731 1731
       if(val != ''){
1732 1732
         for(let i in options){
1733
-          if(val == options[i].name){
1733
+          if(val == options[i].id){
1734 1734
             return options[i].weichi_unit
1735 1735
           }
1736 1736
         }
@@ -1742,7 +1742,7 @@ export default {
1742 1742
       const options = this.anticoagulantsConfit
1743 1743
       if(val != ''){
1744 1744
         for(let i in options){
1745
-          if(val == options[i].name){
1745
+          if(val == options[i].id){
1746 1746
             return options[i].zongliang_unit
1747 1747
           }
1748 1748
         }