Browse Source

7月20日杨青

杨青 1 year ago
parent
commit
5c3972da53

+ 6 - 6
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

1008
           if(name == "穿刺处血肿" || name == '拔针后穿刺点渗血' || name == '透析期间进食' ){
1008
           if(name == "穿刺处血肿" || name == '拔针后穿刺点渗血' || name == '透析期间进食' ){
1009
             return [
1009
             return [
1010
               { required: true, message: `请选择${name}`,trigger: ['blur','change'] },
1010
               { required: true, message: `请选择${name}`,trigger: ['blur','change'] },
1011
-              {
1012
-                required: true,
1013
-                pattern: /^[1-9]\d*$/,
1014
-                message: `请选择${name}`,
1015
-                trigger: ['change']
1016
-              },
1011
+              // {
1012
+              //   required: true,
1013
+              //   pattern: /^[1-9]\d*$/,
1014
+              //   message: `请选择${name}`,
1015
+              //   trigger: ['change']
1016
+              // },
1017
             ];
1017
             ];
1018
           }
1018
           }
1019
             
1019
             

+ 6 - 6
src/xt_pages/dialysis/details/dialog/acceptsTreatmentDialog.vue View File

613
           if (name == "风险程度"||name == "病人情况"||name == '心理评估') {
613
           if (name == "风险程度"||name == "病人情况"||name == '心理评估') {
614
             return [
614
             return [
615
               { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
615
               { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
616
-              {
617
-                required: true,
618
-                pattern: /^[1-9]\d*$/,
619
-                message: `请输入${name}`,
620
-                trigger: ['blur','change']
621
-              },
616
+              // {
617
+              //   required: true,
618
+              //   pattern: /^[1-9]\d*$/,
619
+              //   message: `请输入${name}`,
620
+              //   trigger: ['blur','change']
621
+              // },
622
             ];
622
             ];
623
           }
623
           }
624
           else if(name == "跌倒风险预防措施"){
624
           else if(name == "跌倒风险预防措施"){

+ 5 - 5
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

1061
             ) {
1061
             ) {
1062
             return [
1062
             return [
1063
               { required: true, message: `请输入${name}` },
1063
               { required: true, message: `请输入${name}` },
1064
-              {
1065
-                required: true,
1066
-                pattern: /^[1-9]\d*$/,
1067
-                message: `请输入${name}`,
1068
-              },
1064
+              // {
1065
+              //   required: true,
1066
+              //   pattern: /^[1-9]\d*$/,
1067
+              //   message: `请输入${name}`,
1068
+              // },
1069
             ];
1069
             ];
1070
           }
1070
           }
1071
             return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];
1071
             return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];

+ 1 - 1
src/xt_pages/dialysis/details/dialog/computer_dialog.vue View File

691
           
691
           
692
           return [
692
           return [
693
             { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
693
             { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
694
-            { required: true, pattern: /^[1-9]\d*$/, message: `请输入${name}`,trigger: ['blur','change'] },
694
+            // { required: true, pattern: /^[1-9]\d*$/, message: `请输入${name}`,trigger: ['blur','change'] },
695
           ];
695
           ];
696
         }
696
         }
697
           return [{ required: true, message: `请输入${name}` }];
697
           return [{ required: true, message: `请输入${name}` }];

+ 12 - 12
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

3923
           if (name == "透析模式" || name == "透析时长") {
3923
           if (name == "透析模式" || name == "透析时长") {
3924
             return [
3924
             return [
3925
               { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
3925
               { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
3926
-              {
3927
-                required: true,
3928
-                pattern: /^[1-9]\d*$/,
3929
-                message: `请输入${name}`,
3930
-                trigger: ['blur','change']
3931
-              },
3926
+              // {
3927
+              //   required: true,
3928
+              //   pattern: /^[1-9]\d*$/,
3929
+              //   message: `请输入${name}`,
3930
+              //   trigger: ['blur','change']
3931
+              // },
3932
             ];
3932
             ];
3933
           }
3933
           }
3934
           return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];
3934
           return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];
3964
             if(name == '置换速度'){
3964
             if(name == '置换速度'){
3965
               return [
3965
               return [
3966
                 { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
3966
                 { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
3967
-                {
3968
-                  required: true,
3969
-                  pattern: /^[1-9]\d*$/,
3970
-                  message: `请输入${name}`,
3971
-                  trigger: ['blur','change']
3972
-                },
3967
+                // {
3968
+                //   required: true,
3969
+                //   pattern: /^[1-9]\d*$/,
3970
+                //   message: `请输入${name}`,
3971
+                //   trigger: ['blur','change']
3972
+                // },
3973
               ];
3973
               ];
3974
             }
3974
             }
3975
             return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];
3975
             return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];

+ 28 - 13
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

809
           <!-- || $store.getters.xt_user.org.id == 0  -->
809
           <!-- || $store.getters.xt_user.org.id == 0  -->
810
         </div>
810
         </div>
811
       </template>
811
       </template>
812
-      <template v-if="org_template_info.template_id == 66 || $store.getters.xt_user.org.id == 0">
812
+      <template v-if="org_template_info.template_id == 66 ">
813
         <div>
813
         <div>
814
           <el-button
814
           <el-button
815
           :loading="loading"
815
           :loading="loading"
821
         >
821
         >
822
         </div>
822
         </div>
823
       </template>
823
       </template>
824
-
824
+      <template v-if="org_template_info.template_id == 67 ">
825
+        <div>
826
+          <el-button
827
+          :loading="loading"
828
+          size="small"
829
+          icon="el-icon-printer"
830
+          @click="printThisPage"
831
+          type="primary"
832
+          >打印67</el-button
833
+        >
834
+        </div>
835
+      </template>
825
     </div>
836
     </div>
826
     <div class="app-container" style="min-height: 0">
837
     <div class="app-container" style="min-height: 0">
827
       <!--<div class="order-print-btn"-->
838
       <!--<div class="order-print-btn"-->
1218
           >
1229
           >
1219
           </DialysisPrintOrderFiftyThree>
1230
           </DialysisPrintOrderFiftyThree>
1220
 
1231
 
1221
-         
1222
-        
1223
            <DialysisPrintOrderFiftyFour
1232
            <DialysisPrintOrderFiftyFour
1224
             v-bind:childResponse="childResponse"
1233
             v-bind:childResponse="childResponse"
1225
             v-if="org_template_info.template_id == 54"
1234
             v-if="org_template_info.template_id == 54"
1279
             v-if="org_template_info.template_id == 66">
1288
             v-if="org_template_info.template_id == 66">
1280
 
1289
 
1281
           </DialysisPrintOrderSixtysix>
1290
           </DialysisPrintOrderSixtysix>
1291
+          <DialysisPrintOrdersixtySeven
1292
+          v-bind:childResponse="childResponse"
1293
+            v-if="org_template_info.template_id == 67">
1294
+
1295
+          </DialysisPrintOrdersixtySeven>
1282
         </div>
1296
         </div>
1283
       </el-container>
1297
       </el-container>
1284
     </div>
1298
     </div>
1363
 import DialysisPrintOrderSixtyfour from './template/DialysisPrintOrderSixtyfour'
1377
 import DialysisPrintOrderSixtyfour from './template/DialysisPrintOrderSixtyfour'
1364
 import DialysisPrintOrderSixtyFive from "./template/DialysisPrintOrderSixtyFive.vue"
1378
 import DialysisPrintOrderSixtyFive from "./template/DialysisPrintOrderSixtyFive.vue"
1365
 import DialysisPrintOrderSixtysix from './template/DialysisPrintOrderSixtysix.vue'
1379
 import DialysisPrintOrderSixtysix from './template/DialysisPrintOrderSixtysix.vue'
1380
+import DialysisPrintOrdersixtySeven from './template/DialysisPrintOrdersixtySeven.vue'
1366
 export default {
1381
 export default {
1367
   name: "dialysisPrintOrder",
1382
   name: "dialysisPrintOrder",
1368
   components: {
1383
   components: {
1370
     DialysisPrintOrderSixtyTwo,
1385
     DialysisPrintOrderSixtyTwo,
1371
     DialysisPrintOrderSixtyOne,
1386
     DialysisPrintOrderSixtyOne,
1372
     DialysisPrintOrderSixty,
1387
     DialysisPrintOrderSixty,
1388
+    DialysisPrintOrdersixtySeven,
1373
     DialysisPrintOrderFiftyNine,
1389
     DialysisPrintOrderFiftyNine,
1374
     DialysisPrintOrderFiftyEight,
1390
     DialysisPrintOrderFiftyEight,
1375
     DialysisPrintOrderFiftySeven,
1391
     DialysisPrintOrderFiftySeven,
2000
           style: style2,
2016
           style: style2,
2001
           scanStyles: false,
2017
           scanStyles: false,
2002
         });
2018
         });
2003
-        
2004
       }
2019
       }
2005
-      // else if (this.org_template_info.template_id == 66 ) {
2006
-      //   printJS({
2007
-      //     printable: "dialysis-print-box-1",
2008
-      //     type: "html",
2009
-      //     style: style2,
2010
-      //     scanStyles: false,
2011
-      //   });
2012
-      // }
2020
+      else if (this.org_template_info.template_id == 67 ) {
2021
+        printJS({
2022
+          printable: "dialysis-print-box-1",
2023
+          type: "html",
2024
+          style: style2,
2025
+          scanStyles: false,
2026
+        });
2027
+      }
2013
       else if (
2028
       else if (
2014
         this.org_template_info.template_id == 53
2029
         this.org_template_info.template_id == 53
2015
       ) {
2030
       ) {

+ 6 - 3
src/xt_pages/outpatientCharges/invoicePrint.vue View File

20
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
21
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
21
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
22
           <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive>
22
           <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive>
23
-          <printSix v-if="org_id == 10217" :paramsObj="invoiceParams"></printSix>
23
+          <printSix v-if="org_id == 10217 ||org_id == 0 " :paramsObj="invoiceParams"></printSix>
24
 <!--          <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
24
 <!--          <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
25
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
25
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
26
-          <PrintNight v-if="org_id == 10210 || org_id == 0" :paramsObj="invoiceParams"></PrintNight>
26
+          <PrintNight v-if="org_id == 10210 " :paramsObj="invoiceParams"></PrintNight>
27
+          <PrintTen v-if="org_id == 10375 "></PrintTen>
27
         </div>
28
         </div>
28
     </div>
29
     </div>
29
   </div>
30
   </div>
40
   import printEight from './invoiceTemplate/printEight'
41
   import printEight from './invoiceTemplate/printEight'
41
   import PrintEight from "./invoiceTemplate/printEight";
42
   import PrintEight from "./invoiceTemplate/printEight";
42
   import PrintNight from "./invoiceTemplate/PrintNight";
43
   import PrintNight from "./invoiceTemplate/PrintNight";
44
+  import PrintTen from './invoiceTemplate/printTen.vue'
43
   export default {
45
   export default {
44
     name: "invoicePrint",
46
     name: "invoicePrint",
45
     components: {
47
     components: {
51
       printFour,
53
       printFour,
52
       printFive,
54
       printFive,
53
       printSix,
55
       printSix,
54
-      printSeven
56
+      printSeven,
57
+      PrintTen
55
     },
58
     },
56
     props:{
59
     props:{
57
       invoiceParams:Object
60
       invoiceParams:Object

+ 3 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

535
 
535
 
536
       tableHeight: '',
536
       tableHeight: '',
537
       saveloading: false,
537
       saveloading: false,
538
+      
538
       fullHeight: document.documentElement.clientHeight,
539
       fullHeight: document.documentElement.clientHeight,
539
       month_prescriptions: [],
540
       month_prescriptions: [],
540
       isloading: false,
541
       isloading: false,
677
           style: style,
678
           style: style,
678
           scanStyles: false
679
           scanStyles: false
679
         })
680
         })
681
+        
680
       }
682
       }
681
-
682
       this.innerVisible = false
683
       this.innerVisible = false
684
+      
683
       // this.$nextTick(() => {
685
       // this.$nextTick(() => {
684
       //   this.$refs.print.printThisPage()
686
       //   this.$refs.print.printThisPage()
685
       //   this.$refs.treatPrint.printThisPage()
687
       //   this.$refs.treatPrint.printThisPage()

+ 7 - 3
src/xt_pages/outpatientDoctorStation/print.vue View File

20
     <div class="dialysisPage" style="padding-top: 40px">
20
     <div class="dialysisPage" style="padding-top: 40px">
21
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243">
21
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243">
22
 
22
 
23
-        <printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
23
+        <printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" 
24
+        :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" 
25
+        :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" 
26
+        :prescription_id="prescription_id"></printOne>
24
 
27
 
25
         <printFour
28
         <printFour
26
           v-if="org_id == 10088"
29
           v-if="org_id == 10088"
105
   },
108
   },
106
   props: {
109
   props: {
107
     paramsObj: Object,
110
     paramsObj: Object,
108
-    newHisPatient:Object
111
+    newHisPatient:Object,
112
+   
109
   },
113
   },
110
   data() {
114
   data() {
111
     return {
115
     return {
147
         }, 500);
151
         }, 500);
148
       } else {
152
       } else {
149
         const style =
153
         const style =
150
-          "@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;min-height:450px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .actionBar p{width:150px;}}";
154
+          "@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:10px;line-height: 1px; padding:0 10px;}.infoTitle p{width: 200px;font-size:14px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{padding:0 10px;min-height:450px;}.Rp{font-size: 22px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;position: relative;}.drugsBox div{line-height: 20px;width:80%} .drugsOne{line-height: 1px;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; line-height: 1px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; line-height: 1px; padding:0 10px;} .actionBar p{width:150px;}}";
151
         printJS({
155
         printJS({
152
           printable: "prescriptionPrint",
156
           printable: "prescriptionPrint",
153
           type: "html",
157
           type: "html",

+ 2 - 1
src/xt_pages/outpatientDoctorStation/template/printFive.vue View File

42
           <div class="prescriptionBox" style="border-top: 1px solid #000;border-bottom: 1px solid #000;">
42
           <div class="prescriptionBox" style="border-top: 1px solid #000;border-bottom: 1px solid #000;">
43
               <div class="Rp">Rp:</div>
43
               <div class="Rp">Rp:</div>
44
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
44
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
45
-                :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
45
+                
46
               >
46
               >
47
+              <!-- :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}" -->
47
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
48
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
48
                   <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span v-if="it.drug.min_unit != it.drug.dose_unit">{{it.drug.dose}}{{it.drug.dose_unit}}&nbsp;* &nbsp;</span>{{it.drug.min_number}}{{it.drug.min_unit}}/{{it.drug.max_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
49
                   <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span v-if="it.drug.min_unit != it.drug.dose_unit">{{it.drug.dose}}{{it.drug.dose_unit}}&nbsp;* &nbsp;</span>{{it.drug.min_number}}{{it.drug.min_unit}}/{{it.drug.max_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div>
49
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
50
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>

+ 12 - 3
src/xt_pages/outpatientDoctorStation/template/printFour.vue View File

22
           <div class="prescriptionBox">
22
           <div class="prescriptionBox">
23
               <div class="Rp">Rp:</div>
23
               <div class="Rp">Rp:</div>
24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
25
-                :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
25
+                
26
               >
26
               >
27
+              <!-- :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}" -->
27
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
28
                   <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
28
-                  <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;<span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
29
-                  <div style="margin-left:100px;"><span>{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</span></div>
29
+                  <div class="drugsOne" >
30
+                    <span style="font-weight:bold;">{{ index+1 + '.' }}</span>
31
+                    {{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;
32
+                    <span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>
33
+                    &nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>
34
+                    &nbsp;&nbsp;<span>{{it.advice_desc}}</span>
35
+                  </div>
36
+                  <div style="margin-left:100px;">
37
+                    <span>{{it.drug.drug_spec}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</span>
38
+                  </div>
30
               </div>
39
               </div>
31
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
40
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
32
                 <div class="drugsOne">{{it.item_name?it.item_name:""}}:&nbsp;{{it.price}}元/{{it.count}}次</div>
41
                 <div class="drugsOne">{{it.item_name?it.item_name:""}}:&nbsp;{{it.price}}元/{{it.count}}次</div>

+ 337 - 166
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

21
         >
21
         >
22
           {{ orgname }}处方笺
22
           {{ orgname }}处方笺
23
         </div>
23
         </div>
24
-        <!--<div class="printTitle">{{orgname}}处方笺</div>-->
25
-        <div class="infoTitle">
26
-          <p>姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
27
-          <p>
28
-            性别:
29
-            <span v-if="item.patient.gender == 1">男</span>
30
-            <span v-if="item.patient.gender == 2">女</span>
31
-          </p>
32
-          <p>年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
33
-        </div>
34
-        <div class="infoMain">
35
-          <div style="margin-bottom: 10px">
36
-            门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
37
-          </div>
38
-          <div style="margin-bottom: 10px">
39
-            科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40
-          </div>
41
-          <div style="margin-bottom: 10px">
42
-            医保卡号:{{ item.hisPatient.number ? item.hisPatient.number : "" }}
43
-          </div>
44
-          <div style="margin-bottom: 10px" v-if="org_id != 10188">
45
-            电话:{{ item.patient.phone }}
46
-          </div>
47
-          <div style="margin-bottom: 10px" v-else>
48
-            日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
24
+        <div >
25
+          <div class="infoTitle">
26
+            <p>姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
27
+            <p>
28
+              性别:
29
+              <span v-if="item.patient.gender == 1">男</span>
30
+              <span v-if="item.patient.gender == 2">女</span>
31
+            </p>
32
+            <p>年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
49
           </div>
33
           </div>
50
-          <div>地址:{{ item.patient.home_address }}</div>
51
-          <div style="display: flex; width: 50%">
52
-            临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
53
-          </div>
54
-        </div>
55
-        <div class="prescriptionBox" >
56
-          <div class="Rp">Rp:</div>
57
-          <div
58
-            class="drugsBox"
59
-            v-for="(it, index) in item.advices"
60
-            :key="index"
61
-            :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
62
-          >
63
-          <!-- class="drugsBox"  item.advices.length>=5 ? 'danzhang' : 'drugsBox'  'page-break-after':item.advices.length>=3&& item.advices[2]?'always':'auto'-->
64
-            <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
65
-            <div class="drugsOne">
66
-              <span style="font-weight: bold">{{ index + 1 + "." }}</span
67
-              >{{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;<span
68
-                v-if="it.drug.min_unit != it.drug.dose_unit"
69
-                >{{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* &nbsp;</span
70
-              >{{ it.drug.min_number }}{{ it.drug.min_unit }}/{{
71
-                it.drug.max_unit
72
-              }}&nbsp;×&nbsp; {{ it.prescribing_number
73
-              }}{{ it.prescribing_number_unit }}
34
+          <div class="infoMain">
35
+            <div style="margin-bottom: 10px">
36
+              门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
74
             </div>
37
             </div>
75
-            <div style="margin-left: 100px">
76
-              <span>用法:{{ it.single_dose }}{{ it.single_dose_unit }}</span
77
-              >&nbsp;&nbsp;<span
78
-                >{{ it.execution_frequency }}&nbsp;{{
79
-                  it.delivery_way
80
-                }}&nbsp;</span
81
-              >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
38
+            <div style="margin-bottom: 10px">
39
+              科室:{{ item.info ? getDepart(item.info.departments) : "" }}
82
             </div>
40
             </div>
83
-          </div>
84
-
85
-          <div
86
-            class="drugsBox"
87
-            v-for="(it, i) in item.additionalcharge"
88
-            :key="i"
89
-          >
90
-            <div class="drugsOne">
91
-              {{ it.item_name ? it.item_name : "" }}:&nbsp;{{ it.price }}元/{{
92
-                it.count
93
-              }}次
41
+            <div style="margin-bottom: 10px">
42
+              医保卡号:{{ item.hisPatient.number ? item.hisPatient.number : "" }}
94
             </div>
43
             </div>
95
-          </div>
96
-
97
-          <div
98
-            class="drugsBox"
99
-            v-for="(it, index) in item.project"
100
-            :key="index"
101
-          >
102
-            <div class="drugsOne">
103
-              <span style="font-weight: bold">{{ index + 1 + "." }}</span
104
-              >{{
105
-                it.type == 2
106
-                  ? getProjectName(it.project_id)
107
-                    ? getProjectName(it.project_id)
108
-                    : ""
109
-                  : it.good_info.good_name
110
-              }}&nbsp;&nbsp;{{ it.single_dose
111
-              }}{{ it.single_dose_unit }}&nbsp;×&nbsp; {{ it.count }}{{ unit }}
44
+            <div style="margin-bottom: 10px" v-if="org_id != 10188">
45
+              电话:{{ item.patient.phone }}
112
             </div>
46
             </div>
113
-            <div style="margin-left: 100px">
114
-              <span>用法:{{ it.single_dose }}{{ it.single_dose_unit }}</span
115
-              >&nbsp;&nbsp;<span>{{ it.delivery_way }}</span
116
-              >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
47
+            <div style="margin-bottom: 10px" v-else>
48
+              日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
117
             </div>
49
             </div>
118
-          </div>
119
-          
120
-          <div
121
-            class="drugsBox"
122
-            v-for="(it, i) in item.additionalcharge"
123
-            :key="i"
124
-          >
125
-            <div class="drugsOne">
126
-              {{ it.project_id ? it.project_id : "" }}:&nbsp;{{
127
-                it.price.toFixed(2)
128
-              }}元/{{ it.count }}次
50
+            <div>地址:{{ item.patient.home_address }}</div>
51
+            <div style="display: flex; width: 50%">
52
+              临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
129
             </div>
53
             </div>
130
           </div>
54
           </div>
131
-          <div style="text-align: center">(以下空白)</div>
132
         </div>
55
         </div>
133
-        <div class="doctorBox" v-if="org_id != 10188 && org_id != 0">
134
-          <p v-if="org_id == 10217 || org_id == 0">
135
-            医师:
136
-            <span
137
-              style="width: 100px; display: inline-block"
138
-              v-if="item.creator == ''"
56
+          <div class="prescriptionBox" >
57
+            <div class="Rp">Rp:</div>
58
+            <div
59
+              class="drugsBox"
60
+              v-for="(it, index) in advicess" :key="index" 
61
+              :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
139
             >
62
             >
140
-              {{ item.doctor }}
141
-            </span>
142
-            <span
143
-              style="width: 100px; display: inline-block"
144
-              v-else-if="doc_name != ''"
63
+            <!-- class="drugsBox"  item.advices.length>=5 ? 'danzhang' : 'drugsBox'  :style="{'page-break-after':index==yi&&item.advices.length>3? 'always':'auto'}"-->
64
+              <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
65
+              <template v-if="index==yi+1&&item.advices.length>5">
66
+                <div style="margin: 20px 0px;">
67
+                  <div class="infoTitle">
68
+                    <p>姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
69
+                    <p>
70
+                      性别:
71
+                      <span v-if="item.patient.gender == 1">男</span>
72
+                      <span v-if="item.patient.gender == 2">女</span>
73
+                    </p>
74
+                    <p>年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
75
+                  </div>
76
+                  <div class="infoMain">
77
+                    <div style="margin-bottom: 10px">
78
+                      门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
79
+                    </div>
80
+                    <div style="margin-bottom: 10px">
81
+                      科室:{{ item.info ? getDepart(item.info.departments) : "" }}
82
+                    </div>
83
+                    <div style="margin-bottom: 10px">
84
+                      医保卡号:{{ item.hisPatient.number ? item.hisPatient.number : "" }}
85
+                    </div>
86
+                    <div style="margin-bottom: 10px" v-if="org_id != 10188">
87
+                      电话:{{ item.patient.phone }}
88
+                    </div>
89
+                    <div style="margin-bottom: 10px" v-else>
90
+                      日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
91
+                    </div>
92
+                    <div>地址:{{ item.patient.home_address }}</div>
93
+                    <div style="display: flex; width: 50%">
94
+                      临床诊断:{{ getDiagnosis(item.info.diagnosis) }}
95
+                    </div>
96
+                  </div>
97
+                </div>
98
+              </template>
99
+              <div style="position: relative;">
100
+                <div class="drugsOne" style="border-right: 1px solid black; width: 80%;">
101
+                  <span style="font-weight: bold" >
102
+                    {{ index + 1 + "." }}
103
+                  </span>
104
+                  {{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;
105
+                  <span v-if="it.drug.min_unit != it.drug.dose_unit">
106
+                    {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}/
107
+                    {{it.drug.max_unit}}
108
+                  </span>&nbsp;
109
+                  <div>
110
+                    <template v-if="arr[0][0].groupno==it.groupno">
111
+                      <div >
112
+                        <!--  v-for="(its,indexs) in arr" :key="indexs"-->
113
+                        <span style="margin-left: 38px;">{{arr[0][0].advice_name ? arr[0][0].advice_name : ""}}</span>&nbsp;&nbsp;
114
+                        <span v-if="arr[0][0].drug.min_unit != arr[0][0].drug.dose_unit">
115
+                          {{ arr[0][0].drug.dose }}{{ arr[0][0].drug.dose_unit }}&nbsp;* {{ arr[0][0].drug.min_number }}{{ arr[0][0].drug.min_unit }}/
116
+                          {{arr[0][0].drug.max_unit}}
117
+                        </span>&nbsp;
118
+                      </div>
119
+                    </template>
120
+                  </div>
121
+                  
122
+                  <div style="margin-left: 70px">
123
+                    <span >用法:{{ it.single_dose }}{{ it.single_dose_unit }}</span
124
+                    >&nbsp;&nbsp;<span
125
+                      >{{ it.execution_frequency }}&nbsp;{{
126
+                        it.delivery_way
127
+                      }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
128
+                  </div>
129
+                  
130
+                </div>
131
+                <div style="display: inline-block;position: absolute;left:85%;top:10px;margin-left: 10px;">
132
+                  ×&nbsp;{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
133
+                </div>
134
+              </div>
135
+              <template v-if="index==yi&&item.advices.length>5">
136
+                <div style="margin: 20px 0px;">
137
+                  <div class="doctorBox" v-if="org_id != 10188 && org_id != 0">
138
+                    <p v-if="org_id == 10217 || org_id == 0">
139
+                      医师:
140
+                      <span
141
+                        style="width: 100px; display: inline-block"
142
+                        v-if="item.creator == ''"
143
+                      >
144
+                        {{ item.doctor }}
145
+                      </span>
146
+                      <span
147
+                        style="width: 100px; display: inline-block"
148
+                        v-else-if="doc_name != ''"
149
+                      >
150
+                        {{ doc_name }}
151
+                      </span>
152
+                      <img
153
+                        style="height: 50px;"
154
+                        :src="setAdminUserES(item.creator,item.doctor)"
155
+                        alt=""
156
+                        srcset=""
157
+
158
+                      />
159
+                    </p>
160
+                    <p v-else>
161
+                      医师: {{ item.doctor ? item.doctor : "" }}
162
+                    </p>
163
+                    <p>日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}</p>
164
+                  </div>
165
+
166
+                  <div class="doctorBoxs" style="border-bottom: 2px solid #000;" v-if="org_id == 10188 || org_id == 0">
167
+                    <p>医师:{{ item.doctor ? item.doctor : "" }}</p>
168
+                  </div>
169
+                  <div class="actionBar" v-if="org_id != 10188 && org_id != 0">
170
+                    
171
+                    <p>审核:</p>
172
+                    <p>配对:</p>
173
+                    <p>核对:</p>
174
+                    <p>发药:</p>
175
+                    <p>
176
+                      药费:{{
177
+                        getTotalOne(item.id).toFixed(2)
178
+                          ? getTotalOne(item.id).toFixed(2)
179
+                          : 0
180
+                      }}元
181
+                    </p>
182
+                    <!--            <p>药费:466.2元</p>-->
183
+                  </div>
184
+                  <div class="actionBar" v-else>
185
+                    <p >审核、调配:</p>
186
+                    <p >核对、发药:</p>
187
+                    <p >
188
+                      药费:{{
189
+                        getTotalOne(item.id).toFixed(2)
190
+                          ? getTotalOne(item.id).toFixed(2)
191
+                          : 0
192
+                      }}元
193
+                    </p>
194
+                    <!--            <p>药费:551.2元</p>-->
195
+                    <!--            <p>药费:466.2元</p>-->
196
+                  </div>
197
+                </div>
198
+              </template>
199
+            </div>
200
+
201
+            <div
202
+              class="drugsBox"
203
+              v-for="(it, i) in item.additionalcharge"
204
+              :key="i"
145
             >
205
             >
146
-              {{ doc_name }}
147
-            </span>
148
-            <img
149
-              style="height: 50px;"
150
-              :src="setAdminUserES(item.creator,item.doctor)"
151
-              alt=""
152
-              srcset=""
206
+              <div class="drugsOne">
207
+                {{ it.item_name ? it.item_name : "" }}:&nbsp;{{ it.price }}元/{{
208
+                  it.count
209
+                }}次
210
+              </div>
211
+            </div>
153
 
212
 
154
-            />
155
-          </p>
156
-          <p v-else>
157
-            医师: {{ item.doctor ? item.doctor : "" }}
158
-          </p>
159
-          <p>日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}</p>
160
-        </div>
213
+            <div
214
+              class="drugsBox"
215
+              v-for="(it, index) in item.project"
216
+              :key="index"
217
+            >
218
+              <div class="drugsOne">
219
+                <span style="font-weight: bold">{{ index + 1 + "." }}</span
220
+                >{{
221
+                  it.type == 2
222
+                    ? getProjectName(it.project_id)
223
+                      ? getProjectName(it.project_id)
224
+                      : ""
225
+                    : it.good_info.good_name
226
+                }}&nbsp;&nbsp;{{ it.single_dose
227
+                }}{{ it.single_dose_unit }}&nbsp;×&nbsp; {{ it.count }}{{ unit }}
228
+              </div>
229
+              <div style="margin-left: 100px">
230
+                <span>用法:{{ it.single_dose }}{{ it.single_dose_unit }}</span
231
+                >&nbsp;&nbsp;<span>{{ it.delivery_way }}</span
232
+                >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
233
+              </div>
234
+            </div>
235
+            
236
+            <div
237
+              class="drugsBox"
238
+              v-for="(it, i) in item.additionalcharge"
239
+              :key="i"
240
+            >
241
+              <div class="drugsOne">
242
+                {{ it.project_id ? it.project_id : "" }}:&nbsp;{{
243
+                  it.price.toFixed(2)
244
+                }}元/{{ it.count }}次
245
+              </div>
246
+            </div>
247
+            <div style="text-align: center">(以下空白)</div>
248
+          </div>
249
+        
250
+          <div class="doctorBox" v-if="org_id != 10188 && org_id != 0">
251
+            <p v-if="org_id == 10217 || org_id == 0">
252
+              医师:
253
+              <span
254
+                style="width: 100px; display: inline-block"
255
+                v-if="item.creator == ''"
256
+              >
257
+                {{ item.doctor }}
258
+              </span>
259
+              <span
260
+                style="width: 100px; display: inline-block"
261
+                v-else-if="doc_name != ''"
262
+              >
263
+                {{ doc_name }}
264
+              </span>
265
+              <img
266
+                style="height: 50px;"
267
+                :src="setAdminUserES(item.creator,item.doctor)"
268
+                alt=""
269
+                srcset=""
161
 
270
 
162
-        <div class="doctorBoxs" style="border-bottom: 2px solid #000;" v-if="org_id == 10188 || org_id == 0">
163
-          <p>医师:{{ item.doctor ? item.doctor : "" }}</p>
164
-        </div>
165
-        <!-- <div class="doctorBoxtwo" v-if="org_id == 10188 || org_id == 0">
166
-          <p >审核、调配:</p>
167
-          <p >核对、发药:</p>
168
-          <p style="margin-right: 43px">药师:</p>
169
-        </div> -->
271
+              />
272
+            </p>
273
+            <p v-else>
274
+              医师: {{ item.doctor ? item.doctor : "" }}
275
+            </p>
276
+            <p>日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}</p>
277
+          </div>
170
 
278
 
171
-        <div class="actionBar" v-if="org_id != 10188 && org_id != 0">
172
-          <!-- <p>审核:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
173
-                 <p>配对:</p>
174
-                 <p>核对:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
175
-                 <p>发药:{{getDoctor(item.advices[0].execution_staff)?getDoctor(item.advices[0].execution_staff):""}}</p>
176
-                 <p>药费:{{getTotalOne(item.id)?getTotalOne(item.id):0}}元</p> -->
279
+          <div class="doctorBoxs" style="border-bottom: 2px solid #000;" v-if="org_id == 10188 || org_id == 0">
280
+            <p>医师:{{ item.doctor ? item.doctor : "" }}</p>
281
+          </div>
282
+          <!-- <div class="doctorBoxtwo" v-if="org_id == 10188 || org_id == 0">
283
+            <p >审核、调配:</p>
284
+            <p >核对、发药:</p>
285
+            <p style="margin-right: 43px">药师:</p>
286
+          </div> -->
177
 
287
 
178
-          <p>审核:</p>
179
-          <p>配对:</p>
180
-          <p>核对:</p>
181
-          <p>发药:</p>
182
-          <p>
183
-            药费:{{
184
-              getTotalOne(item.id).toFixed(2)
185
-                ? getTotalOne(item.id).toFixed(2)
186
-                : 0
187
-            }}元
188
-          </p>
189
-          <!--            <p>药费:466.2元</p>-->
190
-        </div>
191
-        <div class="actionBar" v-else>
192
-          <p >审核、调配:</p>
193
-          <p >核对、发药:</p>
194
-          <p >
195
-            药费:{{
196
-              getTotalOne(item.id).toFixed(2)
197
-                ? getTotalOne(item.id).toFixed(2)
198
-                : 0
199
-            }}元
200
-          </p>
201
-          <!--            <p>药费:551.2元</p>-->
202
-          <!--            <p>药费:466.2元</p>-->
203
-        </div>
204
-        <!-- <div style="page-break-after: always"></div> -->
288
+          <div class="actionBar" v-if="org_id != 10188 && org_id != 0">
289
+            <!-- <p>审核:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
290
+                  <p>配对:</p>
291
+                  <p>核对:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
292
+                  <p>发药:{{getDoctor(item.advices[0].execution_staff)?getDoctor(item.advices[0].execution_staff):""}}</p>
293
+                  <p>药费:{{getTotalOne(item.id)?getTotalOne(item.id):0}}元</p> -->
294
+
295
+            <p>审核:</p>
296
+            <p>配对:</p>
297
+            <p>核对:</p>
298
+            <p>发药:</p>
299
+            <p>
300
+              药费:{{
301
+                getTotalOne(item.id).toFixed(2)
302
+                  ? getTotalOne(item.id).toFixed(2)
303
+                  : 0
304
+              }}元
305
+            </p>
306
+            <!--            <p>药费:466.2元</p>-->
307
+          </div>
308
+          <div class="actionBar" v-else>
309
+            <p >审核、调配:</p>
310
+            <p >核对、发药:</p>
311
+            <p >
312
+              药费:{{
313
+                getTotalOne(item.id).toFixed(2)
314
+                  ? getTotalOne(item.id).toFixed(2)
315
+                  : 0
316
+              }}元
317
+            </p>
318
+            <!--            <p>药费:551.2元</p>-->
319
+            <!--            <p>药费:466.2元</p>-->
320
+          </div>
321
+        <!-- </div> -->
205
       </div>
322
       </div>
206
     </div>
323
     </div>
207
   </div>
324
   </div>
227
       doctorList: [],
344
       doctorList: [],
228
       advicePrint: {},
345
       advicePrint: {},
229
       yi:4,
346
       yi:4,
347
+      arr:[],
348
+      arrs:{},
349
+      advicess:[],
350
+      page:sessionStorage.getItem('dayin'),
230
       patient: {},
351
       patient: {},
231
       tableData: [],
352
       tableData: [],
232
       prescriptionInfo: [],
353
       prescriptionInfo: [],
328
           this.prescriptions = advicePrint;
449
           this.prescriptions = advicePrint;
329
 
450
 
330
           this.doctorList_1 = response.data.data.eles;
451
           this.doctorList_1 = response.data.data.eles;
452
+         for(let i=0;i<this.advicePrint.length;i++){
453
+          this.advicess=advicePrint[i].advices
454
+         }
455
+         for(let j=0;j<this.advicess.length;j++){
456
+            for(let x=j+1;x<this.advicess.length;x++){
457
+              if(this.advicess[j].groupno == this.advicess[x].groupno){
458
+                this.arr.push(this.advicess.splice(x,1))
459
+                // this.arrs=this.advicess.splice(x,1)
460
+              }
461
+            }
462
+          }
463
+        // this.merge(this.advicess)
464
+          // console.log('4444444',this.arrs);
465
+         console.log('55555555',this.arr);
466
+         console.log('6666666',this.advicess);
331
           console.log(this.doctorList_1, "医生列表");
467
           console.log(this.doctorList_1, "医生列表");
332
           if (this.doctorList_1.length > 0) {
468
           if (this.doctorList_1.length > 0) {
333
             var operatorsLen = this.doctorList_1.length;
469
             var operatorsLen = this.doctorList_1.length;
460
       }
596
       }
461
       return name;
597
       return name;
462
     },
598
     },
599
+    merge(arrA){
600
+      var len=arrA.lenfth
601
+      // for(let j=0;j<this.advicess.length;j++){
602
+      //   for(let x=j+1;x<this.advicess.length;x++){
603
+      //     if(this.advicess[j].groupno == this.advicess[x].groupno){
604
+      //       // this.arr.push(this.advicess.splice(x,1))
605
+      //       this.arrs=this.advicess.splice(x,1)
606
+      //     }
607
+      //   }
608
+      // }
609
+      for(let j=0;j<len;j++){
610
+        for(let x=j+1;x<len;x++){
611
+          if(arrA[j].groupno == arrA[x].groupno){
612
+            this.arr.push(arrA.splice(x,1))
613
+          }
614
+        }
615
+      }
616
+      console.log('777777777',this.arr);
617
+      return this.arr
618
+    }
463
   },
619
   },
464
   created() {
620
   created() {
465
     this.getAllDoctorList();
621
     this.getAllDoctorList();
469
     var xtuser = this.$store.getters.xt_user;
625
     var xtuser = this.$store.getters.xt_user;
470
     this.orgname = xtuser.org.org_name;
626
     this.orgname = xtuser.org.org_name;
471
     this.org_id = xtuser.org.id;
627
     this.org_id = xtuser.org.id;
628
+    
629
+    // for(let j=0;j<this.advicess.length;j++){
630
+    //   console.log('44444444');
631
+    //   for(let x=j+1;x<this.advicess.length;x++){
632
+    //     if(this.advicess[j].groupno == this.advicess[x].groupno){
633
+    //       this.arr.push(this.advicess.splice(x,1))
634
+    //     }
635
+    //   }
636
+    // }
637
+    // console.log('777777777',this.arr[0].advice_name);
638
+    // return this.arr
639
+    
472
   },
640
   },
641
+  
473
   watch: {
642
   watch: {
474
     ids: function (val) {
643
     ids: function (val) {
475
       this.ids = val;
644
       this.ids = val;
526
 .drugsBox {
695
 .drugsBox {
527
   padding-left: 40px;
696
   padding-left: 40px;
528
   margin-bottom: 10px;
697
   margin-bottom: 10px;
698
+  position: relative;
529
 }
699
 }
530
 .drugsBox div {
700
 .drugsBox div {
531
   line-height: 20px;
701
   line-height: 20px;
532
 }
702
 }
533
 .drugsOne {
703
 .drugsOne {
534
   line-height: 24px;
704
   line-height: 24px;
705
+  display: inline-block;
535
 }
706
 }
536
 .drugsOne span {
707
 .drugsOne span {
537
   margin-right: 20px;
708
   margin-right: 20px;

+ 2 - 1
src/xt_pages/outpatientDoctorStation/template/printSix.vue View File

72
             class="drugsBox"
72
             class="drugsBox"
73
             v-for="(it, index) in item.advices"
73
             v-for="(it, index) in item.advices"
74
             :key="index"
74
             :key="index"
75
-            :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
75
+            
76
           >
76
           >
77
+          <!-- :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}" -->
77
             <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
78
             <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
78
             <div class="drugsOne">
79
             <div class="drugsOne">
79
               <!-- <span style="font-weight: bold">{{ index + 1 + "." }}</span> -->
80
               <!-- <span style="font-weight: bold">{{ index + 1 + "." }}</span> -->

+ 2 - 1
src/xt_pages/outpatientDoctorStation/template/printThree.vue View File

147
                 pageIndex * 5 + item.pageArr[pageIndex]
147
                 pageIndex * 5 + item.pageArr[pageIndex]
148
               )"
148
               )"
149
               :key="index"
149
               :key="index"
150
-              :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
150
+              
151
             >
151
             >
152
+            <!-- :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}" -->
152
               <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
153
               <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
153
               <div class="drugsOne">
154
               <div class="drugsOne">
154
                 <span style="font-weight: bold">{{ index + 1 + "." }}</span
155
                 <span style="font-weight: bold">{{ index + 1 + "." }}</span

+ 2 - 2
src/xt_pages/workforce/scheduleTablePrint.vue View File

1
 <template>
1
 <template>
2
-    <div>
2
+    <div style="font-size: 18px;">
3
       <el-button style="float:right;" type="primary" @click="printAction">打印</el-button>
3
       <el-button style="float:right;" type="primary" @click="printAction">打印</el-button>
4
 
4
 
5
 <!--      <el-button type="primary" @click="printAction">打印</el-button>-->
5
 <!--      <el-button type="primary" @click="printAction">打印</el-button>-->
1011
             return [weekArr[week], typeArr[schedule_type]];
1011
             return [weekArr[week], typeArr[schedule_type]];
1012
         },
1012
         },
1013
         printAction: function() {
1013
         printAction: function() {
1014
-            const style = '@media print {#scheduleTable{font-size:16px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
1014
+            const style = '@media print {#scheduleTable{font-size:18px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
1015
 
1015
 
1016
             printJS({
1016
             printJS({
1017
             printable: 'scheduleTable',
1017
             printable: 'scheduleTable',