瀏覽代碼

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

csx 2 年之前
父節點
當前提交
284ecadb75

+ 3 - 3
src/xt_pages/hospitalStation/listPrint.vue 查看文件

@@ -13,8 +13,8 @@
13 13
     </template>
14 14
 
15 15
     <div class='dialysisPage' style="padding-top:40px;">
16
-      <!-- <printOne :list="list" :patient="patient" :order="order" :admin="admin"></printOne> -->
17
-      <printTwo :list="list" :patient="patient" :order="order" :admin="admin"></printTwo>
16
+       <printOne :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
17
+<!--      <printTwo :list="list" :patient="patient" :order="order" :admin="admin"></printTwo>-->
18 18
     </div>
19 19
   </div>
20 20
 </template>
@@ -177,7 +177,7 @@
177 177
           type: 'html',
178 178
           style: style,
179 179
           scanStyles: false,
180
-          // documentTitle:"EFFORT", 
180
+          // documentTitle:"EFFORT",
181 181
           // repeatTableHeader:true,  //重复表头
182 182
         })
183 183
 

+ 1 - 1
src/xt_pages/hospitalStation/summary.vue 查看文件

@@ -844,7 +844,7 @@
844 844
         return uParseTime(time, '{y}-{m}-{d}')
845 845
       },
846 846
       toDetail(row) {
847
-        this.$router.push('/hospitalCharges/summaryDetail?patient_id=' + row.patient.id + '&number=' + row.number + '&id=' + row.id)
847
+        this.$router.push('/outpatientCharges/summaryDetail?patient_id=' + row.patient.id + '&number=' + row.number + '&id=' + row.id)
848 848
       }, getTime(value, temp) {
849 849
         if (value != undefined) {
850 850
           return uParseTime(value, temp)

+ 3 - 3
src/xt_pages/outpatientCharges/listPrint.vue 查看文件

@@ -14,11 +14,11 @@
14 14
     </template>
15 15
 
16 16
     <div class='dialysisPage' style="padding-top:40px;">
17
-      <printOne v-if="org_id != 10106 && org_id != 10215  && org_id != 10265" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
17
+      <printOne v-if="org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id != 0" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
18 18
       <printTwo v-if="org_id == 10106 && this.paramsObj.balance_accounts_type != 2" :info="info" :order_infos="order_infos" :p_admin="p_admin" :charge_admin="charge_admin"></printTwo>
19 19
       <print-three v-if="org_id == 10106 && this.paramsObj.balance_accounts_type == 2" :info="info" :order_infos="order_infos" :p_admin="p_admin" :charge_admin="charge_admin"></print-three>
20 20
       <list-print-two v-if="org_id == 10215" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>
21
-      <print-two10265  v-if="org_id == 10265" :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
21
+      <print-two10265  v-if="org_id == 10265  " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
22 22
     </div>
23 23
   </div>
24 24
 </template>
@@ -93,7 +93,7 @@
93 93
             this.$message.error(response.data.msg)
94 94
             return false
95 95
           } else {
96
-            if(this.org_id == 10265  ){
96
+            if(this.org_id == 10265){
97 97
               this.order = response.data.data.order
98 98
               this.patient = response.data.data.patient
99 99
               this.admin = response.data.data.admin_info