更新
This commit is contained in:
parent
3f2f3db9b0
commit
4ba4d20229
@ -53,3 +53,9 @@ export function reportPrePscription(id){//上报处方
|
|||||||
method: 'post'
|
method: 'post'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
export function lookAddress(id){//解密收货人地址
|
||||||
|
return request({
|
||||||
|
url:`/decrypt/order/product/consignee/${id}`,
|
||||||
|
method: 'get'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
@ -18,7 +18,7 @@ export const formatDoctorTitle=(val)=>{
|
|||||||
}
|
}
|
||||||
export const formatPharmacistStatus=(val)=>{
|
export const formatPharmacistStatus=(val)=>{
|
||||||
//pharmacist_audit_status药师审核状态(0:审核中 1:审核成功 2:审核驳回)
|
//pharmacist_audit_status药师审核状态(0:审核中 1:审核成功 2:审核驳回)
|
||||||
let data={1:'审核中', 2:'审核成功', 3:'审核驳回'}
|
let data={0:'审核中', 1:'审核成功', 2:'审核驳回'}
|
||||||
if(val || val==0){
|
if(val || val==0){
|
||||||
return data[val]
|
return data[val]
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -208,7 +208,8 @@
|
|||||||
<a-row :gutter="24" v-if="modalForm.order_inquiry_refund">
|
<a-row :gutter="24" v-if="modalForm.order_inquiry_refund">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item field="inquiry_refund_no" label="退款时间:">
|
<a-form-item field="inquiry_refund_no" label="退款时间:">
|
||||||
<span>{{modalForm.order_inquiry_refund.success_time}}</span>
|
<span v-if="parseTime(modalForm.order_inquiry_refund.success_time)">{{modalForm.order_inquiry_refund.success_time}}</span>
|
||||||
|
<span v-else>-</span>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
@ -254,14 +255,35 @@
|
|||||||
<a-button type="primary" status="warning" @click="openPatient">查看就诊人完整信息</a-button>
|
<a-button type="primary" status="warning" @click="openPatient">查看就诊人完整信息</a-button>
|
||||||
</a-space>
|
</a-space>
|
||||||
</div>
|
</div>
|
||||||
<a-row :gutter="24" style="margin-top: 35px;" v-if="modalForm.user_doctor">
|
<a-row :gutter="24" style="margin-top: 35px" v-if="modalForm.order_inquiry_case">
|
||||||
|
<a-col :span="24">
|
||||||
|
<a-form-item label="就诊人姓名:">
|
||||||
|
<span>{{modalForm.patient_name}} ({{modalForm.patient_sex==1?'男':'女'}} {{modalForm.patient_age}}岁)</span>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
<a-row :gutter="24" v-if="modalForm.order_inquiry_case">
|
||||||
|
<a-col :span="24">
|
||||||
|
<a-form-item field="inquiry_no" label="确诊疾病:">
|
||||||
|
<span> <span>{{modalForm.order_inquiry_case.disease_class_name}} {{modalForm.user_doctor.department_custom_name}}</span></span>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
<a-row :gutter="24" v-if="modalForm.order_inquiry_case.disease_desc">
|
||||||
|
<a-col :span="24">
|
||||||
|
<a-form-item field="inquiry_no" label="病情描述:">
|
||||||
|
{{modalForm.order_inquiry_case.disease_desc}}
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
<!-- <a-row :gutter="24" style="margin-top: 35px;" v-if="modalForm.user_doctor">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item field="license_cert" :hide-label="true" >
|
<a-form-item field="license_cert" :hide-label="true" >
|
||||||
<div class="doctorInfo">
|
<div class="doctorInfo">
|
||||||
<div class="infobox">
|
<div class="infobox">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="nameDesc">就诊人姓名:</div>
|
<div class="nameDesc">就诊人姓名:</div>
|
||||||
<div class="desc">{{modalForm.patient_name_mask}} ({{modalForm.patient_sex==1?'男':'女'}} {{modalForm.patient_age}}岁)</div>
|
<div class="desc">{{modalForm.patient_name}} ({{modalForm.patient_sex==1?'男':'女'}} {{modalForm.patient_age}}岁)</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="nameDesc">确诊疾病:</div>
|
<div class="nameDesc">确诊疾病:</div>
|
||||||
@ -275,7 +297,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row> -->
|
||||||
</a-form>
|
</a-form>
|
||||||
<a-divider v-if="modalForm.user_doctor"/>
|
<a-divider v-if="modalForm.user_doctor"/>
|
||||||
<div class="titlebox" v-if="modalForm.order_evaluation">
|
<div class="titlebox" v-if="modalForm.order_evaluation">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user