Browse Source

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

陈少旭 4 months ago
parent
commit
4c23182706

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue View File

@@ -1149,7 +1149,7 @@
1149 1149
                           </td>
1150 1150
                           <td>
1151 1151
                             {{monitor_record.sodium_concentration ? monitor_record.sodium_concentration : '0'}} /
1152
-                            {{ monitor_record.temperature ? monitor_record.temperature : '0' }}
1152
+                            {{ monitor_record.dialysate_temperature ? monitor_record.dialysate_temperature : '0' }}
1153 1153
                           </td>
1154 1154
                           <td>
1155 1155
                             {{ monitor_record.pulse_frequency ? monitor_record.pulse_frequency : "/" }}

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

@@ -100,7 +100,7 @@
100 100
           <td v-if="isShow('超滤量1')"> 
101 101
             {{ monitor.ultrafiltration_volume_one ? monitor.ultrafiltration_volume_one : "/" }}
102 102
           </td>
103
-          <td v-if="isShow('超滤率')" >{{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
103
+          <td v-if="isShow('超滤率')" >{{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:'0'}}</td>
104 104
           <td v-if="isShow('超滤率2')" >{{monitor.ultrafiltration_rate_one?monitor.ultrafiltration_rate_one:'/'}}</td>
105 105
           <td v-if="isShow('钠浓度')"> {{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }} </td>
106 106
           <td v-if="isShow('钠浓度1')"> {{ monitor.sodium_concentration ? monitor.sodium_concentration : "/" }} </td>

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

@@ -1062,7 +1062,7 @@
1062 1062
                         <!-- 钠浓度(mmol/L)/温度°C -->
1063 1063
                         <td>
1064 1064
                           {{ monitor.sodium_concentration ? monitor.sodium_concentration : "0" }} / 
1065
-                          {{ monitor.temperature ? monitor.temperature : '0' }}
1065
+                          {{ monitor.dialysate_temperature ? monitor.dialysate_temperature : '0' }}
1066 1066
                         </td>
1067 1067
 
1068 1068
                         <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
@@ -3207,13 +3207,13 @@ export default {
3207 3207
   width: 50%;
3208 3208
 }
3209 3209
 
3210
-.under_line::before {
3210
+/* .under_line::before {
3211 3211
   content: "\00A0";
3212 3212
 }
3213 3213
 
3214 3214
 .under_line::after {
3215 3215
   content: "\00A0";
3216
-}
3216
+} */
3217 3217
 
3218 3218
 .flex {
3219 3219
   display: -webkit-box;

+ 2 - 2
src/xt_pages/user/components/PatientDetail.vue View File

@@ -1290,7 +1290,7 @@
1290 1290
       <div id="print-info-box" v-else>
1291 1291
         <div class="print_main_content" style="font-family:SimSun;">
1292 1292
           <div style="font-size: 35px;font-weight: 600;text-align: center;margin-top: 30px;">
1293
-            海拉尔普爱{{ orgname }}
1293
+            {{ orgname }}
1294 1294
           </div>
1295 1295
           <div style="font-size: 35px;font-weight: 600;margin-bottom: 10px;text-align: center;">血液净化治疗患者首次门诊病历</div>
1296 1296
           <div >
@@ -1316,7 +1316,7 @@
1316 1316
                     {{ patientPrint.age }}岁
1317 1317
                   </td>
1318 1318
                   <td style="padding: 5px 0px;font-size: 22px;font-weight: 500;width:12%;">
1319
-                    报销方式
1319
+                    医保类型
1320 1320
                   </td>
1321 1321
                   <td style="padding: 5px 0px;font-size: 22px;width: 15%;">
1322 1322
                     {{patientPrint.reimbursement_way_id }}

+ 10 - 38
src/xt_pages/user/components/PatientForm.vue View File

@@ -1014,43 +1014,9 @@
1014 1014
               ></el-input>
1015 1015
             </el-form-item>
1016 1016
           </el-col>
1017
+        </el-row>
1017 1018
 
1018
-
1019
-          <!--<el-col :span="24">-->
1020
-          <!--<el-form-item label="传染病 : " prop="checkContagions">-->
1021
-          <!--<el-checkbox-group v-model="form.contagions">-->
1022
-          <!--<el-checkbox v-for="item in contagionList" v-if="item.type==2" :label="item.id" :key="item.id"-->
1023
-          <!--:value="item.id">{{item.name}}-->
1024
-          <!--</el-checkbox>-->
1025
-          <!--</el-checkbox-group>-->
1026
-          <!--</el-form-item>-->
1027
-          <!--</el-col>-->
1028
-          <!-- <el-col :span="24">
1029
-            <el-form-item label="慢性病 : " prop="diseases">
1030
-              <el-checkbox-group v-model="form.diseases">
1031
-                <el-checkbox
1032
-                  v-for="item in checkDisease"
1033
-                  :label="item.id"
1034
-                  :key="item.id"
1035
-                  :value="item.id"
1036
-                  >{{ item.name }}</el-checkbox
1037
-                >
1038
-              </el-checkbox-group>
1039
-            </el-form-item>
1040
-          </el-col> -->
1041
-
1042
-       
1043
-          <!-- <el-col :span="24">
1044
-            <el-form-item>
1045
-              <el-button
1046
-                type="text"
1047
-                @click="treat_info_fold = !treat_info_fold"
1048
-              >
1049
-                {{ treat_info_fold ? "更多治疗信息" : "收起" }}
1050
-                <i class="el-icon--right" :class="treat_fold_icon"></i>
1051
-              </el-button>
1052
-            </el-form-item>
1053
-          </el-col> -->
1019
+          
1054 1020
 
1055 1021
           <el-row>
1056 1022
             <el-col :span="24" style="height:100%;">
@@ -1066,13 +1032,16 @@
1066 1032
               </el-form-item>
1067 1033
          </el-col>
1068 1034
         </el-row>
1069
-
1035
+      
1036
+        <el-row>
1070 1037
           <el-col :span="24">
1071 1038
             <el-form-item label="登记人员 : ">
1072 1039
               <span>{{ adminusername }}</span>
1073 1040
             </el-form-item>
1074 1041
           </el-col>
1075 1042
 
1043
+        </el-row>
1044
+      <el-row>
1076 1045
          <el-col :span="6">
1077 1046
           <el-form-item label="主治医生 : ">
1078 1047
             <el-select v-model="form.doctor">
@@ -1085,7 +1054,9 @@
1085 1054
               </el-select>
1086 1055
           </el-form-item>
1087 1056
        </el-col>
1088
-
1057
+      </el-row>
1058
+      
1059
+       <el-row>
1089 1060
           <el-col :span="24" align="right" class="newCol">
1090 1061
             <el-form-item>
1091 1062
               <el-button
@@ -1122,6 +1093,7 @@
1122 1093
             </el-form-item>
1123 1094
           </el-col>
1124 1095
         </el-row>
1096
+        
1125 1097
       </el-form>
1126 1098
     </div>
1127 1099
   </div>