Przeglądaj źródła

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

csx 3 lat temu
rodzic
commit
a5f0153344

+ 5 - 0
src/xt_pages/hospitalStation/settlementTemplate/hospitalSettlePrint.vue Wyświetl plik

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

+ 3 - 2
src/xt_pages/hospitalStation/statementPrint.vue Wyświetl plik

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