Преглед на файлове

Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch

28169 преди 1 месец
родител
ревизия
7c2c4cd85a
променени са 2 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 1 1
      build/cdn.json
  2. 5 3
      src/pages/main/newActionBar/dialysisPrescription.vue

+ 1 - 1
build/cdn.json Целия файл

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13546"
2
+  "version": "2999.999.13550"
3 3
 }

+ 5 - 3
src/pages/main/newActionBar/dialysisPrescription.vue Целия файл

@@ -1191,19 +1191,21 @@
1191 1191
               v-if="
1192 1192
                 ($store.getters.user.template_info.template_id == 21 ||
1193 1193
                   $store.getters.user.template_info.template_id == 29 ||
1194
-                  $store.getters.user.template_info.template_id == 53) &&
1194
+                  $store.getters.user.template_info.template_id == 53 ||
1195
+                  $store.getters.user.template_info.org_id == 10587) &&
1195 1196
                   $store.getters.user.template_info.org_id != 10249 &&
1196 1197
                   $store.getters.user.template_info.org_id != 9538
1197 1198
               "
1198 1199
               >置换液总量
1199
-              <span v-if="dialysisPrescription.mode_id !=26"> (ml)</span>
1200
-              <span v-if="dialysisPrescription.mode_id ==26"> (L/h)</span>
1200
+              <span v-if="dialysisPrescription.mode_id !=26 && $store.getters.user.template_info.org_id !=10587"> (ml)</span>
1201
+              <span v-if="dialysisPrescription.mode_id ==26 || $store.getters.user.template_info.org_id == 10587"> (L)</span>
1201 1202
               </span
1202 1203
             >
1203 1204
             <span
1204 1205
               v-if="
1205 1206
                 ($store.getters.user.template_info.template_id != 21 &&
1206 1207
                   $store.getters.user.template_info.template_id != 29 &&
1208
+                  $store.getters.user.template_info.org_id!=10587 &&
1207 1209
                   $store.getters.user.template_info.template_id != 53) ||
1208 1210
                   $store.getters.user.template_info.org_id == 10249 
1209 1211