|
@@ -3703,6 +3703,11 @@
|
3703
|
3703
|
}
|
3704
|
3704
|
this.all_table_data.push(obj)
|
3705
|
3705
|
|
|
3706
|
+ if(obj.name == "刘伟琼"){
|
|
3707
|
+ console.log(obj)
|
|
3708
|
+
|
|
3709
|
+ }
|
|
3710
|
+
|
3706
|
3711
|
}
|
3707
|
3712
|
} else {
|
3708
|
3713
|
let obj = {
|
|
@@ -3729,7 +3734,7 @@
|
3729
|
3734
|
id: response.data.data.list[i].id,
|
3730
|
3735
|
name: response.data.data.list[i].name,
|
3731
|
3736
|
number: response.data.data.list[i].his_patient[b].number,
|
3732
|
|
- order_status: 1,
|
|
3737
|
+ order_status: 0,
|
3733
|
3738
|
his_patient_id: response.data.data.list[i].his_patient[b].id,
|
3734
|
3739
|
order_number: '',
|
3735
|
3740
|
order_id: 0,
|
|
@@ -3764,6 +3769,7 @@
|
3764
|
3769
|
this.hisPatientDatas.push(this.all_table_data[i])
|
3765
|
3770
|
}
|
3766
|
3771
|
}
|
|
3772
|
+
|
3767
|
3773
|
let unChargePatient = []
|
3768
|
3774
|
for (let i = 0; i < this.all_table_data.length; i++) {
|
3769
|
3775
|
let isHasUnCharge = false
|
|
@@ -3807,13 +3813,9 @@
|
3807
|
3813
|
if (this.radio == 1) {
|
3808
|
3814
|
this.all_table_data = this.unique_four(this.all_table_data)
|
3809
|
3815
|
}
|
3810
|
|
- console.log("~~~~~~~~~~")
|
3811
|
|
-
|
3812
|
|
- console.log(this.all_table_data)
|
3813
|
3816
|
|
3814
|
3817
|
switch (this.radio) {
|
3815
|
3818
|
case 1:
|
3816
|
|
- console.log(this.all_table_data)
|
3817
|
3819
|
this.patientTableData = []
|
3818
|
3820
|
for (let i = 0; i < this.all_table_data.length; i++) {
|
3819
|
3821
|
let isHasUnCharge = false
|
|
@@ -3837,12 +3839,10 @@
|
3837
|
3839
|
if (isHasUnCharge) {
|
3838
|
3840
|
this.patientTableData.push(this.all_table_data[i])
|
3839
|
3841
|
}
|
3840
|
|
-
|
3841
|
3842
|
}
|
3842
|
|
-
|
3843
|
3843
|
this.all_patient = this.patientTableData
|
3844
|
|
-
|
3845
|
3844
|
break
|
|
3845
|
+
|
3846
|
3846
|
case 2:
|
3847
|
3847
|
this.patientTableData = []
|
3848
|
3848
|
for (let i = 0; i < this.all_table_data.length; i++) {
|