Sfoglia il codice sorgente

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 anni fa
parent
commit
59603fd985

File diff suppressed because it is too large
+ 2452 - 2451
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue


+ 1 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Vedi File

2227
         );
2227
         );
2228
         this.afterdialysis = response.data.data.AssessmentAfterDislysis;
2228
         this.afterdialysis = response.data.data.AssessmentAfterDislysis;
2229
         this.operators = response.data.data.operators;
2229
         this.operators = response.data.data.operators;
2230
+        console.log("operators", this.operators);
2230
         this.dialysisOrder =
2231
         this.dialysisOrder =
2231
           response.data.data.dialysisOrder === null
2232
           response.data.data.dialysisOrder === null
2232
             ? null
2233
             ? null

+ 1 - 1
src/xt_pages/workforce/components/tableWeeks.vue Vedi File

396
   created() {
396
   created() {
397
     this.modeOptions = this.$store.getters.treatment_mode;
397
     this.modeOptions = this.$store.getters.treatment_mode;
398
     this.anticoagulants_confit = this.$store.getters.anticoagulants_confit;
398
     this.anticoagulants_confit = this.$store.getters.anticoagulants_confit;
399
-    //console.log("抗凝机", this.anticoagulants_confit);
399
+    console.log("抗凝机", this.anticoagulants_confit);
400
     this.week_type = new Date().getDay();
400
     this.week_type = new Date().getDay();
401
     if (this.week_type == 0) {
401
     if (this.week_type == 0) {
402
       this.week_type = 7;
402
       this.week_type = 7;