XMLWAN 5 年 前
コミット
43ed931668
共有3 個のファイルを変更した4954 個の追加4020 個の削除を含む
  1. 2501 1568
      src/xt_pages/dialysis/template/DialysisPrintOrderEleven.vue
  2. 2452 2451
      src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue
  3. 1 1
      src/xt_pages/workforce/components/tableWeeks.vue

File diff suppressed because it is too large
+ 2501 - 1568
src/xt_pages/dialysis/template/DialysisPrintOrderEleven.vue


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


+ 1 - 1
src/xt_pages/workforce/components/tableWeeks.vue ファイルの表示

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