Kaynağa Gözat

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

csx 2 yıl önce
ebeveyn
işleme
a5f0153344

+ 5 - 0
src/xt_pages/hospitalStation/settlementTemplate/hospitalSettlePrint.vue Dosyayı Görüntüle

@@ -821,6 +821,11 @@ export default {
821 821
       default: function() {
822 822
         return {}
823 823
       }
824
+    },list:{
825
+      type: Array,
826
+      default: function() {
827
+        return []
828
+      }
824 829
     }
825 830
   },
826 831
   data(){

+ 3 - 2
src/xt_pages/hospitalStation/statementPrint.vue Dosyayı Görüntüle

@@ -21,7 +21,7 @@
21 21
 <!--      <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>-->
22 22
 <!--      <printOne :info="info" v-else></printOne>-->
23 23
 <!--      <print-one :info="info" ></print-one>-->
24
-      <hospital-settle-print :info="info"></hospital-settle-print>
24
+      <hospital-settle-print :info="info" :list="list"></hospital-settle-print>
25 25
     </div>
26 26
 
27 27
 <!--    <div class='dialysisPage' style="padding-top:40px;" v-else>-->
@@ -76,7 +76,8 @@ export default {
76 76
       prescription_id: 0,
77 77
       ids: '',
78 78
       info: null,
79
-      org_id: ''
79
+      org_id: '',
80
+      list:[],
80 81
     }
81 82
   },
82 83
   methods: {