|
@@ -3,6 +3,8 @@
|
3
|
3
|
<div class="position">
|
4
|
4
|
<bread-crumb :crumbs='crumbs'></bread-crumb>
|
5
|
5
|
</div>
|
|
6
|
+
|
|
7
|
+
|
6
|
8
|
<div class="app-container" style="display:flex;flex: 1;padding: 10px 20px 0px 20px;">
|
7
|
9
|
<div class="mainLeft">
|
8
|
10
|
|
|
@@ -11,7 +13,23 @@
|
11
|
13
|
<p>已收费:<span style="color: red">{{cal_two}}</span>人</p>
|
12
|
14
|
<p>已退费:<span style="color: red">{{cal_three}}</span>人</p>
|
13
|
15
|
</div> -->
|
14
|
|
- <div class="mainCell">
|
|
16
|
+ <!--<el-date-picker-->
|
|
17
|
+ <!--v-model="record_date"-->
|
|
18
|
+ <!--prefix-icon="el-icon-date"-->
|
|
19
|
+ <!--@change="changeTimeTwo"-->
|
|
20
|
+ <!--:editable="false"-->
|
|
21
|
+ <!--style="width: 150px;"-->
|
|
22
|
+ <!--type="date"-->
|
|
23
|
+ <!--:picker-options="pickerOptions"-->
|
|
24
|
+ <!--placeholder="选择开始时间"-->
|
|
25
|
+ <!--align="right"-->
|
|
26
|
+ <!--format="yyyy-MM-dd"-->
|
|
27
|
+ <!--value-format="yyyy-MM-dd">-->
|
|
28
|
+ <!--</el-date-picker>-->
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+ <div class="mainCell" style="margin: 10px">
|
15
|
33
|
<el-radio-group v-model="radio" @change="changeRadio">
|
16
|
34
|
<!-- <el-radio :label=1>未收费</el-radio>
|
17
|
35
|
<el-radio :label=2>已收费</el-radio>
|
|
@@ -503,11 +521,11 @@
|
503
|
521
|
</el-button>
|
504
|
522
|
|
505
|
523
|
|
506
|
|
- <!--<el-button-->
|
507
|
|
- <!--v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 9674 || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990"-->
|
508
|
|
- <!--size="small" @click="open(11)" type="primary"-->
|
509
|
|
- <!-->撤销明细-->
|
510
|
|
- <!--</el-button>-->
|
|
524
|
+ <el-button
|
|
525
|
+ v-if="$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 9671 || this.$store.getters.xt_user.org_id == 9674 || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990"
|
|
526
|
+ size="small" @click="open(11)" type="primary"
|
|
527
|
+ >撤销明细
|
|
528
|
+ </el-button>
|
511
|
529
|
|
512
|
530
|
</div>
|
513
|
531
|
</div>
|
|
@@ -3706,7 +3724,7 @@
|
3706
|
3724
|
}
|
3707
|
3725
|
this.all_table_data.push(obj)
|
3708
|
3726
|
|
3709
|
|
- if(obj.name == "刘伟琼"){
|
|
3727
|
+ if(obj.name == "许德范"){
|
3710
|
3728
|
console.log(obj)
|
3711
|
3729
|
|
3712
|
3730
|
}
|
|
@@ -3845,23 +3863,19 @@
|
3845
|
3863
|
}
|
3846
|
3864
|
this.all_patient = this.patientTableData
|
3847
|
3865
|
break
|
3848
|
|
-
|
3849
|
3866
|
case 2:
|
3850
|
3867
|
this.patientTableData = []
|
3851
|
3868
|
for (let i = 0; i < this.all_table_data.length; i++) {
|
3852
|
3869
|
if (this.all_table_data[i].order_status == 2) {
|
3853
|
3870
|
this.patientTableData.push(this.all_table_data[i])
|
3854
|
3871
|
}
|
3855
|
|
-
|
3856
|
3872
|
}
|
3857
|
3873
|
this.all_patient = this.patientTableData
|
3858
|
|
-
|
3859
|
3874
|
break
|
3860
|
3875
|
case 4:
|
3861
|
3876
|
this.patientTableData = []
|
3862
|
3877
|
this.patientTableData = this.all_table_data
|
3863
|
3878
|
this.all_patient = this.patientTableData
|
3864
|
|
-
|
3865
|
3879
|
break
|
3866
|
3880
|
}
|
3867
|
3881
|
|
|
@@ -4501,6 +4515,9 @@
|
4501
|
4515
|
|
4502
|
4516
|
}
|
4503
|
4517
|
})
|
|
4518
|
+ },changeTimeTwo(){
|
|
4519
|
+ this.getPatientList()
|
|
4520
|
+
|
4504
|
4521
|
},
|
4505
|
4522
|
sz_open(index, med_type, order, prescriptions) {
|
4506
|
4523
|
switch (index) {
|