|
@@ -20,7 +20,7 @@
|
20
|
20
|
label="班次"
|
21
|
21
|
v-if="isShowFiled('班次')"
|
22
|
22
|
:prop="isName('班次')"
|
23
|
|
- :rules="isCheckmust('班次')"
|
|
23
|
+
|
24
|
24
|
>
|
25
|
25
|
<el-select
|
26
|
26
|
v-model="form.schedual_type"
|
|
@@ -487,14 +487,16 @@ export default {
|
487
|
487
|
if (this.form.new_fistula_nurse == 0) {
|
488
|
488
|
this.form.new_fistula_nurse = this.$store.getters.xt_user.user.id;
|
489
|
489
|
}
|
490
|
|
- console.log("dialysis_order9999999999wo", this.dialysis_order);
|
|
490
|
+ // console.log("dialysis_order9999999999wo", this.dialysis_order);
|
491
|
491
|
this.form.puncture_needle = this.dialysis_order.puncture_needle;
|
492
|
492
|
this.form.puncture_way = this.dialysis_order.puncture_way;
|
493
|
493
|
this.form.dialysis_dialyszers = this.dialysis_order.dialysis_dialyszers;
|
494
|
494
|
this.form.dialysis_irrigation = this.dialysis_order.dialysis_irrigation;
|
495
|
495
|
this.form.blood_access_id = this.dialysis_order.blood_access_id;
|
496
|
496
|
this.blood_access_option_name = this.changeBloodAccessOpion(this.dialysis_order.blood_access_id)
|
497
|
|
- this.form.schedual_type = this.dialysis_order.schedule_type
|
|
497
|
+ // this.form.schedual_type = this.dialysis_order.schedule_type
|
|
498
|
+ // this.schedual_type = this.dialysis_order.schedule_type
|
|
499
|
+ // console.log("班次",this.form.schedual_type)
|
498
|
500
|
this.punctureNeedleOptions = getDataConfig(
|
499
|
501
|
"hemodialysis",
|
500
|
502
|
"puncture_needle"
|
|
@@ -550,7 +552,8 @@ export default {
|
550
|
552
|
this.form.blood_access_id = this.dialysis_order.blood_access_id;
|
551
|
553
|
|
552
|
554
|
var blood_access_option_name = this.changeBloodAccessOpionOne(this.dialysis_order.blood_access_id)
|
553
|
|
-
|
|
555
|
+ // this.form.schedual_type = this.dialysis_order.schedule_type
|
|
556
|
+ // console.log("8823832323223",this.form.schedual_type)
|
554
|
557
|
this.blood_access_option_name = blood_access_option_name
|
555
|
558
|
this.form.catheter_operation = this.dialysis_order.catheter_operation
|
556
|
559
|
this.form.nuclein_date =
|
|
@@ -797,7 +800,7 @@ export default {
|
797
|
800
|
":" +
|
798
|
801
|
(nowMinutes < 10 ? "0" + nowMinutes : nowMinutes);
|
799
|
802
|
}
|
800
|
|
-
|
|
803
|
+ console.log("hhahhahahahaha",this.dialysis_order)
|
801
|
804
|
if (this.dialysis_order.id == 0) {
|
802
|
805
|
let now = new Date();
|
803
|
806
|
let hour = now.getHours();
|
|
@@ -809,7 +812,8 @@ export default {
|
809
|
812
|
this.schedual_type = 3;
|
810
|
813
|
}
|
811
|
814
|
} else {
|
812
|
|
- this.schedual_type = this.dialysis_order.schedule_type;
|
|
815
|
+ this.form.schedual_type = this.dialysis_order.schedual_type;
|
|
816
|
+ this.schedual_type = this.dialysis_order.schedual_type;
|
813
|
817
|
}
|
814
|
818
|
|
815
|
819
|
if (this.dialysis_order.id > 0) {
|