|
@@ -430,7 +430,7 @@
|
430
|
430
|
{{ record.prescription.displace_liqui_value ? record.prescription.displace_liqui_value : "" }}
|
431
|
431
|
</div>
|
432
|
432
|
</td>
|
433
|
|
- <td width="10">ml)</td>
|
|
433
|
+ <td width="10"><span v-if="org_id==10157||org_id==9675">L)</span> <span v-else>ml)</span></td>
|
434
|
434
|
<td width="50"><label-box :isChecked="record.prescription.mode_id != 5 && record.prescription.mode_id != 1 && record.prescription.mode_id != 2 ? true : false" showValue="其他"></label-box></td>
|
435
|
435
|
<td width="50">
|
436
|
436
|
<div class="under-line">
|
|
@@ -805,7 +805,7 @@
|
805
|
805
|
<td width="50">
|
806
|
806
|
<div class="under-line"> {{ record.assessment_after_dislysis.actual_displacement ? record.assessment_after_dislysis.actual_displacement : "" }}</div>
|
807
|
807
|
</td>
|
808
|
|
- <td width="20">ml</td>
|
|
808
|
+ <td width="20"><span v-if="org_id==10157||org_id==9675">L)</span> <span v-else>ml)</span></td>
|
809
|
809
|
<td></td>
|
810
|
810
|
</tr>
|
811
|
811
|
</tbody>
|
|
@@ -1078,7 +1078,7 @@ export default {
|
1078
|
1078
|
precaution_arr: [],
|
1079
|
1079
|
intake_arr: [],
|
1080
|
1080
|
nutrition_arr: [],
|
1081
|
|
-
|
|
1081
|
+ org_id:0,
|
1082
|
1082
|
loading: false,
|
1083
|
1083
|
orgname: "",
|
1084
|
1084
|
org_template_info: {},
|
|
@@ -1105,6 +1105,7 @@ export default {
|
1105
|
1105
|
};
|
1106
|
1106
|
},
|
1107
|
1107
|
created() {
|
|
1108
|
+ this.org_id = this.$store.getters.xt_user.org.id
|
1108
|
1109
|
var xtuser = this.$store.getters.xt_user;
|
1109
|
1110
|
this.orgname = xtuser.org.org_name;
|
1110
|
1111
|
// this.orgname = "遂溪方济医院";
|