move demo

This commit is contained in:
manchuwork
2025-11-09 09:06:48 +08:00
parent f4f8c7797d
commit 7bcdac07c7
10 changed files with 0 additions and 0 deletions

1625
demo/aqc.html Normal file

File diff suppressed because one or more lines are too long

84
demo/copy_html.js Normal file
View File

@@ -0,0 +1,84 @@
// ==UserScript==
// @name HTML Source Copier
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 为网页添加按钮以复制完整HTML源码
// @author YourName
// @match *://*/*
// @grant GM_setClipboard
// ==/UserScript==
(function() {
'use strict';
// 创建按钮样式
const style = document.createElement('style');
style.textContent = `
.html-copy-btn {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
padding: 10px 15px;
background: linear-gradient(135deg, #6e8efb, #a777e3);
color: white;
border: none;
border-radius: 50px;
cursor: pointer;
font-weight: bold;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}
.html-copy-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.html-copy-btn:active {
transform: translateY(1px);
}
.copy-notification {
position: fixed;
bottom: 70px;
right: 20px;
background: rgba(0,0,0,0.7);
color: white;
padding: 10px 15px;
border-radius: 5px;
opacity: 0;
transition: opacity 0.3s;
}
`;
document.head.appendChild(style);
// 创建按钮元素
const btn = document.createElement('button');
btn.className = 'html-copy-btn';
btn.textContent = 'Copy HTML';
document.body.appendChild(btn);
// 创建通知元素
const notification = document.createElement('div');
notification.className = 'copy-notification';
document.body.appendChild(notification);
// 按钮点击事件
btn.addEventListener('click', function() {
const html = document.documentElement.outerHTML;
GM_setClipboard(html, 'text')
.then(() => {
notification.textContent = 'HTML copied to clipboard!';
notification.style.opacity = '1';
setTimeout(() => {
notification.style.opacity = '0';
}, 2000);
})
.catch(err => {
notification.textContent = 'Copy failed: ' + err;
notification.style.opacity = '1';
setTimeout(() => {
notification.style.opacity = '0';
}, 3000);
});
});
})();

23
demo/data.json Normal file
View File

@@ -0,0 +1,23 @@
{
"企业名称": "杭州奥杰装饰工程有限公司",
"统一社会信用代码": "9133011031131201XU",
"法定代表人": "曾显军",
"经营状态": "开业",
"成立日期": "2014-08-05",
"行政区划": "浙江省杭州市余杭区",
"注册资本": "200万(元)",
"实缴资本": "200万(元)",
"企业类型": "有限责任公司(自然人独资)",
"所属行业": "批发业",
"工商注册号": "330184000311238",
"组织机构代码": "31131201-X",
"纳税人识别号": "9133011031131201XU",
"纳税人资质": "增值税一般纳税人",
"营业期限": "2014-08-05 至 2034-08-04",
"核准日期": "2020-08-24",
"参保人数": "3人",
"登记机关": "杭州市余杭区市场监督管理局",
"曾用名": "杭州茂复建材有限公司",
"注册地址": "浙江省杭州市余杭区五常街道郭家兜路8号1幢4楼408室",
"经营范围": "设计、施工:建筑工程、室内外装饰工程、幕墙工程;销售:建筑材料,装饰材料,石材,五金;服务:铝合金门窗上门安装,建筑工程技术咨询,国内广告设计和制作。(依法须经批准的项目,经相关部门批准后方可开展经营活动)"
}

693
demo/new-group.html Normal file
View File

@@ -0,0 +1,693 @@
<html lang="en" xmlns="http://www.w3.org/1999/html"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>集团客户</title>
<link rel="stylesheet" type="text/css" href="../../../../theme/ui.css">
<link rel="stylesheet" type="text/css" href="../../../../theme/qijc.css">
<link rel="stylesheet" type="text/css" href="../../../../theme/purr.css">
<link rel="stylesheet" type="text/css" href="css/newGroupAddCustomer.css">
<link rel="stylesheet" type="text/css" href="../../../../../../frame/lib/webui/100/pc/css/webui.css">
<link rel="stylesheet" type="text/css" href="../../../../../../frame/lib/dialog/4.1.7/skins/simpopo.css">
<link rel="stylesheet" href="../../css/font-awesome.min.css">
<!-- lining7 切换使用了弹窗 -->
<!-- <link rel="stylesheet" type="text/css" href="../../js/lib/dialog/4.1.7/skins/simpopo.css" /> -->
<!--@@include('base/header.html')@@-->
<script type="text/javascript" src="../../../../../../frame/lib/json/1.0/json2.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/jquery/172/jquery.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/handlebars/3.0.3/handlebars.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/handlebars/3.0.3/helpers.js"></script>
<script type="text/javascript" src="../js/apply/core.js"></script>
<script type="text/javascript" src="../../../js/lib/My97DatePicker/WdatePicker.js"></script><link href="https://intraecrm.yw.zj.chinamobile.com/page/bmV3R3JvdXBBZGRDdXN0b21lcg==/pc/busi/bboss/js/lib/My97DatePicker/skin/WdatePicker.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../js/apply/jquery.blockUI.js"></script>
<script type="text/javascript" src="../js/apply/verify.common.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/webui/100/pc/js/webui.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/sea/3.0.0/sea.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/sea/3.0.0/seajs-preload.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/dialog/4.1.7/artDialog.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/dialog/4.1.7/iframeTools.js"></script>
<script type="text/javascript" src="../js/apply/config.js"></script>
<script type="text/javascript" src="../js/apply/Rose.src.js"></script>
<script type="text/javascript" src="../js/apply/Comm.js"></script>
<script type="text/javascript" src="../js/apply/down.js"></script>
<script type="text/javascript" src="../js/apply/fis.form.js"></script>
<script type="text/javascript" src="../../openOrder/js/common/common.js"></script>
<script type="text/javascript" src="../js/apply/fis.validator.js"></script>
<script type="text/javascript" src="../../../js/common/date.js"></script>
<!-- 自动完成 autoComplete js、css文件-->
<script type="text/javascript" src="../../../../lib/jquery/jqueryExtend.js"></script>
<script type="text/javascript" src="../../../../component/jssearch/pinyin-min.js"></script>
<script type="text/javascript" src="../../../../component/jssearch/chineseSearch.js"></script>
<script type="text/javascript" src="../../../../component/jssearch/autoComplete.js"></script>
<!-- 提示信息qtip -->
<script type="text/javascript" src="../../../js/lib/qtip2/2.2.0/jquery.qtip.min.js"></script>
<link rel="stylesheet" type="text/css" href="../../../js/lib/qtip2/2.2.0/jquery.qtip.min.css">
<!-- 添加我的收藏js -->
<script type="text/javascript" src="../../openOrder/js/common/myFavorite.js"></script>
<!-- 文件下载js -->
<script type="text/javascript" src="../js/apply/downFile.js"></script>
<!-- 申请单 -->
<link rel="stylesheet" type="text/css" href="../../openOrder/css/applyNote4Marketing.css">
<!-- 政企办理首页样式文件 -->
<link type="text/css" rel="stylesheet" href="../../openOrder/css/business_note.css"><base>
<script type="text/javascript" src="../js/groupInfo.js"></script>
<!-- 申请单共用模块功能(申请说明) -->
<script type="text/javascript" src="../../openOrder/js/business/applyModule.js"></script>
<!-- 附件信息 -->
<script type="text/javascript" src="../../openOrder/js/business/attach.js"></script>
<link type="text/css" rel="stylesheet" href="../../openOrder/css/group/group.css"><base>
<link type="text/css" rel="stylesheet" href="/pc/newui/newStyleUI.css"><base>
<script type="text/javascript" src="../../openOrder/js/common.js"></script>
<script type="text/javascript" src="../js/apply/newFastapplyGroupCom.js"></script>
<script type="text/javascript" src="../js/apply/newFastgroupCustomer.js"></script>
<script type="text/javascript" src="../../../js/common/upload/uploadFile.js"></script>
<script type="text/javascript" src="../../../../css/uploadify/ajaxfileupload.js"></script>
<script type="text/javascript" src="../../../js/common/upload/CommUpload.js"></script>
<script type="text/javascript" src="../../../../../../frame/lib/Rose/1.0.0/RoseUpload.src.js"></script>
<script type="text/javascript" src="../../../js/lib/tips/jquery.tooltipster.js"></script>
<script type="application/javascript" src="../../../../../log/log-common.js"></script>
<style type="text/css">
select {font-family: Trebuchet MS;}
#base_prod .fl {float: right;}
.text {*margin-bottom: 0;}
.mt5 {margin: 5px auto;}
.ml20 {margin-left: 20px; margin-right: 20px;}
.input_tip {margin-top: 4px;}
.tipsShowControl{
background-color: red;
color: blue;}
.ui-label title-control tooltips tr-label title{
background-color: yellow;
color: yellow;
}
#gisGoBack{
width: 80px;
height: 30px;
font-size: 16px;
background-color: #349CD3;
border: none;
color: white;
}
.hide{
display:none;
}
/* .td_font {width: 55px;} */
/* .pro-content {margin-top: 10px; border: 1px solid #AAAAAA; padding: 2px 8px;} */
</style>
<script type="text/javascript" src="//cdn.vortex.zj.chinamobile.com/aiapm-agent/aiapm.js"></script><script async="null" type="text/javascript" src="https://cdn.vortex.zj.chinamobile.com/aiapm-agent/aiapm-init.js"></script>
<script type="text/javascript" src="//cdn.vortex.zj.chinamobile.com/aiapm-agent/aiapm.js?sysName=ywdt&amp;appName=intraecrm.yw.zj.chinamobile.com"></script><script async="null" type="text/javascript" src="https://cdn.vortex.zj.chinamobile.com/aiapm-agent/prod/control.js?version=1.0.7-20250721"></script><script type="text/javascript" defer="" src="/pc/log/crypto-js.js"></script><script type="text/javascript" defer="" src="/pc/log/log-es5.js"></script><script async="null" type="text/javascript" src="https://cdn.vortex.zj.chinamobile.com/aiapm-agent/prod/config.js?version=1.0.7-20250721"></script><script src="chrome-extension://daiklcgdelcbcmjepemiklfglodmofbm/static/js/workers.min.js"></script><script type="text/javascript" defer="" src="/pc/js/common/watermark.js"></script><script async="null" type="text/javascript" src="https://cdn.vortex.zj.chinamobile.com/aiapm-agent/crypto-js.js?version=1.0.7-20250721"></script></head>
<body style=""><div class="" style="display: none; position: absolute;"><div class="aui_outer" style="min-width:200px; min-height:100px"><table class="aui_border"><tbody><tr><td class="aui_nw"></td><td class="aui_n"></td><td class="aui_ne"></td></tr><tr><td class="aui_w"></td><td class="aui_c"><div class="aui_inner"><table class="aui_dialog"><tbody><tr><td colspan="2" class="aui_header"><div class="aui_titleBar"><div class="aui_title" style="cursor: move; display: block;"></div><a class="aui_close" href="javascript:/*artDialog*/;" style="display: block;">×</a></div></td></tr><tr><td class="aui_icon" style="display: none;"><div class="aui_iconBg" style="background: none;"></div></td><td class="aui_main" style="width: auto; height: auto;"><div class="aui_content" style="padding: 20px 25px;"></div></td></tr><tr><td colspan="2" class="aui_footer"><div class="aui_buttons" style="display: none;"></div></td></tr></tbody></table></div></td><td class="aui_e"></td></tr><tr><td class="aui_sw"></td><td class="aui_s"></td><td class="aui_se" style="cursor: se-resize;"></td></tr></tbody></table></div></div>
<div class="home-wrapper">
<!-- content -->
<div class="home-content">
<div class="container">
<div class="ui-grid-1200" style="margin-bottom:0;" id="PANEL_RIGHT">
<div class="ui-grid-line" style="margin-bottom:5px;">
<!-- Module:面包屑开始 -->
<div class="global-nav">
<div class="global-nav-menu">
<span class="global-menu-arrow" id="showpath" onclick="showPathMemuNew()"></span>
</div>
<div class="global-nav-step">
<input type="hidden" id="JS_stepValue" value="1">
<div class="ui-step" id="step1">
<ul>
<li class="ui-step-fore1">1. 集团客户新增<b></b></li><strong>
<li class="ui-step-fore2">2. 申请提交</li>
</strong></ul><strong>
</strong></div><strong>
</strong></div><strong>
<!-- <div class="global-nav-fav">
<a class="global-fav-icon" onclick="addMyFavorite()">
<input type="hidden" id="JS_favId" value="0001" />
<i class="icons i-fav-empty"></i>
<span>收藏</span>
</a>
<div class="global-fav-state" style="display:none;">
<p>提示信息</p>
</div>
</div> -->
<div class="global-nav-path">
<div class="global-path-contents">
<a href="#" onclick="returnPageToCustMgr()">办理首页</a>
&gt;
<span id="global-market-name">AI智能建档</span>
</div>
</div>
</strong></div><strong>
<!-- Module:面包屑结束 -->
</strong></div><strong>
<!-- PANEL_RIGHT_BOTTOM -->
<div style="line-height:26px;min-height:402px;padding:0px 20px 10px;background-color: #fff;*min-height:418px;">
<div id="PANEL_RIGHT_BOTTOM" style="min-height: 402px;height: auto;">
<div class="step-contains" id="step-main" fieldset="object" name="BUSI_INFO">
<!--第1步档次选择-->
<div id="JS_STEP_1">
<div class="step-contains-cnt">
<!-- add by hbx 营销案信息展示-->
<div id="offerInfo" class="div_center" fieldset="object">
<table style="/*MARGIN: 0px auto;*/ WIDTH: 90%">
<tbody>
<tr>
<!--
<TD style="TEXT-ALIGN: left; WIDTH: 40%"><IMG class=offer_img src="../imag/groupAdd.jpg"> </IMG><INPUT id=DEFAULT_PROGRAM_ID style="DISPLAY: none" type=text> <INPUT id=MARKET_NAME style="DISPLAY: none" type=text value=移动E管家> </TD>
-->
<td style="TEXT-ALIGN: left; WIDTH: 60%">
<div><span class="offer_name_new">AI智能建档</span>
<div style="CLEAR: both"></div></div>
<div style="MARGIN: 5px 0px 0px;">集团客户是指以组织名义与一个公司签署协议,订购并使用该公司通信产品和服务,并在该公司建立起集团客户关系管理的法人单位及所附属的产业活动单位。 集团业务的客户竞争,关键在于运营商是否有一个闭环的管理过程,必须通过内部前后端协同优化,从客户需求发现,到需求确认、方案制定、执行,以及售后服务,提供集团客户优质的服务。 </div></td></tr></tbody></table>
</div>
<div class="ml0">
<div class="info_title pl5" style="color: rgba(0,0,0,0.85)">提示</div>
<div class="pl5" style="color: red;"><span>针对营业执照、统一社会信用代码证等企业致信系统可获取数据的标准证件通过AI智能识别后直接建档。</span></div>
</div>
<div class="ml0">
<div class="pro-mods pl5">
<div id="base_prod" fieldset="json"><div fieldset="object" id="cust_info_inner">
<div class="info_title">证件上传</div>
<div class="ml0 fn-clear" id="ocrDiv_esop">
<div id="ocrChek" style="width:100%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; width: 60px; ">证件识别:</div>
<a href="javascript:;" style="color: #fff;font-weight: bolder;text-align: center;" class="ui-button-new ui-btn-whiteblue wid78 input-dis btn-style file button-show" id="OCR_A_esop"><span>上传证件</span>
<input id="OCR_FILE_esop" type="file" name="OCR_FILE_esop" class="select-file-input back-touming-style" onchange="uploadOcrFile_esop('OCR_FILE_esop');">
</a>
<b style="color:red;font-weight:inherit;position: absolute;margin-top: 3px;">上传营业执照证件或统一社会信用代码后自动进行OCR识别,建议附件不超过2M</b>
<div style="clear:both;"></div>
</div>
<div id="verifyInfo" style="width: 100%; float: left; margin-top: 8px; display: none;">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; width: 60px; ">证件认证:</div>
<input onclick="opVerify()" class="ui-button-new ui-btn-whiteblue wid78 ui-button-mblue" type="button" value="去认证">
<b style="color:red;font-weight:inherit">企业致信系统可获取数据的标准证件,请在此进行证件认证操作</b>
<div style="clear:both;"></div>
<div id="faceCompareDiv" style="display: none">
<iframe id="faceCompareUrl" frameborder="no" border="0" width="800" height="600" title="menu"></iframe>
</div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">证件类型:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="CUST_CERT_TYPE" name="CUST_CERT_TYPE" fieldset="str" class="select" style="width: 166px; height: 28px;">
<option value="11">营业执照</option>
<option value="26">统一社会信用代码证书</option>
<option value="13">组织机构代码证</option>
<option value="14">事业单位法人证书</option>
</select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">机构类型:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="ORGAN_TYPE" id="ORGAN_TYPE" fieldset="str" class="select" style="width: 166px; height: 28px;"><option value="1.2">企业</option><option value="2">个体工商户</option><option value="10">小微客户</option><option value="3">聚类客户</option><option value="1.4">社会团体</option><option value="4">民办非企业单位</option><option value="8">产业活动单位</option><option value="5">基金会</option><option value="13">律师事务所</option><option value="14">外国文化中心</option><option value="1.1">机关</option><option value="11">军队</option><option value="7">村委会</option><option value="6">居委会</option><option value="1.3">事业</option><option value="12">群团组织</option><option value="1.5">其他组织机构</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div id="ocrChekInfo" class="info_title">单位证件编号</div>
<div class="ml0 fn-clear" id="CheckcertInfo">
<div style="width:100%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">单位证件编号:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="OCR_CERT_CODE" id="OCR_CERT_CODE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="50">
<b class="input_tip red fl">*</b>
</div>
<input style="font-size: 12px; margin: 0 5px;" id="checkGroupInfo" ;="" onclick="checkGroupInfo()" class="ui-button-new ui-btn-whiteblue wid78 ui-button-mblue" type="button" value="搜索">
<b style="color:red;font-weight:inherit">若编号识别错误,可手工微调</b>
<div style="clear:both;"></div>
</div>
</div>
<div class="ocrInfo" style="display: none;">
<div style="width:32%; float:left; margin-top: 8px;">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">单位名称:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="OCR_CERT_NAME" id="OCR_CERT_NAME" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="50">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">法人代表:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="OCR_LEGAL_NAME" id="OCR_LEGAL_NAME" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="50">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">经营场所:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="OCR_BUSI_AREA" id="OCR_BUSI_AREA" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="50">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="INDUSTRY_CODE" id="INDUSTRY_CODE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="50">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="INDUSTRY_SUBCODE" id="INDUSTRY_SUBCODE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="50">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="info_title">证照信息</div>
<div class="com_info ml0 fn-clear">
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">单位名称:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="CERT_NAME" name="CERT_NAME" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">单位证件号码:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="CERT_CODE" name="CERT_CODE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">法人代表:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="LEGAL_PERSON" name="LEGAL_PERSON" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">证件地址:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="CERT_ADRESS" name="CERT_ADRESS" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">营业期限:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="EXPIRE_DATE" name="EXPIRE_DATE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">行业类别1:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="INDUSTRY" name="INDUSTRY" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">行业类别2:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="INDUSTRY_SUB" name="INDUSTRY_SUB" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">核准日期:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="CHECK_DATE" name="CHECK_DATE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">登记管理部门:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="disabled" id="REG_MANA_DEPARTMENT" name="REG_MANA_DEPARTMENT" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty" fis-tip="不可为空" maxlength="200" old-name="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="info_title">联系信息</div>
<div class="com_info ml0 fn-clear">
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">联系电话:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="CONT_PHONE" id="CONT_PHONE" fieldset="str" class="text input-150" onblur="checkIsInStaff(this);" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty&amp;&amp;mobileAndTel" fis-tip="不可为空&amp;&amp;必须为固话或手机号码" maxlength="12">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">办公地址:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="ADDRESS_TYPE" id="ADDRESS_TYPE" fieldset="str" disabled="" class="select" style="width: 166px; height: 28px;">
<option value="elevenAddress">13级地址</option>
<option value="fiveAddress">5级地址</option>
</select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">楼层房号:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="FLOUR" id="FLOUR" fieldset="str" class="text input-150" value="" maxlength="12">
</div>
<div style="clear:both;"></div>
</div>
<div style="width:64%; float:left; margin-top: 8px;" id="elevenaddress">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;width:100px;">13级地址:</div>
<div style="float:left; line-height: 30px; height: 30px;width: 88%;">
<input type="text" id="elevenaddressId" fieldset="str" style="display:none;" name="STANDARD_ADDRESS_ID" class="text">
<input type="text" style="width: 76%" maxlength="255" id="ELEVEN_ADDRESS" openwin="true" fieldset="str" readonly="" name="STANDARD_ADDRESS_NAME" class="text" fis-pattern="notempty" fis-tip="不可为空" onclick="openEdit33Dialog13LevFast(this)">
</div>
<div style="clear:both;"></div>
</div>
<div style="width: 100%; float: left; margin-top: 8px; display: none;" id="fiveaddress">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;width:100px;">5级地址:</div>
<div style="float:left; line-height: 30px; height: 30px;width: 51%;">
<input id="CUST_ADDRESS" type="text" fieldset="str" value="0" name="CUST_ADDRESS" class="text input-150 fn-hide" maxlength="255" style="width: 497px;">
<input id="GROUP_PROVINCE_CODE" type="text" fieldset="str" value="浙江省" class="text input-150 fn-hide" onchange="fis.validator.check($(this))" disabled="">
<select id="GROUP_REGION_CODE" fieldset="str" class="select" style="width: 15%; height: 28px;" fis-pattern="nonReq">
<option value="">请选择</option><option value="577">温州市</option><option value="572">湖州市</option><option value="580">舟山市</option><option value="570">衢州市</option><option value="578">丽水市</option><option value="576">台州市</option><option value="571">杭州市</option><option value="579">金华市</option><option value="574">宁波市</option><option value="575">绍兴市</option><option value="573">嘉兴市</option>
</select>
<select id="GROUP_COUNTY_CODE" fieldset="str" class="select" style="width: 15%; height: 28px;" fis-pattern="nonReq"><option value="">请选择</option><option value="5718">建德市</option><option value="5712">临平区</option><option value="571A">余杭区</option><option value="5717">富阳市</option><option value="571D">上城区</option><option value="571E">下城区</option><option value="5714">拱墅区</option><option value="571C">淳安县</option><option value="5715">西湖区</option><option value="5713">钱塘区</option><option value="571B">临安市</option><option value="5711">滨江区</option><option value="5719">萧山区</option><option value="5716">桐庐区</option></select>
<select id="GROUP_TOWN_CODE" fieldset="str" class="select" style="width: 15%; height: 28px;" fis-pattern="nonReq">
</select>
<input id="GROUP_VILLEGE_CODE" type="text" fieldset="str" class="text" style="width: 35%;" fis-pattern="nonReq">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div class="ruleModal hide">
<iframe id="gisDraw" style="width: 1120px;height: 510px;" src="http://gisweb2.yw.zj.chinamobile.com:8091/html/system/admin4.html?nid=574&amp;appid=789456#page/new/newMng.html" frameborder="0" title="gisDraw1"></iframe>
<button id="gisGoBack" style="margin-left: 420px">退出绘制</button>
</div>
<div id="addressErrorTip" class="fn-hide" style="width: 100%; float: left; margin-top: 5px; color: #f69300;">
<label class="td_font" style="display: inline-block;"></label>
<span></span>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">经度[118,123]:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="LONGITUDE" id="LONGITUDE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty&amp;&amp;longitude" fis-tip="不可为空&amp;&amp;经度范围必须在[118,123]之间" maxlength="30">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">纬度[27,35]:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" name="LATITUDE" id="LATITUDE" fieldset="str" class="text input-150" value="" onchange="fis.validator.check($(this))" fis-pattern="notempty&amp;&amp;latitude" fis-tip="不可为空&amp;&amp;纬度范围必须在[27,35]之间" maxlength="30">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="info_title">网格</div>
<div class="com_info ml0 fn-clear">
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">地市:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="GRID_CITY_ID" name="GRID_CITY_ID" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择地市名称">
<option value="2">杭州市</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">区县:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="GRID_COUNTY_ID" name="GRID_COUNTY_ID" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择区县名称">
<option value="637585637870581">西湖</option><option value="5717">桐庐</option><option value="5718">临安</option><option value="5719">滨江</option><option value="1000000002105059">临平</option><option value="1000000002105058">上城</option><option value="637585649304126">拱墅</option><option value="637585631251437">钱塘</option><option value="5712">萧山</option><option value="5713">富阳</option><option value="5714">余杭</option><option value="5715">建德</option><option value="5716">淳安</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">网格:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="GRID_ID" name="GRID_ID" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择网格名称">
<option value="1000000000001504">西湖之江网格</option><option value="10242888">西湖留下网格</option><option value="1000000002113457">西湖古荡网格</option><option value="1000000002103426">西湖三墩网格</option><option value="1000000002103700">西湖西溪网格</option><option value="1000000000001520">西湖西子网格</option><option value="1000000002103428">西湖西城网格</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; display: none; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">地市:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select disabled="disabled" id="CHNL_CITY_ID" name="CHNL_CITY_ID" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择地市">
<option value="">请选择</option><option value="571">杭州</option>
</select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; display: none; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">县市:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select disabled="disabled" id="CHNL_REGION_TYPE" name="CHNL_REGION_TYPE" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择县市"><option value="">请选择</option><option value="5711">上城</option><option value="5712">萧山</option><option value="5713">富阳</option><option value="5714">余杭</option><option value="5715">建德</option><option value="5716">淳安</option><option value="5717">桐庐</option><option value="5718">临安</option><option value="5719">滨江</option><option value="571A">钱塘</option><option value="571B">西湖</option><option value="571C">临平</option><option value="571D">拱墅</option><option value="571E">集团客户中心</option><option value="571Z">电子商务中心</option><option value="571F">销售部</option><option value="571Y">杭州合作商A</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">片区:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="CHNL_REGION_DETAIL" name="CHNL_REGION_DETAIL" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择片区"><option value="">请选择</option><option value="84">余杭未来科技城网格</option><option value="1">余杭仁和网格</option><option value="2">余杭黄湖网格</option><option value="3">余杭闲林网格</option><option value="0">余杭大客户中心</option><option value="82">余杭良渚网格</option><option value="14">余杭瓶窑网格</option><option value="15">余杭老余杭网格</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="info_title">分类信息</div>
<div class="com_info ml0 fn-clear">
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">是否中小微:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="IS_MINI_GROUP" id="IS_MINI_GROUP" fieldset="str" class="select" style="width: 166px; height: 28px;">
<option value="2">其他</option><option value="1"></option>
</select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">是否同步CMIOT:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="IS_UP_CMIOT" id="IS_UP_CMIOT" fieldset="str" class="select" style="width: 166px; height: 28px;">
<option value="2"></option><option value="1"></option>
</select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">集团级别:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="CUST_LEVEL" id="CUST_LEVEL" fieldset="str" class="select" style="width: 166px; height: 28px;"><option value="7" selected="selected">D</option><option value="6">C2</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px;">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">管理模式:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select disabled="disabled" name="DIRECT_GROUP_TYPE" id="DIRECT_GROUP_TYPE" fieldset="str" class="select disabled" style="width: 166px; height: 28px;"><option value="1">商客管理</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">场景类别:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="SCENE_TYPE_All" name="SCENE_TYPE_All" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择场景类别"><option value="2" text="独立单位">独立单位</option><option value="3" text="沿街商铺">沿街商铺</option><option value="1" text="商客场景">商客场景</option><option value="4" text="泛住宿">泛住宿</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">场所类别:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="SCENE_TYPE" name="SCENE_TYPE" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择场所类别"><option value="独立单位" text="独立单位">独立单位</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width: 32%; float: left; margin-top: 8px; display: none;" name="JZWMC_WRAP">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">建筑物名称:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" id="BUILDING_NAME" fieldset="str" fis-tip="建筑物名称不可为空" class="text input-150 combobox-f combo-f textbox-f" value="" textboxname="BUILDING_NAME" style="display: none;" comboname="BUILDING_NAME"><span class="textbox combo" style="width: 166px; height: 28px;"><span class="textbox-addon textbox-addon-right" style="right: 0px;"><a href="javascript:void(0)" class="textbox-icon combo-arrow" icon-index="0" tabindex="-1" style="width: 18px; height: 28px;"></a></span><input type="text" class="textbox-text validatebox-text textbox-prompt" autocomplete="off" placeholder="输入名称自动搜索" style="margin-left: 0px; margin-right: 24px; padding-top: 4px; padding-bottom: 4px; width: 125.6px;"><input type="hidden" class="textbox-value" name="BUILDING_NAME" value=""></span>
<b class="input_tip red fl" style="display: none;">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width: 32%; float: left; margin-top: 8px; display: none;" name="JZWBH_WRAP">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">建筑物编号:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<input type="text" disabled="" name="BUILDING_ID" id="BUILDING_ID" fieldset="str" fis-tip="建筑物编号不可为空" class="text input-150" value="">
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px;display: none ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">商客行业一级类型:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="BUSINESS_VOCATION1" id="BUSINESS_VOCATION1" fieldset="str" class="select" style="width: 166px; height: 28px;"><option value="01">住宿行业</option><option value="103">直播</option><option value="104">医卫</option><option value="105">餐饮</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px;display: none ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">商客行业二级类型:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="BUSINESS_VOCATION2" id="BUSINESS_VOCATION2" fieldset="str" class="select" style="width: 166px; height: 28px;"><option value="12">民宿</option><option value="16">长短租公寓</option><option value="17">宿舍</option><option value="18">培训中心</option><option value="11">酒店</option><option value="19">招待所</option><option value="110">其他泛住宿</option><option value="13">养老院</option><option value="14">KTV</option><option value="15">农家乐</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px;">细分客群类别:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select id="BUSINESS_SEGMENTED_VOCATION" name="BUSINESS_SEGMENTED_VOCATION" fieldset="str" class="select" style="width: 166px; height: 28px;" fis-pattern="notempty" fis-tip="请选择,后期不支持变更"><option value="" text="请选择,后期不支持变更">请选择,后期不支持变更</option><option value="05001" text="直播">直播</option><option value="08" text="物业物管">物业物管</option><option value="07" text="IT服务业">IT服务业</option><option value="01" text="零售">零售</option><option value="02" text="餐饮">餐饮</option><option value="03" text="住宿">住宿</option><option value="04" text="药店">药店</option><option value="06" text="其他">其他</option></select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
<div style="width:32%; float:left; margin-top: 8px; ">
<div class="td_font" style="float:left; line-height: 30px; height: 30px; ">是否分支机构建档:</div>
<div style="float:left; line-height: 30px; height: 30px;">
<select name="IS_BRANCH" id="IS_BRANCH" fieldset="str" class="select" style="width: 166px; height: 28px;">
<option value="0"></option>
<option value="1"></option>
</select>
<b class="input_tip red fl">*</b>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div id="auditResultContent" fieldset="json" style="margin-top: 20px;display: none">
<div class="info_title">审核结果</div>
<div class="content-show" style="margin-left:22px;margin-top:1px;margin-bottom:30px;width: 620px; min-width: 620px; display: block; background-color: rgb(219, 236, 249); border-color: rgb(194, 229, 247);vertical-align: middle;line-height: 28px; ">
<p id="auditResultContainer" style="margin-left: 15px;vertical-align: middle;font-size: 12px;color: #333;"></p>
</div>
<div style="clear:both;"></div>
</div>
<div class="com_info ml0 fn-clear">
<div id="submitApply" style="width:100%;text-align: right; margin-top: 20px; ">
<div style="clear:both;"></div>
<a onclick="cancelApply()" id="btn-business-Del" class="ui-button-new ui-btn-whiteblue wid78 ui-button-mblue" style="display: none;color:#fff;text-align:center;font-weight:bolder;line-height: 28px;margin-right: 20px;" href="javascript:;">&nbsp;&nbsp;&nbsp;&nbsp;</a>
<a onclick="submitApplyInfo()" id="btn-business-Affirm" class="ui-button-new ui-btn-whiteblue wid78 ui-button-mblue" style="display:inline-grid;color:#fff;text-align:center;font-weight:bolder;line-height: 28px;" href="javascript:;">&nbsp;&nbsp;&nbsp;&nbsp;</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 完成申请 -->
<div id="JS_STEP_3" style="display:none;"></div>
</div>
</div>
<!-- /PANEL_RIGHT_BOTTOM -->
</div>
</strong></div><strong>
</strong></div><strong>
</strong></div><strong>
</strong></div><strong>
<script id="fastCreateSuccess" type="text/x-handlebars-template">
<div class="ui-grid-row">
<input type="hidden" id="resultSuc" value="0" />
<div class="fn-clear">
<div class="ui-grid-13" style="width: 753px; margin-top: -1px; margin-bottom: -1px; display: inline; vertical-align: middle;">
<div class="ui-tipbox ui-tipbox-success">
<div class="ui-tipbox-icon">
<i class="tipbox-icon icon-box-success" title="成功"></i>
</div>
<div class="ui-tipbox-content">
<h3 class="ui-tipbox-title">{{OPERATE_NAME}}提交成功</h3>
{{#if GROUP_NAME}}
<p class="ui-tipbox-explain">集团客户名称{{GROUP_NAME}}</p>
{{/if}}
{{#if GROUP_ID}}
<p class="ui-tipbox-explain">集团客户编号{{GROUP_ID}}</p>
{{/if}}
<p class="ui-tipbox-explain" style="font-size:15px;color:red;">协议订单编号<a id="workflowQry" style="cursor: pointer;text-decoration: underline;">{{ORDX_PROT_ID}}</a></p>
<input type="hidden" value="{{ORDX_PROT_ID}}" id="ordx_prot_id"/>
{{#if ASSIGNEE_MAN_NAME}}
<p class="ui-tipbox-explain">审核人员{{ASSIGNEE_MAN_NAME}}</p>
{{/if}}
{{#if_eq CHNL_FLAG compare="2"}}
<p class="ui-tipbox-explain" style="color:red;">为便于捆绑GSM号码与集团客户融合关系请至集团成员办理菜单为新建客户增加综合联系人</p>
{{/if_eq}}
</div>
{{#if QUIT_HIDE}}
{{else}}
<div class="bus-info-result-btn">
<a onclick="returnPageToCustMgr();" class="ui-button ui-button-mwhite" style="width:80px;height:28px;text-align: center;line-height:28px;background-color:#349cd3;color: #fff;margin-left:-170px;">退 </a>
<a onclick="goToPageAuthManage();" class="ui-button ui-button-mwhite" style="width:80px;height:28px;text-align: center;line-height:28px;background-color:#349cd3;color: #fff; margin-left:20px;">授权人管理</a>
</div>
{{/if}}
</div>
</div>
</div>
</div>
</script>
</strong><div id="ue-tooltip" style="position: absolute; display: none;"><div class="arrow" style=""></div><div class="tooltip-content"></div></div><div class="panel combo-p" style="position: absolute; z-index: 10; display: none;"><div class="combo-panel panel-body panel-body-noheader" title=""></div></div><div style="display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; cursor: move; opacity: 0; background: rgb(255, 255, 255);"></div><div id="tool-container" style="position: fixed; right: 20px; bottom: 20px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; width: 150px; height: auto; background-color: rgb(76, 175, 80); border-radius: 8px; transition: 0.3s; overflow: hidden; cursor: move;"><div style="color: white; font-size: 24px; text-align: center; line-height: 40px; width: 100%;">+</div><button style="padding: 8px 12px; border: none; border-radius: 4px; background-color: rgb(240, 240, 240); color: rgb(51, 51, 51); cursor: pointer; width: 100%; transition: backgroundColor 0.2s;">复制源码</button><button style="padding: 8px 12px; border: none; border-radius: 4px; background-color: white; color: rgb(51, 51, 51); cursor: pointer; width: 100%; transition: backgroundColor 0.2s;">解析公司信息</button></div></body></html>

1370
demo/new-group2.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
undefined

View File

@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<title>优化后的法人信息查询</title>
<style>
.legal-info-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
.legal-info-table th, .legal-info-table td {
padding: 10px;
border: 1px solid #ddd;
text-align: left;
}
.legal-info-table th {
background-color: #f5f5f5;
font-weight: bold;
}
.legal-person {
font-weight: bold;
color: #1890ff;
}
.copy-btn {
cursor: pointer;
color: #1890ff;
margin-left: 5px;
}
</style>
</head>
<body>
<h2>法人信息查询</h2>
<table class="legal-info-table">
<tr>
<th width="15%">法定代表人</th>
<td width="35%">
<span class="legal-person">周观武</span>
<span class="copy-btn">[复制]</span>
</td>
<th width="15%">登记状态</th>
<td width="35%">存续</td>
</tr>
<tr>
<th>成立日期</th>
<td>2024-03-22 <span class="copy-btn">[复制]</span></td>
<th>注册资本</th>
<td>100万元</td>
</tr>
<tr>
<th>统一社会信用代码</th>
<td colspan="3">91330105MADFDTUR62 <span class="copy-btn">[复制]</span></td>
</tr>
</table>
</body>
</html>

473
demo/qcc.html Normal file

File diff suppressed because one or more lines are too long

10509
demo/国家信用.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,69 @@
<table data-v-734afde3="" class="zx-detail-basic-table"><tbody data-v-734afde3=""><tr data-v-734afde3=""><td data-v-734afde3="" class="table-regCapital-title">企业名称</td><td data-v-734afde3="" class="table-regCapital-lable enter-bg"><span data-v-734afde3="" class="enter-bg-ele">
杭州奥杰装饰工程有限公司
</span><!----></td><td data-v-734afde3="" class="table-regCapital-title"><div data-v-734afde3="" class="poptip-wrap poptip-wrap-unified-code ivu-poptip"><div class="ivu-poptip-rel">
统一社会信用代码
<span data-v-734afde3="" class="poptip-title icon-question"></span></div> <div class="ivu-poptip-popper" style="width: 400px; display: none; position: absolute; will-change: top, left; top: 120px; left: 570px;" x-placement="bottom-start"><div class="ivu-poptip-content"><div class="ivu-poptip-arrow"></div> <!----> <div class="ivu-poptip-inner"><!----> <div class="ivu-poptip-body"><div class="ivu-poptip-body-content"><div data-v-734afde3="" class="poptip-content"><p data-v-734afde3="" class="poptip-line"><span data-v-734afde3="" class="title"></span>一般指法人和其他组织统一社会信用代码,相当于让法人和其他组织拥有了一个全国统一的“身份证号”。
</p><p data-v-734afde3="" class="poptip-line"><span data-v-734afde3="" class="title"></span>标准规定统一社会信用代码用18位阿拉伯数字或大写英文字母表示
分别是1位登记管理部门代码、1位机构类别代码、6位登记管理机关行政区划码、9位主体标识码、1位校验码。
</p></div></div></div></div></div></div></div></td><td data-v-734afde3="" class="table-regCapital-lable enter-bg"><span data-v-734afde3="" class="enter-bg-ele">
9133011031131201XU
</span><!----></td></tr><tr data-v-734afde3=""><td data-v-734afde3="" rowspan="1">
法定代表人
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="" rowspan="1" class="image-text-content"><div data-v-734afde3="" class="legal-person-portrait"><div data-v-734afde3="" class="fate-image-container middle"><div class="img-logo"><img src="https://xinpub.cdn.bcebos.com/aiqicha/default-person-logo.png?x-bce-process=image/resize,m_lfit,w_112"></div></div></div><div data-v-734afde3="" class="title portrait-text"><div data-v-734afde3="" class="person-name-warp"><a data-v-734afde3="" href="/person?personId=564d36205bb55280b70955c86477a4fc" target="_blank" data-log-an="basic-business" data-log-title="basic-business-legalPerson" class="ellipsis-line-1">
曾显军
</a>
<!----></div><a data-v-734afde3="" href="/person?personId=564d36205bb55280b70955c86477a4fc&amp;subtab=personal-allenterprises&amp;entry=2410002" target="_blank" data-log-an="basic-business" data-log-title="basic-business-compNum" class="extra-title text-orange-important">
TA有<span data-v-734afde3="" class="text-orange">5</span>家企业<i data-v-734afde3="" class="ivu-icon ivu-icon-ios-arrow-forward"></i></a></div></td><td data-v-734afde3=""><span data-v-734afde3="">经营状态</span></td><td data-v-734afde3=""><span data-v-734afde3="">开业</span></td></tr><!----><tr data-v-734afde3=""><td data-v-734afde3="">成立日期</td><td data-v-734afde3="">
2014-08-05
</td><td data-v-734afde3="">行政区划</td><td data-v-734afde3="">浙江省杭州市余杭区</td></tr><tr data-v-734afde3=""><td data-v-734afde3="" class="table-regCapital-title">
注册资本
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="" class="table-regCapital-lable">
200万(元)
</td><td data-v-734afde3="" class="table-paidinCapital-title">
实缴资本
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="" class="table-paidinCapital-lable">
200万(元)
</td></tr><tr data-v-734afde3=""><td data-v-734afde3="" class="table-regCapital-title">企业类型</td><td data-v-734afde3="" class="table-regCapital-lable">
有限责任公司(自然人独资)
</td><td data-v-734afde3="" class="table-paidinCapital-title">所属行业</td><td data-v-734afde3="" class="table-paidinCapital-lable">
批发业
</td></tr><tr data-v-734afde3=""><td data-v-734afde3="">
工商注册号
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="" class="enter-bg"><span data-v-734afde3="" class="enter-bg-ele">
330184000311238
</span><!----></td><td data-v-734afde3=""><div data-v-734afde3="" class="poptip-wrap poptip-wrap-org-no ivu-poptip"><div class="ivu-poptip-rel">
组织机构代码
<span data-v-734afde3="" class="poptip-title icon-question"></span></div> <div class="ivu-poptip-popper" style="width: 400px; display: none; position: absolute; will-change: top, left; top: 351px; left: 570px;" x-placement="bottom-start"><div class="ivu-poptip-content"><div class="ivu-poptip-arrow"></div> <!----> <div class="ivu-poptip-inner"><!----> <div class="ivu-poptip-body"><div class="ivu-poptip-body-content"><div data-v-734afde3="" class="poptip-content"><p data-v-734afde3="" class="poptip-line"><span data-v-734afde3="" class="title"></span>组织机构代码是对国内依法注册、登记的机关、企事业单位、社会团体,以及其他组织机构颁发的唯一的、始终不变的代码标识。
</p><p data-v-734afde3="" class="poptip-line"><span data-v-734afde3="" class="title"></span>由8位数字或大写拉丁字母本体代码和1位数字或大写拉丁字母校验码组成。
</p></div></div></div></div></div></div></div></td><td data-v-734afde3="" class="enter-bg"><span data-v-734afde3="" class="enter-bg-ele">31131201-X</span><!----></td></tr><tr data-v-734afde3=""><td data-v-734afde3=""><div data-v-734afde3="" class="poptip-wrap poptip-wrap-tax-no ivu-poptip"><div class="ivu-poptip-rel">
纳税人识别号
<span data-v-734afde3="" class="poptip-title icon-question"></span></div> <div class="ivu-poptip-popper" style="width: 400px; display: none; position: absolute; will-change: top, left; top: 393px; left: 11px;" x-placement="bottom-start"><div class="ivu-poptip-content"><div class="ivu-poptip-arrow"></div> <!----> <div class="ivu-poptip-inner"><!----> <div class="ivu-poptip-body"><div class="ivu-poptip-body-content"><div data-v-734afde3="" class="poptip-content"><p data-v-734afde3="" class="poptip-line"><span data-v-734afde3="" class="title"></span>纳税人识别号是税务登记证上的号码,通常简称为“税号”,每个企业的纳税人识别号都是唯一的。
</p><p data-v-734afde3="" class="poptip-line"><span data-v-734afde3="" class="title"></span>由15位、17位、18或者20位码字符型组成。
</p></div></div></div></div></div></div></div></td><td data-v-734afde3="" class="enter-bg"><span data-v-734afde3="" class="enter-bg-ele">9133011031131201XU</span><!----></td><td data-v-734afde3="">
纳税人资质
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="">增值税一般纳税人</td></tr><tr data-v-734afde3=""><td data-v-734afde3="">
营业期限
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="">2014-08-05 至 2034-08-04</td><td data-v-734afde3=""><div data-v-734afde3="" class="poptip-wrap poptip-wrap-annual-date ivu-poptip"><div class="ivu-poptip-rel">
核准日期
<span data-v-734afde3="" class="poptip-title icon-question"></span></div> <div class="ivu-poptip-popper" style="width: 400px; display: none; position: absolute; will-change: top, left; top: 436px; left: 570px;" x-placement="bottom-start"><div class="ivu-poptip-content"><div class="ivu-poptip-arrow"></div> <!----> <div class="ivu-poptip-inner"><!----> <div class="ivu-poptip-body"><div class="ivu-poptip-body-content"><div data-v-734afde3="" class="poptip-content"><p data-v-734afde3="" class="poptip-line">
核准日期指企业营业执照登记事项最近一次变更,经工商部门核准,颁发新营业执照的日期。
</p></div></div></div></div></div></div></div></td><td data-v-734afde3="">2020-08-24</td></tr><tr data-v-734afde3=""><td data-v-734afde3="">
参保人数
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question insurance-info"></span></div> <div class="ivu-poptip-popper" style="width: 280px; display: none; position: absolute; will-change: top, left; top: 478px; left: 71px;" x-placement="bottom-start"><div class="ivu-poptip-content"><div class="ivu-poptip-arrow"></div> <!----> <div class="ivu-poptip-inner"><!----> <div class="ivu-poptip-body"><div class="ivu-poptip-body-content"><div data-v-734afde3="" class="poptip-content"><p data-v-734afde3="" class="poptip-line">
信息来源:
<a data-v-734afde3="" href="/annualreport?pid=55748926477318&amp;year=2024" target="_blank" data-log-an="business-table" data-log-title="business-table-yearReport" class="use-map">
2024年年报
</a>结果仅供参考。
</p></div></div></div></div></div></div></div></td><td data-v-734afde3="">
3人
<img data-v-734afde3="" src="https://xin-static.cdn.bcebos.com/aiqicha-pc/data-trend.png" data-log-an="basic-insurance" data-log-title="basic-insurance-click-line-chart" class="data-trend"></td><td data-v-734afde3="">登记机关</td><td data-v-734afde3="">
杭州市余杭区市场监督管理局
</td></tr><!----><tr data-v-734afde3=""><td data-v-734afde3="">曾用名</td><td data-v-734afde3="" colspan="3" class="enter-bg"><p data-v-734afde3=""><span data-v-734afde3="" class="enter-bg-ele">
杭州茂复建材有限公司
</span><!----></p></td></tr><tr data-v-734afde3=""><td data-v-734afde3="">注册地址</td><td data-v-734afde3="" colspan="3"><span data-v-734afde3="" class="addr-enter-bg-ele">浙江省杭州市余杭区五常街道郭家兜路8号1幢4楼408室</span><span data-v-734afde3="" class="use-map"><a data-v-734afde3="" href="http://api.map.baidu.com/geocoder?address=%E6%B5%99%E6%B1%9F%E7%9C%81%E6%9D%AD%E5%B7%9E%E5%B8%82%E4%BD%99%E6%9D%AD%E5%8C%BA%E4%BA%94%E5%B8%B8%E8%A1%97%E9%81%93%E9%83%AD%E5%AE%B6%E5%85%9C%E8%B7%AF8%E5%8F%B71%E5%B9%A24%E6%A5%BC408%E5%AE%A4&amp;output=html" target="_blank" data-log-an="basic-business" data-log-title="basic-business-use-map">
查看地图
</a></span><!----></td></tr><tr data-v-734afde3=""><td data-v-734afde3="">
经营范围
<div data-v-734afde3="" class="poptip-wrap ivu-poptip"><div class="ivu-poptip-rel"><span data-v-734afde3="" class="poptip-title icon-question"></span></div> <!----></div></td><td data-v-734afde3="" colspan="3"><div data-v-6b617b08="" data-v-734afde3="" class="fold-container line--1">设计、施工:建筑工程、室内外装饰工程、幕墙工程;销售:建筑材料,装饰材料,石材,五金;服务:铝合金门窗上门安装,建筑工程技术咨询,国内广告设计和制作。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
<!----><!----><!----></div></td></tr></tbody></table>