yq1 1 ano atrás
pai
commit
f4f9ce216d
1 arquivos alterados com 22 adições e 19 exclusões
  1. 22 19
      src/xt_pages/workforce/components/editTableData.vue

+ 22 - 19
src/xt_pages/workforce/components/editTableData.vue Ver arquivo

@@ -1344,6 +1344,8 @@
1344 1344
                         )"
1345 1345
                     :schedulMode="modename_value"
1346 1346
                   >
1347
+
1348
+                  
1347 1349
                   </schedule-item>
1348 1350
                 </div>
1349 1351
               </template>
@@ -3562,26 +3564,27 @@ export default {
3562 3564
               id : row[key].schedule_id,
3563 3565
               contagions: row[key].patient_contagions,
3564 3566
             }
3565
-            console.log('ddddddd',this.cur_drag_info);
3566
-          }else{
3567
-            this.cur_drag_obj = 3
3568
-            this.mouseove_info={
3569
-              schedule_date : '',
3570
-              schedule_type : '',
3571
-              bed_id : '',
3572
-              partition_id : '',
3573
-              schedule_week : '',
3574
-              type_name : '',
3575
-              zone_name : '',
3576
-              bed_name : '',
3577
-              mode_id : '',
3578
-              mode_name : '',
3579
-              patient_name : '',
3580
-              patient_id : 0,
3581
-              id : 0,
3582
-            }
3583
-
3567
+            console.log('ddddddd',this.mouseove_info);
3584 3568
           }
3569
+          // else{
3570
+          //   this.cur_drag_obj = 3
3571
+          //   this.mouseove_info={
3572
+          //     schedule_date : '',
3573
+          //     schedule_type : '',
3574
+          //     bed_id : '',
3575
+          //     partition_id : '',
3576
+          //     schedule_week : '',
3577
+          //     type_name : '',
3578
+          //     zone_name : '',
3579
+          //     bed_name : '',
3580
+          //     mode_id : '',
3581
+          //     mode_name : '',
3582
+          //     patient_name : '',
3583
+          //     patient_id : 0,
3584
+          //     id : 0,
3585
+          //   }
3586
+
3587
+          // }
3585 3588
         }
3586 3589
       }
3587 3590
     },