소스 검색

11月1 杏康

yq1 1 주 전
부모
커밋
56baeac1c9

+ 5 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue 파일 보기

@@ -698,7 +698,7 @@
698 698
                                     monitor_record.operate_time ==
699 699
                                       record.dialysis_order.start_time)
700 700
                                   "
701
-                                  >【开始透析】
701
+                                  >【开始透析】引血100ml/min
702 702
                                   </template>
703 703
 
704 704
                                 {{ monitor_record.end }} {{ monitor_record.symptom }} &nbsp;{{
@@ -1697,21 +1697,21 @@ export default {
1697 1697
               this.records[i].monitor_records[j].end = ""
1698 1698
               if (this.records[i].dialysis_order &&this.records[i].monitor_records[j].operate_time ==  this.records[i].dialysis_order.end_time) {
1699 1699
                 if(this.org_id!=10683){
1700
-                  this.records[i].monitor_records[j].end = "【结束透析】";
1700
+                  this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
1701 1701
                 }
1702 1702
 
1703 1703
                tempmonitorflag = false;
1704 1704
             }
1705
-            if(this.org_id!=10515 && this.org_id!=0){
1705
+            if(this.org_id!=10515){
1706 1706
               if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1707 1707
                 if(this.org_id!=10683){
1708
-                  this.records[i].monitor_records[j].end = "【结束透析】";
1708
+                  this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
1709 1709
                 }
1710 1710
 
1711 1711
              }
1712 1712
              if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1713 1713
                if(this.org_id!=10683){
1714
-                  this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】"
1714
+                  this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血100ml/min"
1715 1715
                }
1716 1716
 
1717 1717
              }

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue 파일 보기

@@ -675,7 +675,7 @@
675 675
                                   monitor.operate_time ==
676 676
                                     dialysisOrder.start_time)&&(org_id!=10414) && (org_id!=10683)
677 677
                                 "
678
-                                >【开始透析】 <span v-if="org_id ==10598">引血100ml/min</span>
678
+                                >【开始透析】 <span>引血100ml/min</span>
679 679
                                 </template>
680 680
 
681 681
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
@@ -2207,14 +2207,14 @@ export default {
2207 2207
           if (Object.keys(monitor).length > 0 && index > 1) {
2208 2208
             if ((this.dialysisOrder &&monitor.operate_time == this.dialysisOrder.end_time)&&(this.org_id!=10414)) {
2209 2209
               if(this.org_id!=10683){
2210
-                this.monitors[index].end = "【结束透析】";
2210
+                this.monitors[index].end = "【结束透析】回血100ml/min";
2211 2211
               }
2212 2212
 
2213 2213
               tempmonitorflag = false;
2214 2214
             }
2215 2215
             if ((tempmonitorflag && index == this.monitors.length - 1)&&(this.org_id!=10414)) {
2216 2216
               if(this.org_id!=10683){
2217
-                this.monitors[index].end = "【结束透析】";
2217
+                this.monitors[index].end = "【结束透析】回血100ml/min";
2218 2218
               }
2219 2219
             }
2220 2220
           }