Browse Source

hah阿凡达

28169 1 month ago
parent
commit
8fcebf5456

+ 2 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_eightythree.vue View File

@@ -254,6 +254,8 @@
254 254
                         showValue="临时(颈、股)静脉导管"></label-box>&nbsp;
255 255
                       <label-box :isChecked="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id).indexOf('人造血管') != -1 ? true : false"
256 256
                         showValue="人造血管"></label-box>&nbsp;
257
+                        <label-box :isChecked="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id).indexOf('股静脉') != -1 ? true : false"
258
+                        showValue="股静脉"></label-box>&nbsp;
257 259
                       其他:
258 260
                       <div style="display: inline-block;" 
259 261
                         v-if="QueryPartById(record.assessment_before_dislysis.blood_access_part_opera_id).indexOf('内瘘') == -1 &&

+ 2 - 0
src/xt_pages/dialysis/template/DialysisPrintOrdereightythree.vue View File

@@ -244,6 +244,8 @@
244 244
                   showValue="临时(颈、股)静脉导管"></label-box>&nbsp;
245 245
                 <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('人造血管') != -1 ? true : false"
246 246
                   showValue="人造血管"></label-box>&nbsp;
247
+                  <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') != -1 ? true : false"
248
+                  showValue="股静脉"></label-box>&nbsp;
247 249
                 其他:
248 250
                 <div style="display: inline-block;" 
249 251
                   v-if="predialysis.blood_access_part_opera_name.indexOf('内瘘') == -1 &&