Explorar el Código

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx hace 4 años
padre
commit
c20e540d35

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_twentyEight.vue Ver fichero

@@ -1076,9 +1076,9 @@ export default {
1076 1076
             var dlegh = 0
1077 1077
             if (
1078 1078
               this.records[recordIndex].monitor_records &&
1079
-              this.records[recordIndex].monitor_records.length < 11
1079
+              this.records[recordIndex].monitor_records.length < 8
1080 1080
             ) {
1081
-              dlegh = 11 - this.records[recordIndex].monitor_records.length
1081
+              dlegh = 8 - this.records[recordIndex].monitor_records.length
1082 1082
             } else {
1083 1083
               dlegh = 0
1084 1084
             }

+ 4 - 2
src/xt_pages/dialysis/details/NavIgation.vue Ver fichero

@@ -206,7 +206,7 @@ export default {
206 206
 
207 207
   data() {
208 208
     return {
209
-      temp_schedual: null
209
+      temp_schedual: {}
210 210
     };
211 211
   },
212 212
   mounted() {},
@@ -578,7 +578,9 @@ export default {
578 578
         system_prescribe
579 579
       );
580 580
 
581
-      // this.temp_schedual = schedual
581
+      this.temp_schedual = schedual
582
+
583
+      console.log("排班列表2222222222222222",schedual)
582 584
     },
583 585
 
584 586
     add_monitor: function(monitor) {

+ 3 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Ver fichero

@@ -1593,7 +1593,7 @@
1593 1593
         return uParseTime(val, '{y}-{m}-{d} {h}:{i}')
1594 1594
       },
1595 1595
       show(pre,schedual,last,his_is_open) {
1596
-
1596
+        
1597 1597
         if(his_is_open == 1){
1598 1598
           this.is_open = 0
1599 1599
         }
@@ -1632,9 +1632,9 @@
1632 1632
         // 入口
1633 1633
         var pre = pre
1634 1634
         console.log("香锅2222222",this.dialysisPrescription)
1635
-     
1635
+        console.log("列表2223323323223",this.schedual)
1636 1636
         this.dialysisPrescription.mode_id = this.$route.query.mode_id
1637
-        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12) {
1637
+        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || this.schedual.mode_id == 2 || this.schedual.mode_id == 5 || this.schedual.mode_id == 12) {
1638 1638
           this.zhiShow = true
1639 1639
           this.huShow = true
1640 1640
           this.totalShow = true

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue Ver fichero

@@ -2006,8 +2006,8 @@ export default {
2006 2006
             if (this.org_template_info.org_id == 9535) {
2007 2007
               this.isShowZero = true
2008 2008
             }
2009
-            if (this.monitors.length < 11) {
2010
-              var nl = 11 - this.monitors.length
2009
+            if (this.monitors.length < 8) {
2010
+              var nl = 8 - this.monitors.length
2011 2011
               for (let index = 0; index < nl; index++) {
2012 2012
                 this.monitors.push([])
2013 2013
               }