|
|
|
|
971
|
<div class="inline_block" style="flex:1;">
|
971
|
<div class="inline_block" style="flex:1;">
|
972
|
穿刺护士:
|
972
|
穿刺护士:
|
973
|
<div class="under_line" style="width: 80px;text-align: center">
|
973
|
<div class="under_line" style="width: 80px;text-align: center">
|
974
|
- <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
|
|
|
|
|
974
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
|
975
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}</span>
|
975
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}</span>
|
976
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse)" alt="" srcset="" v-else />
|
976
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse)" alt="" srcset="" v-else />
|
977
|
</div>
|
977
|
</div>
|
|
|
|
|
979
|
<div class="inline_block" style="flex:1;">
|
979
|
<div class="inline_block" style="flex:1;">
|
980
|
治疗护士:
|
980
|
治疗护士:
|
981
|
<div class="under_line" style="width: 80px;text-align: center">
|
981
|
<div class="under_line" style="width: 80px;text-align: center">
|
982
|
- <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.start_nurse) == ''">
|
|
|
|
|
982
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.start_nurse) == ''">
|
983
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.start_nurse) }}</span>
|
983
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.start_nurse) }}</span>
|
984
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.start_nurse)" alt="" srcset="" v-else />
|
984
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.start_nurse)" alt="" srcset="" v-else />
|
985
|
</div>
|
985
|
</div>
|
|
|
|
|
987
|
<div class="inline_block" style="flex:1;">
|
987
|
<div class="inline_block" style="flex:1;">
|
988
|
核对人员:
|
988
|
核对人员:
|
989
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder == null">
|
989
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder == null">
|
990
|
- <span v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
|
|
|
|
990
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
991
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
991
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
992
|
</span>
|
992
|
</span>
|
993
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
993
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
994
|
</div>
|
994
|
</div>
|
995
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.modifier">
|
995
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.modifier">
|
996
|
- <span v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
|
|
|
|
996
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
997
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
997
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
998
|
</span>
|
998
|
</span>
|
999
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
999
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
1000
|
</div>
|
1000
|
</div>
|
1001
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.creater">
|
1001
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.creater">
|
1002
|
- <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
|
|
|
|
|
1002
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
|
1003
|
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|
1003
|
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|
1004
|
</span>
|
1004
|
</span>
|
1005
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt="" srcset="" v-else />
|
1005
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt="" srcset="" v-else />
|
1006
|
</div>
|
1006
|
</div>
|
1007
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse != check.creater && dialysisOrder.start_nurse != check.modifier">
|
1007
|
<div class="under_line" style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse != check.creater && dialysisOrder.start_nurse != check.modifier">
|
1008
|
- <span v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
|
|
|
|
1008
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
1009
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
1009
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
1010
|
</span>
|
1010
|
</span>
|
1011
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
1011
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
|
|
|
|
1014
|
<div class="inline_block" style="flex:1;">
|
1014
|
<div class="inline_block" style="flex:1;">
|
1015
|
下机护士:
|
1015
|
下机护士:
|
1016
|
<div class="under_line" style="width: 80px;text-align: center">
|
1016
|
<div class="under_line" style="width: 80px;text-align: center">
|
1017
|
- <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) == ''">
|
|
|
|
|
1017
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) == ''">
|
1018
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) }}
|
1018
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) }}
|
1019
|
</span>
|
1019
|
</span>
|
1020
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse)" alt="" srcset="" v-else />
|
1020
|
<img style="height:30px;" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse)" alt="" srcset="" v-else />
|
|
|
|
|
1023
|
<div class="inline_block" style="flex:1;">
|
1023
|
<div class="inline_block" style="flex:1;">
|
1024
|
治疗医生:
|
1024
|
治疗医生:
|
1025
|
<div class="under_line" style="width: 80px;text-align: center">
|
1025
|
<div class="under_line" style="width: 80px;text-align: center">
|
1026
|
- <span v-if="setAdminUserES(prescription.creater) == ''">
|
|
|
|
|
1026
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
|
1027
|
{{ getAdminUser(prescription.creater) }}
|
1027
|
{{ getAdminUser(prescription.creater) }}
|
1028
|
</span>
|
1028
|
</span>
|
1029
|
<img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else />
|
1029
|
<img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else />
|