Browse Source

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

28169 8 months ago
parent
commit
cf1eab286e

+ 1 - 0
src/lang/en.js View File

@@ -128,6 +128,7 @@ export default {
128 128
     dialysis_batch_print: 'Batch Print Order',
129 129
     user_detail: 'user_detail',
130 130
     objectRegistration:'objectRegistration',
131
+    Dialysisanalysis:'Dialysisanalysis',
131 132
   },
132 133
   navbar: {
133 134
     logOut: 'Log Out',

+ 3 - 2
src/router/modules/Dialysisanalysis.js View File

@@ -9,7 +9,8 @@ export default {
9 9
   name: 'Dialysisanalysis',
10 10
   alwaysShow: true,
11 11
   meta: {
12
-    title: '专业质控',
12
+    // title: '专业质控',
13
+    title:'Dialysisanalysis',
13 14
     icon: 'statistics'
14 15
   },
15 16
   children: [
@@ -25,7 +26,7 @@ export default {
25 26
     {//新专业质控
26 27
       path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators',
27 28
       component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/index'),
28
-      name: 'otherIndicators',
29
+      name: 'new_otherIndicators',
29 30
       meta: {
30 31
         title: '透析分析',
31 32
         noCache: true

+ 18 - 15
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue View File

@@ -597,14 +597,13 @@
597 597
                   style="width: 100px; text-align: center"
598 598
                 > 
599 599
                   <span style="display: inline-block;height: 30px;"></span>
600
-                  <span v-if="setAdminUserES(record.prescription.creater) == ''">
601
-                    {{ getAdminUser(record.prescription.creater)}}
600
+                  <span v-if="setAdminUserES(record.prescription,'creater') == ''">
601
+                    {{ getAdminUser(record.prescription,'creater')}}
602 602
                   </span>
603 603
                   <span style="display: inline-block;" v-else>
604
-                    <img style="height:30px;" :src="setAdminUserES(record.prescription.creater)" alt srcset />
604
+                    <img style="height:30px;" :src="setAdminUserES(record.prescription,'creater')" alt srcset />
605 605
                   </span>
606 606
                 </div>
607
-
608 607
               </div>
609 608
             </div>
610 609
             <!-- 特殊医嘱 -->
@@ -937,7 +936,7 @@
937 936
                   alt=""
938 937
                   srcset=""
939 938
                   v-else
940
-                  style="height: 40px"
939
+                  style="height: 30px"
941 940
                 />
942 941
                 </div>
943 942
               </div>
@@ -1182,7 +1181,7 @@
1182 1181
           </div>
1183 1182
           <!-- 透析小结 -->
1184 1183
           <div  style="width: 99%;border: 1px solid black;white-space: normal;padding:5px ;">
1185
-            <div style="width: 100%;">
1184
+            <div style="width: 100%;margin-bottom: 6px;">
1186 1185
               <div style="margin-bottom: 10px;">
1187 1186
                 宣教知识:
1188 1187
                 <span style="white-space: normal;border-bottom: 1px solid black;">
@@ -1405,15 +1404,19 @@ export default {
1405 1404
             for(let j=0;j<this.records[i].monitor_records.length;j++){
1406 1405
               this.records[i].monitor_records[j].end = ""
1407 1406
               if (this.records[i].dialysis_order &&this.records[i].monitor_records[j].operate_time ==  this.records[i].dialysis_order.end_time) {
1408
-              this.records[i].monitor_records[j].end = "【结束透析】";
1409
-              tempmonitorflag = false;
1410
-            }
1411
-            // if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1412
-            //   this.records[i].monitor_records[j].end = "【结束透析】";
1413
-            //  }
1414
-            //  if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1415
-            //    this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】"
1416
-            //  }
1407
+                console.log('1111111',this.records[i].dialysis_order.end_time);
1408
+                
1409
+                this.records[i].monitor_records[j].end = "【结束透析】";
1410
+                tempmonitorflag = false;
1411
+              }
1412
+              if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1413
+                console.log('222222');
1414
+                this.records[i].monitor_records[j].end = "【结束透析】";
1415
+              }
1416
+              // if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1417
+              //   console.log('33333',this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end);
1418
+              //   this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】"
1419
+              // }
1417 1420
             }
1418 1421
           }
1419 1422
           for (const recordIndex in this.records) {

+ 6 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue View File

@@ -633,7 +633,8 @@
633 633
               <div class="under_line"
634 634
                 style="width: 90px; text-align: center"
635 635
               >
636
-                <span style="height: 30px; display: inline-block"
636
+              <span style="height: 30px;display: inline-block;"></span>
637
+                <span style="display: inline-block"
637 638
                   v-if="
638 639
                     setAdminUserES(
639 640
                       dialysisOrder == null
@@ -670,7 +671,8 @@
670 671
               <div class="under_line"
671 672
                 style="width: 90px; text-align: center"
672 673
               >
673
-                <span style="height: 30px; display: inline-block"
674
+                <span style="height: 30px;display: inline-block;"></span>
675
+                <span style="display: inline-block"
674 676
                   v-if="
675 677
                     setAdminUserES(
676 678
                       dialysisOrder == null
@@ -707,7 +709,8 @@
707 709
               <div class="under_line"
708 710
                 style="width: 90px; text-align: center"
709 711
               >
710
-                <span style="height: 30px; display: inline-block" v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
712
+                <span style="height: 30px;display: inline-block;"></span>
713
+                <span style=" display: inline-block" v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
711 714
                   {{ getAdminUser(check == null ? 0 : check.modifier) ? getAdminUser(check == null ? 0 : check.modifier) : "" }}
712 715
                 </span>
713 716
                 <img :src="setAdminUserES(check == null ? 0 : check.modifier)" alt="" srcset="" style="height:30px" v-else />

+ 1 - 1
src/xt_pages/outpatientTool/components/pdetail.vue View File

@@ -71,7 +71,7 @@
71 71
               highlight-current-row
72 72
               show-summary>
73 73
 
74
-      <el-table-column align="center" prop="name" label="患者名字">
74
+      <el-table-column align="center" prop="name" label="患者名字" fixed>
75 75
         <template slot-scope="scope">{{ scope.row.name }}</template>
76 76
       </el-table-column>
77 77
       <el-table-column align="center" prop="name" label="处方日期">

+ 1 - 1
src/xt_pages/outpatientTool/components/settle.vue View File

@@ -58,7 +58,7 @@
58 58
                 :summary-method="getTotal"
59 59
                 highlight-current-row>
60 60
 
61
-          <el-table-column align="center" prop="name" label="患者名字">
61
+          <el-table-column align="center" prop="name" label="患者名字" fixed>
62 62
               <template slot-scope="scope">{{ scope.row.other_name }}</template>
63 63
           </el-table-column>
64 64
         <el-table-column align="center" prop="item_name" label="身份证">