This commit is contained in:
jiask 2025-12-17 15:32:57 +08:00
parent 3016bd4567
commit 09b19f5dfc
5 changed files with 66 additions and 64 deletions

View File

@ -227,7 +227,7 @@ export function getAccessListPageApi(data) {
export function getCheckListPageApi(data) {
return request({
url: '/certificate/certificate_manage/certificateInfo/getCheckListByCertificateNo',
url: '/certificate/certificate_verify/certificateVerify/detail',
method: 'get',
headers: {
//"merchant-id":"378915229716713472",

View File

@ -971,7 +971,14 @@
this.$modal.msgSuccess(response.msg);
this.getList();
}else{
this.$modal.msgError(response.msg);
// this.$modal.msgError(response.msg);
this.$alert(
"<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" +
response.msg +
'</div>',
'导入结果',
{ dangerouslyUseHTMLString: true },
)
}
},
/** 下载模板操作 */

View File

@ -94,20 +94,14 @@
<!-- <el-table-column label="部门" align="center" prop="deptFullName" :show-overflow-tooltip="true" width="250"/>
<el-table-column label="出生日期" align="center" width="120" prop="birthday" :show-overflow-tooltip="true"/>
<el-table-column label="出生地点" align="center" prop="birthAddr" :show-overflow-tooltip="true"/> -->
<el-table-column label="证件类型" align="center" prop="certificateTypeName" :show-overflow-tooltip="true"/>
<el-table-column label="证件编号" align="center" prop="certificateNo" :show-overflow-tooltip="true" width="180">
<template slot-scope="scope">
<span style="color: #1890ff;cursor: pointer;" @click="openLog(scope.row)">{{scope.row.certificateNo}}</span>
</template>
</el-table-column>
<el-table-column label="签发地" align="center" prop="issueAddr" :show-overflow-tooltip="true"/>
<el-table-column label="签发日期" align="center" width="120" prop="issueDay" :show-overflow-tooltip="true"/>
<el-table-column label="有效期至" align="center" width="120" prop="issueLifespan" :show-overflow-tooltip="true"/>
<el-table-column label="设备编号" align="center" prop="deviceNo" :show-overflow-tooltip="true"/>
<el-table-column label="槽位编号" align="center" prop="soltNo" :show-overflow-tooltip="true"/>
<el-table-column label="核验类型" align="center" prop="" :show-overflow-tooltip="true"/>
<el-table-column label="任务下达时间" align="center" prop="" :show-overflow-tooltip="true"/>
<el-table-column label="实际验证时间" align="center" prop="" :show-overflow-tooltip="true"/>
<el-table-column label="核验类型" align="center" prop="verifyTypeName" :show-overflow-tooltip="true"/>
<el-table-column label="任务下达时间" align="center" prop="createTime" :show-overflow-tooltip="true"/>
<el-table-column label="实际验证时间" align="center" prop="verifyTime" :show-overflow-tooltip="true"/>
</el-table>
<pagination
v-show="total2>0"

View File

@ -378,7 +378,7 @@
checkState:type
}
checkCertificateApplyApi(param).then(response => {
this.$modal.msgSuccess("修改成功");
this.$modal.msgSuccess("审核成功");
this.openView = false;
this.getList();
});

View File

@ -62,6 +62,7 @@
</template>
</el-table-column>
<el-table-column label="申请人姓名" align="center" prop="userName" :show-overflow-tooltip="true" width="120"/>
<el-table-column label="身份证编号" align="center" prop="idNumber" :show-overflow-tooltip="true" width="180"></el-table-column>
<el-table-column label="申请类型" align="center" prop="applyType" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span v-if="scope.row.applyType==1">存证</span>