快速查看网上申请营业执照进度:轻松跟踪申请进度

快速查看网上申请营业执照进度

.
.
.header
.status-
.status-table
.status-table tr:nth-child(1) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(3) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(4) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(5) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(6) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(7) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(8) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(9) {
font-weight: bold;
padding: 10px;
}
.status-table tr:nth-child(10) {
font-weight: bold;
padding: 10px;
}
快速查看网上申请营业执照进度
申请编号
申请人名称
审批部门
审批结果
审批时间
状态
操作
{% for application in applications %}
{{ application.id }}
{{ application.name }}
{{ application.department }}
{% if application.status == \’通过\’ %}
通过
{% else %}
未通过
{% endif %}
{{ application.apply_time }}
{{ application.status }}
{% if application.status == \’通过\’ %}
通过
{% else %}
未通过
{% endif %}
{% endfor %}
function submitApplicationStatus(id, status) {
let url = https://example.com/api/check_status/${id};
fetch(url)
.then(response => response.json())
.then(data => {
if (data.status === status) {
alert(${status}成功);
} else {
alert(${status}失败);
}
})
.catch(error => {
console.error(error);
});
}

上一篇
下一篇

为您推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

联系我们

联系我们

0898-88881688

在线咨询: QQ交谈

邮箱: email@zhutibaba.com

工作时间:周一至周五,9:00-17:30,节假日休息
关注微信
微信扫一扫关注我们

微信扫一扫关注我们

手机访问
手机扫一扫打开网站

手机扫一扫打开网站

返回顶部