|
|
|
|
26
|
|
26
|
|
27
|
<div class="mainCell" style="margin-top:10px;">
|
27
|
<div class="mainCell" style="margin-top:10px;">
|
28
|
<el-radio-group v-model="radio" @change="changeRadio">
|
28
|
<el-radio-group v-model="radio" @change="changeRadio">
|
29
|
-
|
|
|
30
|
<el-radio :label=1>未收费<span
|
29
|
<el-radio :label=1>未收费<span
|
31
|
style="color: red;margin-bottom:10px;display: inline-block;">{{ cal_one }}</span>人
|
30
|
style="color: red;margin-bottom:10px;display: inline-block;">{{ cal_one }}</span>人
|
32
|
</el-radio>
|
31
|
</el-radio>
|
33
|
<el-radio :label=2>已收费<span
|
32
|
<el-radio :label=2>已收费<span
|
34
|
style="color: red;margin-bottom:10px;display: inline-block;">{{ cal_two }}</span>人
|
33
|
style="color: red;margin-bottom:10px;display: inline-block;">{{ cal_two }}</span>人
|
35
|
</el-radio>
|
34
|
</el-radio>
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
</el-radio-group>
|
35
|
</el-radio-group>
|
39
|
</div>
|
36
|
</div>
|
40
|
<div class="mainCell" style="margin-bottom:10px;">
|
37
|
<div class="mainCell" style="margin-bottom:10px;">
|
|
|
|
|
125
|
|
122
|
|
126
|
|
123
|
|
127
|
|
124
|
|
128
|
- <el-button size="small" v-if="(org_id == 10138 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
|
|
|
|
|
125
|
+ <el-button size="small" v-if="(org_id == 0 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10138 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_diagnose == 0 && this.order.order_status == 2)"
|
129
|
@click="openZF(1)"
|
126
|
@click="openZF(1)"
|
130
|
type="primary">自费门诊就医上传(4205)
|
127
|
type="primary">自费门诊就医上传(4205)
|
131
|
</el-button>
|
128
|
</el-button>
|
132
|
|
129
|
|
133
|
- <el-button size="small" v-if="(org_id == 10138 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_success == 0 && this.order.order_status == 2) "
|
|
|
|
|
130
|
+ <el-button size="small" v-if="(org_id == 0 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10138 && this.order.is_upload_success == 0 && this.order.order_status == 2) || (org_id == 10278 && this.order.is_upload_success == 0 && this.order.order_status == 2) "
|
134
|
@click="openZF(2)"
|
131
|
@click="openZF(2)"
|
135
|
type="primary">自费上传确认(4203)
|
132
|
type="primary">自费上传确认(4203)
|
136
|
</el-button>
|
133
|
</el-button>
|