|
@@ -679,12 +679,12 @@
|
679
|
679
|
vertical-align: middle;
|
680
|
680
|
height: auto;
|
681
|
681
|
">
|
682
|
|
- <template v-if="
|
|
682
|
+ <!-- <template v-if="
|
683
|
683
|
(dialysisOrder &&
|
684
|
684
|
monitor.operate_time ==
|
685
|
685
|
dialysisOrder.start_time) && (org_id != 10414) && (org_id != 10683)
|
686
|
686
|
">【开始透析】 <span v-if="org_id == 10598">引血100ml/min</span>
|
687
|
|
- </template>
|
|
687
|
+ </template> -->
|
688
|
688
|
|
689
|
689
|
{{ monitor.end }} {{ monitor.symptom }} {{
|
690
|
690
|
monitor.dispose
|
|
@@ -1390,8 +1390,8 @@ export default {
|
1390
|
1390
|
}if (this.predialysis.weight_before == 0) {
|
1391
|
1391
|
const obj18='透前体重'
|
1392
|
1392
|
checkDate.push(obj18)
|
1393
|
|
- }if(this.prescription.target_ultrafiltration == 0){
|
1394
|
|
- const obj19='计划超滤量'
|
|
1393
|
+ }if(this.prescription.prescription_water == 0){
|
|
1394
|
+ const obj19='处方脱水量'
|
1395
|
1395
|
checkDate.push(obj19)
|
1396
|
1396
|
}if (this.predialysis.dry_weight == 0) {
|
1397
|
1397
|
const obj20='干体重'
|
|
@@ -1900,21 +1900,21 @@ export default {
|
1900
|
1900
|
for (let index = 0; index < this.monitors.length; index++) {
|
1901
|
1901
|
const monitor = this.monitors[index]
|
1902
|
1902
|
this.monitors[index].end = ''
|
1903
|
|
- if (Object.keys(monitor).length > 0 && index > 1) {
|
1904
|
|
- if (monitor.operate_time == this.dialysisOrder.end_time) {
|
1905
|
|
- if(this.org_id!=10683){
|
1906
|
|
- this.monitors[index].end = '【结束透析】'
|
1907
|
|
- }
|
1908
|
|
-
|
1909
|
|
- tempmonitorflag = false
|
1910
|
|
- }
|
1911
|
|
- if (tempmonitorflag && index == this.monitors.length - 1) {
|
1912
|
|
- if(this.org_id!=10683){
|
1913
|
|
- this.monitors[index].end = '【结束透析】'
|
1914
|
|
- }
|
1915
|
|
-
|
1916
|
|
- }
|
1917
|
|
- }
|
|
1903
|
+ // if (Object.keys(monitor).length > 0 && index > 1) {
|
|
1904
|
+ // if (monitor.operate_time == this.dialysisOrder.end_time) {
|
|
1905
|
+ // if(this.org_id!=10683){
|
|
1906
|
+ // this.monitors[index].end = '【结束透析】'
|
|
1907
|
+ // }
|
|
1908
|
+
|
|
1909
|
+ // tempmonitorflag = false
|
|
1910
|
+ // }
|
|
1911
|
+ // if (tempmonitorflag && index == this.monitors.length - 1) {
|
|
1912
|
+ // if(this.org_id!=10683){
|
|
1913
|
+ // this.monitors[index].end = '【结束透析】'
|
|
1914
|
+ // }
|
|
1915
|
+
|
|
1916
|
+ // }
|
|
1917
|
+ // }
|
1918
|
1918
|
}
|
1919
|
1919
|
|
1920
|
1920
|
this.jilurow = this.monitors.length + 1
|