更新ca
This commit is contained in:
parent
68eb6569db
commit
be486653e3
@ -377,7 +377,7 @@
|
|||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item field="" label="" no-style>
|
<a-form-item field="" label="" no-style>
|
||||||
<a-space style="margin-top: 15px;">
|
<a-space style="margin-top: 15px;">
|
||||||
<a-button type="primary" @click="()=>{checkokVisible=true;checkokStatus=2;}" v-has="'admin:sysDoctorList:applyCA'" v-if="!modalForm.user_ca_cert">证书申请</a-button>
|
<a-button type="primary" @click="()=>{checkokVisible=true;checkokStatus=2;}" v-has="'admin:sysDoctorExamine:applyCA'" v-if="!modalForm.user_ca_cert">证书申请</a-button>
|
||||||
</a-space>
|
</a-space>
|
||||||
<a-divider />
|
<a-divider />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|||||||
@ -425,7 +425,7 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-divider v-if="modalForm.doctor_bank_card"/>
|
<a-divider v-if="modalForm.doctor_bank_card"/>
|
||||||
<div class="titlebox" v-if="Object.keys(modalForm.user_doctor_info).length != 0">
|
<div class="titlebox" >
|
||||||
<div class="bar"></div>
|
<div class="bar"></div>
|
||||||
<div class="name">医师证件</div>
|
<div class="name">医师证件</div>
|
||||||
</div>
|
</div>
|
||||||
@ -565,12 +565,12 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-divider v-if="Object.keys(modalForm.user_doctor_info).length != 0"/>
|
<a-divider />
|
||||||
<div class="titlebox" v-if="modalForm.department_custom_name && modalForm.iden_auth_status==1 && modalForm.user_doctor_info.sign_image && !modalForm.user_ca_cert">
|
<div class="titlebox" v-if="modalForm.iden_auth_status==1 && modalForm.user_ca_cert">
|
||||||
<div class="bar"></div>
|
<div class="bar"></div>
|
||||||
<div class="name">CA证书配置</div>
|
<div class="name">CA证书配置</div>
|
||||||
</div>
|
</div>
|
||||||
<a-row :gutter="24" style="margin-top: 35px;" v-if="modalForm.department_custom_name && modalForm.iden_auth_status==1 && modalForm.user_doctor_info.sign_image && !modalForm.user_ca_cert">
|
<a-row :gutter="24" style="margin-top: 35px;" v-if="modalForm.iden_auth_status==1 && modalForm.user_ca_cert">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-item field="" label="" no-style>
|
<a-form-item field="" label="" no-style>
|
||||||
<div v-if="modalForm.user_ca_cert">证书有效期:{{parseTime(modalForm.user_ca_cert.cert_application_time,'{y}-{m}-{d}')}}-{{parseTime(modalForm.user_ca_cert.cert_expire_time,'{y}-{m}-{d}')}}</div>
|
<div v-if="modalForm.user_ca_cert">证书有效期:{{parseTime(modalForm.user_ca_cert.cert_application_time,'{y}-{m}-{d}')}}-{{parseTime(modalForm.user_ca_cert.cert_expire_time,'{y}-{m}-{d}')}}</div>
|
||||||
@ -590,7 +590,7 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</a-form>
|
</a-form>
|
||||||
<a-divider v-show="modalSatus!='detail' " v-if="modalForm.department_custom_name && modalForm.iden_auth_status==1 && modalForm.user_doctor_info.sign_image && !modalForm.user_ca_cert"/>
|
<a-divider v-show="modalSatus!='detail' " v-if="modalForm.iden_auth_status==1 && modalForm.user_ca_cert"/>
|
||||||
<div class="titlebox" v-if="modalSatus!='detail'">
|
<div class="titlebox" v-if="modalSatus!='detail'">
|
||||||
<div class="bar"></div>
|
<div class="bar"></div>
|
||||||
<div class="name">操作</div>
|
<div class="name">操作</div>
|
||||||
@ -681,9 +681,7 @@ const showCheckedAll=ref(true);
|
|||||||
user_doctor_info: {
|
user_doctor_info: {
|
||||||
card_num_mask:''
|
card_num_mask:''
|
||||||
},
|
},
|
||||||
user_ca_cert:{
|
user_ca_cert:null,
|
||||||
|
|
||||||
},
|
|
||||||
doctor_bank_card: {
|
doctor_bank_card: {
|
||||||
province_id:'',
|
province_id:'',
|
||||||
bank_card_province_id: '',
|
bank_card_province_id: '',
|
||||||
@ -1047,8 +1045,14 @@ const showCheckedAll=ref(true);
|
|||||||
modalForm.id_card_back = '';
|
modalForm.id_card_back = '';
|
||||||
modalForm.sign_image = '';
|
modalForm.sign_image = '';
|
||||||
modalForm.doctor_bank_card = {
|
modalForm.doctor_bank_card = {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
license_cert_list.value=[];
|
||||||
|
qualification_cert_list.value=[];
|
||||||
|
work_cert_list.value=[];
|
||||||
|
id_card_front_list.value=[];
|
||||||
|
id_card_back_list.value=[]
|
||||||
|
sign_image_list.value=[];
|
||||||
//$refs.modalFormRef.resetFields();
|
//$refs.modalFormRef.resetFields();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user