Browse Source

11月1 杏康

yq1 1 week ago
parent
commit
56baeac1c9

+ 5 - 5
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue View File

698
                                     monitor_record.operate_time ==
698
                                     monitor_record.operate_time ==
699
                                       record.dialysis_order.start_time)
699
                                       record.dialysis_order.start_time)
700
                                   "
700
                                   "
701
-                                  >【开始透析】
701
+                                  >【开始透析】引血100ml/min
702
                                   </template>
702
                                   </template>
703
 
703
 
704
                                 {{ monitor_record.end }} {{ monitor_record.symptom }} &nbsp;{{
704
                                 {{ monitor_record.end }} {{ monitor_record.symptom }} &nbsp;{{
1697
               this.records[i].monitor_records[j].end = ""
1697
               this.records[i].monitor_records[j].end = ""
1698
               if (this.records[i].dialysis_order &&this.records[i].monitor_records[j].operate_time ==  this.records[i].dialysis_order.end_time) {
1698
               if (this.records[i].dialysis_order &&this.records[i].monitor_records[j].operate_time ==  this.records[i].dialysis_order.end_time) {
1699
                 if(this.org_id!=10683){
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
                tempmonitorflag = false;
1703
                tempmonitorflag = false;
1704
             }
1704
             }
1705
-            if(this.org_id!=10515 && this.org_id!=0){
1705
+            if(this.org_id!=10515){
1706
               if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1706
               if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
1707
                 if(this.org_id!=10683){
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
              if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1712
              if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
1713
                if(this.org_id!=10683){
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 View File

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