Procházet zdrojové kódy

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

28169 před 1 rokem
rodič
revize
a0e8c874ae

+ 3 - 3
src/xt_pages/outpatientCharges/invoicePrint.vue Zobrazit soubor

@@ -12,15 +12,15 @@
12 12
     </template>
13 13
     <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 "><!--&& org_id != 10188 && org_id != 0-->
14 14
         <div class='dialysisPage'>
15
-          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
15
+          <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 && org_id != 0 " >
16 16
             <printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
17 17
             <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams"></printThree>
18 18
             <printfifteen v-if="org_id == 10510 " :paramsObj="invoiceParams"></printfifteen>
19 19
           </div>
20 20
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
21 21
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
22
-          <printFive v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printFive>
23
-          <!-- <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen> -->
22
+          <!-- <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive> -->
23
+          <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen>
24 24
 <!--         <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
25 25
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
26 26
           <PrintNight v-if="org_id == 10210" :paramsObj="invoiceParams"></PrintNight>

+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Zobrazit soubor

@@ -111,7 +111,7 @@
111 111
             <el-tab-pane label="透析记录" name="透析记录">
112 112
             </el-tab-pane>
113 113
             <el-tab-pane label="电子病历" name="电子病历"></el-tab-pane>
114
-            <el-tab-pane label="透析历史" name="透析历史"></el-tab-pane>
114
+            <!-- <el-tab-pane label="透析历史" name="透析历史"></el-tab-pane> -->
115 115
 
116 116
           </el-tabs>
117 117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
@@ -191,7 +191,7 @@
191 191
         <dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'
192 192
                         :dialysisShow="dialysisShow"></dialysis-index>
193 193
 
194
-        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>
194
+        <!-- <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory> -->
195 195
       </div>
196 196
 
197 197
     </div>

+ 10 - 7
src/xt_pages/user/dialysisRecord.vue Zobrazit soubor

@@ -686,13 +686,16 @@ export default {
686 686
       this.patient_id = val.patient_id
687 687
       this.dialysis_date = val.dialysis_date
688 688
     },
689
-    rowclick(event){
690
-
691
-      console.log('kkkkkkk',event);
692
-      this.patient_id = event.patient_id
693
-      this.dialysis_date = parseTime(event.dialysis_date, '{y}-{m}-{d}')
694
-      this.drawer =true
695
-      this.dialysisShow =true
689
+    rowclick(val){
690
+      this.$router.push({
691
+        path: "/dialysis/details",
692
+        query: { patient_id: val.patient_id, date: val.dialysis_date }
693
+      });
694
+      // console.log('kkkkkkk',event);
695
+      // this.patient_id = event.patient_id
696
+      // this.dialysis_date = parseTime(event.dialysis_date, '{y}-{m}-{d}')
697
+      // this.drawer =true
698
+      // this.dialysisShow =true
696 699
     },
697 700
     exportList(){
698 701
       import('@/vendor/Export2Excel').then(excel => {