Browse Source

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

XMLWAN 2 years ago
parent
commit
ce7c45043b

+ 86 - 46
src/xt_pages/dialysis/template/DialysisPrintOrderFortyEight.vue View File

@@ -508,19 +508,29 @@
508 508
           </tr>
509 509
           <tr>
510 510
             <td colspan="8" style="text-align: left">
511
-              <span style="display: inline-block; margin-left: 15px" v-if="predialysis.blood_access_part_opera_name!=''">
511
+              <span
512
+                style="display: inline-block; margin-left: 15px"
513
+                v-if="predialysis.blood_access_part_opera_name != ''"
514
+              >
512 515
                 血管通路:
513 516
                 <!-- {{predialysis.blood_access_part_opera_name ?'' :predialysis.blood_access_part_opera_name}}&nbsp;&nbsp; -->
514
-               <span
515
-                  v-for="(item, index) in arrtwo"
516
-                  :key="index"
517
-                >
518
-                {{predialysis.blood_access_part_opera_id == item.id ? item.name :''}}
517
+                <span v-for="(item, index) in arrtwo" :key="index">
518
+                  {{
519
+                    predialysis.blood_access_part_opera_id == item.id
520
+                      ? item.name
521
+                      : ""
522
+                  }}
519 523
                 </span>
520 524
                 部位:
521
-                {{predialysis.blood_access_part_id ? predialysis.blood_access_part_id : ''}}&nbsp;&nbsp;
522
-
523
-                内瘘:{{predialysis.internal_fistula == ""?'无':predialysis.internal_fistula}}
525
+                {{
526
+                  predialysis.blood_access_part_id
527
+                    ? predialysis.blood_access_part_id
528
+                    : ""
529
+                }}&nbsp;&nbsp; 内瘘:{{
530
+                  predialysis.internal_fistula == ""
531
+                    ? "无"
532
+                    : predialysis.internal_fistula
533
+                }}
524 534
                 <!-- <label-box
525 535
                   v-for="(item, index) in arrtwo"
526 536
                   :key="index"
@@ -539,34 +549,50 @@
539 549
           </tr>
540 550
           <tr>
541 551
             <td colspan="8" style="text-align: left">
542
-              <span v-if="predialysis.venous_catheterization==1||predialysis.venous_catheterization==2">
552
+              <span
553
+                v-if="
554
+                  predialysis.venous_catheterization == 1 ||
555
+                  predialysis.venous_catheterization == 2
556
+                "
557
+              >
543 558
                 <span style="display: inline-block; margin-left: 15px"
544
-                >中心静脉导管: {{predialysis.venous_catheterization == 1?'长期':'短期'}}</span
545
-              >&nbsp;&nbsp;
546
-              <!-- (部位:{{ getPartName(predialysis.blood_access_part_id) }}) -->
547
-              部位:{{ predialysis.blood_access_part_id }}&nbsp;&nbsp;
548
-              
549
-              感染:<span v-if="predialysis.is_infect==1">
550
-                无
551
-              </span>
552
-              <span v-if="predialysis.is_infect==2">
553
-                有
554
-              </span>&nbsp;&nbsp;
555
-              
556
-              流畅度:
559
+                  >中心静脉导管:
560
+                  {{
561
+                    predialysis.venous_catheterization == 1 ? "长期" : "临时"
562
+                  }}</span
563
+                >&nbsp;&nbsp;
564
+                <!-- (部位:{{ getPartName(predialysis.blood_access_part_id) }}) -->
565
+                部位:{{ predialysis.blood_access_part_id }}&nbsp;&nbsp;
566
+                <span v-if="predialysis.is_infect != 0">
567
+                  感染:<span v-if="predialysis.is_infect == 1"> 无 </span>
568
+                  <span v-if="predialysis.is_infect == 2"> 有 </span> </span
569
+                >&nbsp;&nbsp;
570
+
571
+                <!-- <span v-if="predialysis.catheter.indexOf('通畅度-好') > -1||predialysis.catheter.indexOf('通畅度-差') > -1||predialysis.catheter.indexOf('通畅度-一般') > -1">
572
+                流畅度:
557 573
               <span v-if="predialysis.catheter.indexOf('通畅度-好') > -1">
558 574
559 575
               </span>
560 576
               <span v-if="predialysis.catheter.indexOf('通畅度-差') > -1">
561 577
578
+              </span>
579
+              <span v-if="predialysis.catheter.indexOf('通畅度-一般') > -1">
580
+                一般
581
+              </span>
562 582
               </span>&nbsp;&nbsp;
583
+              
563 584
              
564 585
              <span v-if="predialysis.catheter.indexOf('溶栓-有') > -1 ||predialysis.catheter.indexOf('溶栓-无') > -1">
565 586
                溶栓:<span v-if="predialysis.catheter.indexOf('溶栓-有') > -1">有</span>
566 587
                      <span v-if="predialysis.catheter.indexOf('溶栓-无') > -1">无</span>
567
-             </span>
568
-              
569
-              &nbsp;&nbsp;外露:{{ predialysis.exposed }}cm
588
+             </span>&nbsp;&nbsp; -->
589
+
590
+                <span v-if="predialysis.catheter != ''">
591
+                  导管情况:<span>{{ predialysis.catheter }}</span> </span
592
+                >&nbsp;&nbsp;
593
+                <span v-if="predialysis.exposed != 0">
594
+                  外露:{{ predialysis.exposed }}cm
595
+                </span>
570 596
               </span>
571 597
               <span style="display: inline-block; margin-left: 15px" v-else>
572 598
                 中心静脉导管:无
@@ -964,7 +990,7 @@
964 990
             </td>
965 991
             <td style="min-width: 80px">
966 992
               置换量
967
-              <br />ml
993
+              <br />L
968 994
             </td>
969 995
             <td style="min-width: 80px">
970 996
               血压
@@ -1053,7 +1079,7 @@
1053 1079
                 >&nbsp;&nbsp;
1054 1080
               </span>
1055 1081
             </td>
1056
-            <td style="text-align: left" colspan="3">
1082
+            <td style="text-align: left" colspan="5">
1057 1083
               <span>
1058 1084
                 <span
1059 1085
                   v-if="finshForm.url === ''"
@@ -1085,26 +1111,23 @@
1085 1111
             </td>
1086 1112
           </tr>
1087 1113
           <tr>
1088
-            <td style="text-align: left" colspan="3">
1089
-              <span>
1090
-                <span style="display: flex; align-items: center; height: 36px"
1091
-                  >负责护士:<span
1092
-                    v-if="
1093
-                      setAdminUserES(
1094
-                        dialysisOrder == null ? 0 : dialysisOrder.start_nurse
1095
-                      ) == ''
1096
-                    "
1097
-                  >
1098
-                    {{
1099
-                      getAdminUser(
1100
-                        dialysisOrder == null ? 0 : dialysisOrder.start_nurse
1101
-                      )
1102
-                    }}
1103
-                  </span></span
1104
-                >
1114
+            <td style="text-align: left" colspan="4">
1115
+              <span style="display: inline-block; margin-left: 15px">
1116
+                <span
1117
+                  v-if="orderForm.url === ''"
1118
+                  style="display: flex; align-items: center"
1119
+                  >责任护士:{{ orderForm.start_nurse }}
1120
+                </span>
1121
+                
1122
+                <span
1123
+                  v-if="orderForm.url !== ''"
1124
+                  style="display: flex; align-items: center; height: 36px">
1125
+                  责任护士:
1126
+                  <img :src="orderForm.url" style="height: 30px" />
1127
+                </span>
1105 1128
               </span>
1106 1129
             </td>
1107
-            <td style="text-align: left" colspan="3">
1130
+            <td style="text-align: left" colspan="4">
1108 1131
               <span>
1109 1132
                 <span style="display: flex; align-items: center; height: 36px"
1110 1133
                   >核对护士:
@@ -1115,6 +1138,22 @@
1115 1138
                   >
1116 1139
                     {{ getAdminUser(check == null ? 0 : check.modifier) }}
1117 1140
                   </span>
1141
+                  <span
1142
+                    v-else
1143
+                    style="
1144
+                      display: flex;
1145
+                      align-items: center;
1146
+                      justify-content: space-around;
1147
+                      height: 36px;
1148
+                    "
1149
+                  >
1150
+                    <img
1151
+                      style="height: 30px"
1152
+                      :src="setAdminUserES(check.modifier)"
1153
+                      alt
1154
+                      srcset
1155
+                    />
1156
+                  </span>
1118 1157
                 </span>
1119 1158
               </span>
1120 1159
             </td>
@@ -1733,6 +1772,7 @@ export default {
1733 1772
       return name;
1734 1773
     },
1735 1774
     setAdminUserES(id) {
1775
+      console.log(this.operatorMaps, "this.operatorMaps");
1736 1776
       if (id === 0) {
1737 1777
         return "";
1738 1778
       }

+ 0 - 1
src/xt_pages/stock/inventoryTransfer/index.vue View File

@@ -48,7 +48,6 @@
48 48
         </div>
49 49
       </div>
50 50
       <el-table
51
-        :row-style="changColor"
52 51
         :header-cell-style="{
53 52
           backgroundColor: 'rgb(245, 247, 250)',
54 53
           color: '#606266',