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 8 měsíci
rodič
revize
cf1eab286e

+ 1 - 0
src/lang/en.js Zobrazit soubor

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

+ 3 - 2
src/router/modules/Dialysisanalysis.js Zobrazit soubor

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

+ 18 - 15
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Zobrazit soubor

597
                   style="width: 100px; text-align: center"
597
                   style="width: 100px; text-align: center"
598
                 > 
598
                 > 
599
                   <span style="display: inline-block;height: 30px;"></span>
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
                   </span>
602
                   </span>
603
                   <span style="display: inline-block;" v-else>
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
                   </span>
605
                   </span>
606
                 </div>
606
                 </div>
607
-
608
               </div>
607
               </div>
609
             </div>
608
             </div>
610
             <!-- 特殊医嘱 -->
609
             <!-- 特殊医嘱 -->
937
                   alt=""
936
                   alt=""
938
                   srcset=""
937
                   srcset=""
939
                   v-else
938
                   v-else
940
-                  style="height: 40px"
939
+                  style="height: 30px"
941
                 />
940
                 />
942
                 </div>
941
                 </div>
943
               </div>
942
               </div>
1182
           </div>
1181
           </div>
1183
           <!-- 透析小结 -->
1182
           <!-- 透析小结 -->
1184
           <div  style="width: 99%;border: 1px solid black;white-space: normal;padding:5px ;">
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
               <div style="margin-bottom: 10px;">
1185
               <div style="margin-bottom: 10px;">
1187
                 宣教知识:
1186
                 宣教知识:
1188
                 <span style="white-space: normal;border-bottom: 1px solid black;">
1187
                 <span style="white-space: normal;border-bottom: 1px solid black;">
1405
             for(let j=0;j<this.records[i].monitor_records.length;j++){
1404
             for(let j=0;j<this.records[i].monitor_records.length;j++){
1406
               this.records[i].monitor_records[j].end = ""
1405
               this.records[i].monitor_records[j].end = ""
1407
               if (this.records[i].dialysis_order &&this.records[i].monitor_records[j].operate_time ==  this.records[i].dialysis_order.end_time) {
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
           for (const recordIndex in this.records) {
1422
           for (const recordIndex in this.records) {

+ 6 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue Zobrazit soubor

633
               <div class="under_line"
633
               <div class="under_line"
634
                 style="width: 90px; text-align: center"
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
                   v-if="
638
                   v-if="
638
                     setAdminUserES(
639
                     setAdminUserES(
639
                       dialysisOrder == null
640
                       dialysisOrder == null
670
               <div class="under_line"
671
               <div class="under_line"
671
                 style="width: 90px; text-align: center"
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
                   v-if="
676
                   v-if="
675
                     setAdminUserES(
677
                     setAdminUserES(
676
                       dialysisOrder == null
678
                       dialysisOrder == null
707
               <div class="under_line"
709
               <div class="under_line"
708
                 style="width: 90px; text-align: center"
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
                   {{ getAdminUser(check == null ? 0 : check.modifier) ? getAdminUser(check == null ? 0 : check.modifier) : "" }}
714
                   {{ getAdminUser(check == null ? 0 : check.modifier) ? getAdminUser(check == null ? 0 : check.modifier) : "" }}
712
                 </span>
715
                 </span>
713
                 <img :src="setAdminUserES(check == null ? 0 : check.modifier)" alt="" srcset="" style="height:30px" v-else />
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 Zobrazit soubor

71
               highlight-current-row
71
               highlight-current-row
72
               show-summary>
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
         <template slot-scope="scope">{{ scope.row.name }}</template>
75
         <template slot-scope="scope">{{ scope.row.name }}</template>
76
       </el-table-column>
76
       </el-table-column>
77
       <el-table-column align="center" prop="name" label="处方日期">
77
       <el-table-column align="center" prop="name" label="处方日期">

+ 1 - 1
src/xt_pages/outpatientTool/components/settle.vue Zobrazit soubor

58
                 :summary-method="getTotal"
58
                 :summary-method="getTotal"
59
                 highlight-current-row>
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
               <template slot-scope="scope">{{ scope.row.other_name }}</template>
62
               <template slot-scope="scope">{{ scope.row.other_name }}</template>
63
           </el-table-column>
63
           </el-table-column>
64
         <el-table-column align="center" prop="item_name" label="身份证">
64
         <el-table-column align="center" prop="item_name" label="身份证">