see999 3 years ago
parent
commit
0a194dae4f
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/xt_pages/outpatientCharges/settlementPrint.vue

+ 7 - 3
src/xt_pages/outpatientCharges/settlementPrint.vue View File

13
     </template>
13
     </template>
14
     <div class="app-container" style="padding-top:40px;">
14
     <div class="app-container" style="padding-top:40px;">
15
         <div class='dialysisPage'>
15
         <div class='dialysisPage'>
16
-            <printOne v-bind:childResponse="childResponse" :paramsObj="paramsObj"></printOne>
16
+            <printOne v-bind:childResponse="childResponse" :info="info" :p_admin="p_admin" :charge_admin="charge_admin" :paramsObj="paramsObj"></printOne>
17
         </div>
17
         </div>
18
     </div>
18
     </div>
19
   </div>
19
   </div>
41
         { path: false, name: "打印单" }
41
         { path: false, name: "打印单" }
42
       ],
42
       ],
43
       childResponse: {},
43
       childResponse: {},
44
-      paramsObj:{}
45
-      
44
+      paramsObj:{},
45
+      info:null,
46
+      p_admin:{},
47
+      charge_admin:{},
46
 
48
 
47
     };
49
     };
48
   },
50
   },
180
 
182
 
181
               console.log(response.data.data.info)
183
               console.log(response.data.data.info)
182
               that.info = response.data.data.info
184
               that.info = response.data.data.info
185
+              that.p_admin = response.data.data.printor_admin
186
+              that.charge_admin = response.data.data.charge_admin
183
               console.log(that.info)
187
               console.log(that.info)
184
 
188
 
185
               that.info['bed_cost_total'] = response.data.data.bedCostTotal
189
               that.info['bed_cost_total'] = response.data.data.bedCostTotal