|
@@ -214,7 +214,7 @@
|
214
|
214
|
</el-col>
|
215
|
215
|
<el-col :span="8">
|
216
|
216
|
<el-form-item label="时长(h):" class="st">
|
217
|
|
- <el-input v-model="form.first_disinfection_time" type="number" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
|
|
217
|
+ <el-input v-model="form.first_disinfection_time" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
|
218
|
218
|
</el-form-item>
|
219
|
219
|
</el-col>
|
220
|
220
|
</el-row>
|
|
@@ -237,7 +237,7 @@
|
237
|
237
|
</el-col>
|
238
|
238
|
<el-col :span="8">
|
239
|
239
|
<el-form-item label="时长(h):" class="st">
|
240
|
|
- <el-input v-model="form.last_disinfection_time" type="number" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
|
|
240
|
+ <el-input v-model="form.last_disinfection_time" style="width:100px" oninput="value=value.replace(/[^\d^\.]/g, '')"></el-input>
|
241
|
241
|
</el-form-item>
|
242
|
242
|
</el-col>
|
243
|
243
|
</el-row>
|
|
@@ -570,7 +570,135 @@ import {getAllDoctorList,saveWaterList} from "@/api/manage";
|
570
|
570
|
var deviceWater = response.data.data.deviceWater
|
571
|
571
|
console.log("保存成功!",deviceWater)
|
572
|
572
|
this.$message.success("保存成功!")
|
|
573
|
+ console.log("2333333333333333333333333w",this.form.water_conductivity)
|
|
574
|
+ if(this.form.water_conductivity == 0){
|
|
575
|
+ this.form.water_conductivity = ""
|
|
576
|
+ }
|
|
577
|
+ if(this.form.fault_description == 0){
|
|
578
|
+ this.form.fault_description = ""
|
|
579
|
+ }
|
|
580
|
+
|
|
581
|
+ if(this.form.water_conductivity == 0){
|
|
582
|
+ this.form.water_conductivity = ""
|
|
583
|
+ }
|
573
|
584
|
|
|
585
|
+ if(this.form.water_pressure == 0){
|
|
586
|
+ this.form.water_pressure = ""
|
|
587
|
+ }
|
|
588
|
+
|
|
589
|
+ if(this.form.temperature == 0){
|
|
590
|
+ this.form.temperature = ""
|
|
591
|
+ }
|
|
592
|
+
|
|
593
|
+ if(this.form.first_ro_membrane_water == 0){
|
|
594
|
+ this.form.first_ro_membrane_water = ""
|
|
595
|
+ }
|
|
596
|
+
|
|
597
|
+ if(this.form.first_ro_film_thick_water ==0 ){
|
|
598
|
+ this.form.first_ro_film_thick_water = ""
|
|
599
|
+ }
|
|
600
|
+
|
|
601
|
+ if(this.form.first_ro_membrane_effluent == 0){
|
|
602
|
+ this.form.first_ro_membrane_effluent=""
|
|
603
|
+ }
|
|
604
|
+
|
|
605
|
+ if(this.form.first_production_of_water_conductivity == 0){
|
|
606
|
+ this.form.first_production_of_water_conductivity = ""
|
|
607
|
+ }
|
|
608
|
+
|
|
609
|
+ if(this.form.first_water_yield == 0){
|
|
610
|
+ this.form.first_water_yield = ""
|
|
611
|
+ }
|
|
612
|
+
|
|
613
|
+ if(this.form.last_ro_membrane_water == 0){
|
|
614
|
+ this.form.last_ro_membrane_water= ""
|
|
615
|
+ }
|
|
616
|
+
|
|
617
|
+ if(this.form.last_ro_film_thick_water== 0){
|
|
618
|
+ this.form.last_ro_film_thick_water = ""
|
|
619
|
+ }
|
|
620
|
+
|
|
621
|
+ if(this.form.last_ro_membrane_effluent == 0){
|
|
622
|
+ this.form.last_ro_membrane_effluent = ""
|
|
623
|
+ }
|
|
624
|
+
|
|
625
|
+ if(this.form.last_production_of_water_conductivity == 0){
|
|
626
|
+ this.form.last_production_of_water_conductivity = ""
|
|
627
|
+ }
|
|
628
|
+
|
|
629
|
+ if(this.form.last_water_yield == 0){
|
|
630
|
+ this.form.last_water_yield = ""
|
|
631
|
+ }
|
|
632
|
+
|
|
633
|
+ if(this.form.carbon_tank == 0){
|
|
634
|
+ this.form.carbon_tank = ""
|
|
635
|
+ }
|
|
636
|
+
|
|
637
|
+ if(this.form.snd_tank == 0){
|
|
638
|
+ this.form.snd_tank = ""
|
|
639
|
+ }
|
|
640
|
+
|
|
641
|
+ if(this.form.resin_tank == 0){
|
|
642
|
+ this.form.resin_tank= ""
|
|
643
|
+ }
|
|
644
|
+
|
|
645
|
+ if(this.form.ultrafilter == 0){
|
|
646
|
+ this.form.ultrafilter= ""
|
|
647
|
+ }
|
|
648
|
+
|
|
649
|
+ if(this.form.hardness_monitoring ==0){
|
|
650
|
+ this.form.hardness_monitoring = ""
|
|
651
|
+ }
|
|
652
|
+
|
|
653
|
+ if(this.form.total_chlorine_detection == 0){
|
|
654
|
+ this.form.total_chlorine_detection= ""
|
|
655
|
+ }
|
|
656
|
+ if(this.form.concentration_of_peroxyacetic_acid == 0){
|
|
657
|
+ this.form.concentration_of_peroxyacetic_acid = ""
|
|
658
|
+ }
|
|
659
|
+
|
|
660
|
+ if(this.form.reverse_osmosis_membrane_disinfection ==0){
|
|
661
|
+ this.form.reverse_osmosis_membrane_disinfection = ""
|
|
662
|
+ }
|
|
663
|
+
|
|
664
|
+ if(this.form.disinfection_of_water_pipeline == 0){
|
|
665
|
+ this.form.disinfection_of_water_pipeline= ""
|
|
666
|
+ }
|
|
667
|
+
|
|
668
|
+ if(this.form.first_disinfection_method == 0){
|
|
669
|
+ this.form.first_disinfection_method = ""
|
|
670
|
+ }
|
|
671
|
+
|
|
672
|
+ if(this.form.last_disinfection_method == 0){
|
|
673
|
+ this.form.last_disinfection_method = ""
|
|
674
|
+ }
|
|
675
|
+
|
|
676
|
+ if(this.form.first_disinfection_time == 0){
|
|
677
|
+ this.form.first_disinfection_time = ""
|
|
678
|
+ }
|
|
679
|
+
|
|
680
|
+ if(this.form.last_disinfection_time == 0){
|
|
681
|
+ this.form.last_disinfection_time = ""
|
|
682
|
+ }
|
|
683
|
+
|
|
684
|
+ if(this.form.remark == 0){
|
|
685
|
+ this.form.remark = ""
|
|
686
|
+ }
|
|
687
|
+
|
|
688
|
+ if(this.form.filter_replacement == 0){
|
|
689
|
+ this.form.filter_replacement = ""
|
|
690
|
+ }
|
|
691
|
+
|
|
692
|
+ if(this.form.admin_user_id == 0){
|
|
693
|
+ this.form.admin_user_id = ""
|
|
694
|
+ }
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+ // this.$parent.toParent()
|
|
700
|
+
|
|
701
|
+ }else{
|
574
|
702
|
this.form.fault_description = ""
|
575
|
703
|
this.form.water_conductivity = ""
|
576
|
704
|
this.form.water_pressure = ""
|
|
@@ -599,7 +727,7 @@ import {getAllDoctorList,saveWaterList} from "@/api/manage";
|
599
|
727
|
this.form.first_disinfection_time = ""
|
600
|
728
|
this.form.last_disinfection_time = ""
|
601
|
729
|
this.form.remark = ""
|
602
|
|
- this.form.filter_replacement = ""
|
|
730
|
+ this.form.filter_replacement = ""
|
603
|
731
|
}
|
604
|
732
|
})
|
605
|
733
|
|
|
@@ -612,11 +740,12 @@ import {getAllDoctorList,saveWaterList} from "@/api/manage";
|
612
|
740
|
var doctorList = response.data.data.list
|
613
|
741
|
console.log("dcotorlist",doctorList)
|
614
|
742
|
for(let i=0;i<doctorList.length;i++){
|
615
|
|
- if(doctorList[i].user_type == 3){
|
616
|
|
- this.nurseList.push(doctorList[i])
|
617
|
|
- }
|
|
743
|
+ // if(doctorList[i].user_type == 3){
|
|
744
|
+ // this.nurseList.push(doctorList[i])
|
|
745
|
+ // }
|
|
746
|
+ this.nurseList.push(doctorList[i])
|
618
|
747
|
}
|
619
|
|
-
|
|
748
|
+ console.log("nurseLisrt===============",this.nurseList)
|
620
|
749
|
}
|
621
|
750
|
})
|
622
|
751
|
},
|
|
@@ -642,6 +771,8 @@ import {getAllDoctorList,saveWaterList} from "@/api/manage";
|
642
|
771
|
// }
|
643
|
772
|
},
|
644
|
773
|
created(){
|
|
774
|
+ this.form.admin_user_id = this.$store.getters.xt_user.user.id
|
|
775
|
+ // this.form.admin_user_id = 829
|
645
|
776
|
this.getAllDoctorList()
|
646
|
777
|
},
|
647
|
778
|
mounted(){
|