|
@@ -657,7 +657,7 @@
|
657
|
657
|
<div style="">透析器:
|
658
|
658
|
<span>{{main_collection.prescription.dialysis_dialyszers }} {{main_collection.prescription.dialysis_irrigation}} {{main_collection.prescription.dialysis_strainer}}</span>
|
659
|
659
|
</div>
|
660
|
|
-
|
|
660
|
+
|
661
|
661
|
</div>
|
662
|
662
|
|
663
|
663
|
|
|
@@ -2130,7 +2130,7 @@ export default {
|
2130
|
2130
|
preTime = this.record_date + ' ' + '17:00'
|
2131
|
2131
|
}
|
2132
|
2132
|
// preTime = nowTime
|
2133
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
2133
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
2134
|
2134
|
preTime = nowTime
|
2135
|
2135
|
}
|
2136
|
2136
|
|
|
@@ -2165,7 +2165,7 @@ export default {
|
2165
|
2165
|
}
|
2166
|
2166
|
|
2167
|
2167
|
|
2168
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
2168
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
2169
|
2169
|
preTime = nowTime
|
2170
|
2170
|
}
|
2171
|
2171
|
|
|
@@ -2339,7 +2339,7 @@ export default {
|
2339
|
2339
|
preTime = this.record_date + ' ' + '17:00'
|
2340
|
2340
|
}
|
2341
|
2341
|
|
2342
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
2342
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
2343
|
2343
|
preTime = nowTime
|
2344
|
2344
|
}
|
2345
|
2345
|
}
|
|
@@ -2731,7 +2731,7 @@ export default {
|
2731
|
2731
|
} else if (this.schedule.schedule_type == 3) {
|
2732
|
2732
|
preTime = this.record_date + ' ' + '17:00'
|
2733
|
2733
|
}
|
2734
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0 ){
|
|
2734
|
+ if(this.org_id == 10510 || this.org_id == 0 ){
|
2735
|
2735
|
preTime = nowTime
|
2736
|
2736
|
}
|
2737
|
2737
|
} else {
|
|
@@ -2760,7 +2760,7 @@ export default {
|
2760
|
2760
|
preTime = this.record_date + ' ' + '17:00'
|
2761
|
2761
|
}
|
2762
|
2762
|
}
|
2763
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
2763
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
2764
|
2764
|
preTime = nowTime
|
2765
|
2765
|
}
|
2766
|
2766
|
// preTime = nowTime
|
|
@@ -2933,7 +2933,7 @@ export default {
|
2933
|
2933
|
preTime = this.record_date + ' ' + '17:00'
|
2934
|
2934
|
}
|
2935
|
2935
|
|
2936
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
2936
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
2937
|
2937
|
preTime = nowTime
|
2938
|
2938
|
}
|
2939
|
2939
|
}
|
|
@@ -4662,7 +4662,7 @@ export default {
|
4662
|
4662
|
} else if (this.schedule.schedule_type == 3) {
|
4663
|
4663
|
preTime = this.record_date + ' ' + '17:00'
|
4664
|
4664
|
}
|
4665
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
4665
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
4666
|
4666
|
preTime = nowTime
|
4667
|
4667
|
}
|
4668
|
4668
|
} else {
|
|
@@ -4694,7 +4694,7 @@ export default {
|
4694
|
4694
|
preTime = this.record_date + ' ' + '17:00'
|
4695
|
4695
|
}
|
4696
|
4696
|
}
|
4697
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
4697
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
4698
|
4698
|
preTime = nowTime
|
4699
|
4699
|
}
|
4700
|
4700
|
|
|
@@ -4865,7 +4865,7 @@ export default {
|
4865
|
4865
|
preTime = this.record_date + ' ' + '17:00'
|
4866
|
4866
|
}
|
4867
|
4867
|
|
4868
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0 ){
|
|
4868
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
4869
|
4869
|
preTime = nowTime
|
4870
|
4870
|
}
|
4871
|
4871
|
}
|
|
@@ -5314,7 +5314,7 @@ export default {
|
5314
|
5314
|
} else if (this.schedule.schedule_type == 3) {
|
5315
|
5315
|
preTime = this.record_date + ' ' + '17:00'
|
5316
|
5316
|
}
|
5317
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
5317
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
5318
|
5318
|
preTime = nowTime
|
5319
|
5319
|
}
|
5320
|
5320
|
} else {
|
|
@@ -5514,7 +5514,7 @@ export default {
|
5514
|
5514
|
preTime = this.record_date + ' ' + '17:00'
|
5515
|
5515
|
}
|
5516
|
5516
|
|
5517
|
|
- if(this.$store.getters.xt_user.org.id == 10510 || this.org_id == 0){
|
|
5517
|
+ if(this.org_id == 10510 || this.org_id == 0){
|
5518
|
5518
|
preTime = nowTime
|
5519
|
5519
|
}
|
5520
|
5520
|
}
|