|
@@ -212,7 +212,6 @@
|
|
</div>
|
|
</div>
|
|
<div class="twofloor conList">
|
|
<div class="twofloor conList">
|
|
<div class="floortitle">实时办件详情</div>
|
|
<div class="floortitle">实时办件详情</div>
|
|
- <!-- <div class="floortitle">交通配套</div> -->
|
|
|
|
<div class="floorcontent" style="flex-wrap: nowrap;flex-direction: column;padding: 5px;">
|
|
<div class="floorcontent" style="flex-wrap: nowrap;flex-direction: column;padding: 5px;">
|
|
<div class="top_t">
|
|
<div class="top_t">
|
|
<div class="t1">状态</div>
|
|
<div class="t1">状态</div>
|
|
@@ -234,33 +233,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="list blue">
|
|
|
|
- <div class="top radio">公交车站:</div>
|
|
|
|
- <div class="bottom">
|
|
|
|
- <img src="https://www.cqna.gov.cn/syygapi/naxsb/images/floor1.png" alt="">
|
|
|
|
- <div>
|
|
|
|
- <span>天福路口站</span>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="list yellow">
|
|
|
|
- <div class="top radio">公交线路:</div>
|
|
|
|
- <div class="bottom">
|
|
|
|
- <img src="https://www.cqna.gov.cn/syygapi/naxsb/images/floor2.png" alt="">
|
|
|
|
- <div>
|
|
|
|
- <span>144路 180路 188路 345路</span>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="list green">
|
|
|
|
- <div class="top radio">停车场:</div>
|
|
|
|
- <div class="bottom">
|
|
|
|
- <img src="https://www.cqna.gov.cn/syygapi/naxsb/images/floor3.png" alt="">
|
|
|
|
- <div>
|
|
|
|
- <span style="white-space: nowrap;">行政中心室外/地下停车场</span><br />盛捷公寓停车场
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>-->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blsl conList">
|
|
<div class="blsl conList">
|
|
@@ -335,10 +307,7 @@
|
|
</body>
|
|
</body>
|
|
<script>
|
|
<script>
|
|
$(function () {
|
|
$(function () {
|
|
- /*公共部分
|
|
|
|
- * 导航栏
|
|
|
|
- * footer CopyRight
|
|
|
|
- */
|
|
|
|
|
|
+
|
|
$(".header").load('https://www.cqna.gov.cn/syygapi/naxsb/top/top_style.html');
|
|
$(".header").load('https://www.cqna.gov.cn/syygapi/naxsb/top/top_style.html');
|
|
$(".footer").load('https://www.cqna.gov.cn/syygapi/naxsb/footer/footer.html');
|
|
$(".footer").load('https://www.cqna.gov.cn/syygapi/naxsb/footer/footer.html');
|
|
});
|
|
});
|
|
@@ -363,13 +332,7 @@
|
|
autoClear: true,
|
|
autoClear: true,
|
|
logarithmicDepthBuffer: true
|
|
logarithmicDepthBuffer: true
|
|
});
|
|
});
|
|
- // 设置渲染器背景颜色
|
|
|
|
- // renderer.setClearColor(0xCFD1D3, 0.0);
|
|
|
|
renderer.setSize(mwidth, mheight);
|
|
renderer.setSize(mwidth, mheight);
|
|
- // 设置渲染编码为 RGB 模式编码
|
|
|
|
- // renderer.outputEncoding = THREE.sRGBEncoding;
|
|
|
|
- // renderer.toneMapping = THREE.ACESFilmicToneMapping;
|
|
|
|
- // renderer.toneMappingExposure = 2.0;
|
|
|
|
renderer.shadowMap.enabled = true;
|
|
renderer.shadowMap.enabled = true;
|
|
|
|
|
|
// 2D 文字渲染
|
|
// 2D 文字渲染
|
|
@@ -377,23 +340,10 @@
|
|
css2Renderer.setSize(mwidth, mheight);
|
|
css2Renderer.setSize(mwidth, mheight);
|
|
css2Renderer.domElement.style.position = 'absolute';
|
|
css2Renderer.domElement.style.position = 'absolute';
|
|
css2Renderer.domElement.style.top = '0px';
|
|
css2Renderer.domElement.style.top = '0px';
|
|
- // 设置.pointerEvents=none,解决 HTM L元素标签对 threejs canvas 画布鼠标事件的遮挡
|
|
|
|
css2Renderer.domElement.style.pointerEvents = 'none';
|
|
css2Renderer.domElement.style.pointerEvents = 'none';
|
|
document.body.appendChild(css2Renderer.domElement);
|
|
document.body.appendChild(css2Renderer.domElement);
|
|
|
|
|
|
// 四个方向的平行光
|
|
// 四个方向的平行光
|
|
- // let directionalLight = new THREE.DirectionalLight(0xffffff, .2);
|
|
|
|
- // directionalLight.position.set(1, 0, 0);
|
|
|
|
- // let directionalLight3 = new THREE.DirectionalLight(0xffffff, .2);
|
|
|
|
- // directionalLight3.position.set(-1, 0, 0);
|
|
|
|
- // let directionalLight1 = new THREE.DirectionalLight(0xffffff, .2);
|
|
|
|
- // directionalLight1.position.set(0, 0, 1);
|
|
|
|
- // let directionalLight2 = new THREE.DirectionalLight(0xffffff, .2);
|
|
|
|
- // directionalLight2.position.set(0, 0, -1);
|
|
|
|
- // scene.add(directionalLight);
|
|
|
|
- // scene.add(directionalLight1);
|
|
|
|
- // scene.add(directionalLight2);
|
|
|
|
- // scene.add(directionalLight3);
|
|
|
|
|
|
|
|
// 环境光
|
|
// 环境光
|
|
let ambient = new THREE.AmbientLight(0x404040, 0.1);
|
|
let ambient = new THREE.AmbientLight(0x404040, 0.1);
|
|
@@ -423,7 +373,6 @@
|
|
gLTFLoader.load('https://www.cqna.gov.cn/syygapi/naxsb/3ddemo/model/27.gltf', function (obj) {
|
|
gLTFLoader.load('https://www.cqna.gov.cn/syygapi/naxsb/3ddemo/model/27.gltf', function (obj) {
|
|
obj.scene.traverse(function (child) {
|
|
obj.scene.traverse(function (child) {
|
|
if (child.isMesh) {
|
|
if (child.isMesh) {
|
|
- // child.material.envMap = undefined;
|
|
|
|
child.frustumCulled = false;
|
|
child.frustumCulled = false;
|
|
child.castShadow = true;
|
|
child.castShadow = true;
|
|
child.receiveShadow = true;
|
|
child.receiveShadow = true;
|
|
@@ -431,8 +380,6 @@
|
|
child.material.emissiveMap = child.material.map;
|
|
child.material.emissiveMap = child.material.map;
|
|
child.material.transparent = true;
|
|
child.material.transparent = true;
|
|
child.material.emissiveIntensity = 0.8;
|
|
child.material.emissiveIntensity = 0.8;
|
|
- // child.material.opacity = 0.8;
|
|
|
|
- // child.material.color = 0xd2d2d2;
|
|
|
|
if (child.name) {
|
|
if (child.name) {
|
|
const div = document.createElement('div');
|
|
const div = document.createElement('div');
|
|
div.id = child.uuid;
|
|
div.id = child.uuid;
|
|
@@ -440,9 +387,6 @@
|
|
div.setAttribute("data", child.name);
|
|
div.setAttribute("data", child.name);
|
|
div.innerHTML = '<p data-name="' + child.name + '"></p>';
|
|
div.innerHTML = '<p data-name="' + child.name + '"></p>';
|
|
let tag = new THREE.CSS2DObject(div);
|
|
let tag = new THREE.CSS2DObject(div);
|
|
- // let tag = new THREE.CSS3DSprite(div);
|
|
|
|
- // tag.position.set(0, 0, 0);
|
|
|
|
- // child.add(tag);
|
|
|
|
}
|
|
}
|
|
// 一号楼
|
|
// 一号楼
|
|
if (child.name == 'yihaolou') {
|
|
if (child.name == 'yihaolou') {
|
|
@@ -460,7 +404,6 @@
|
|
<span>地下停车场入口⬇</span>
|
|
<span>地下停车场入口⬇</span>
|
|
</div>`
|
|
</div>`
|
|
html += '<div class="building-line" style="border-left: 1px dashed #1D96E9; height: 100px; top: 326px;left: 58px;"></div>';
|
|
html += '<div class="building-line" style="border-left: 1px dashed #1D96E9; height: 100px; top: 326px;left: 58px;"></div>';
|
|
- // html += '<div class="building-bottom" style="background: #1D96E9;"></div>';
|
|
|
|
div.innerHTML = html;
|
|
div.innerHTML = html;
|
|
let tag = new THREE.CSS2DObject(div);
|
|
let tag = new THREE.CSS2DObject(div);
|
|
child.add(tag);
|
|
child.add(tag);
|
|
@@ -484,7 +427,6 @@
|
|
html += '<svg width="10" height="10"><polygon id="triangle" points="0,0 10,0 5,10" fill="#1D96E9"/></svg>';
|
|
html += '<svg width="10" height="10"><polygon id="triangle" points="0,0 10,0 5,10" fill="#1D96E9"/></svg>';
|
|
html += '</div>';
|
|
html += '</div>';
|
|
html += '<div class="building-line" style="border-left: 1px dashed #1D96E9; height: 100px; top: 72px;"></div>';
|
|
html += '<div class="building-line" style="border-left: 1px dashed #1D96E9; height: 100px; top: 72px;"></div>';
|
|
- // html += '<div class="building-bottom" style="background: #1D96E9;"></div>';
|
|
|
|
div.innerHTML = html;
|
|
div.innerHTML = html;
|
|
let tag = new THREE.CSS2DObject(div);
|
|
let tag = new THREE.CSS2DObject(div);
|
|
child.add(tag);
|
|
child.add(tag);
|
|
@@ -506,7 +448,6 @@
|
|
html += '<svg width="10" height="10"><polygon id="triangle" points="0,0 10,0 5,10" fill="#1D96E9"/></svg>';
|
|
html += '<svg width="10" height="10"><polygon id="triangle" points="0,0 10,0 5,10" fill="#1D96E9"/></svg>';
|
|
html += '</div>';
|
|
html += '</div>';
|
|
html += '<div class="building-line" style="border-left: 1px dashed #1D96E9; height: 100px; top: 90px;"></div>';
|
|
html += '<div class="building-line" style="border-left: 1px dashed #1D96E9; height: 100px; top: 90px;"></div>';
|
|
- // html += '<div class="building-bottom" style="background: #1D96E9;"></div>';
|
|
|
|
div.innerHTML = html;
|
|
div.innerHTML = html;
|
|
let tag = new THREE.CSS2DObject(div);
|
|
let tag = new THREE.CSS2DObject(div);
|
|
child.add(tag);
|
|
child.add(tag);
|
|
@@ -529,13 +470,10 @@
|
|
html += '<svg width="10" height="10"><polygon id="triangle" points="0,0 10,0 5,10" fill="#18A65A"/></svg>';
|
|
html += '<svg width="10" height="10"><polygon id="triangle" points="0,0 10,0 5,10" fill="#18A65A"/></svg>';
|
|
html += '</div>';
|
|
html += '</div>';
|
|
html += '<div class="building-line"></div>';
|
|
html += '<div class="building-line"></div>';
|
|
- // html += '<div class="building-bottom"></div>';
|
|
|
|
div.innerHTML = html;
|
|
div.innerHTML = html;
|
|
let tag = new THREE.CSS2DObject(div);
|
|
let tag = new THREE.CSS2DObject(div);
|
|
child.add(tag);
|
|
child.add(tag);
|
|
}
|
|
}
|
|
- // ----
|
|
|
|
- // if (child.name == 'chewei-dizhuan') {
|
|
|
|
if (child.name == 'chedao-chedao') {
|
|
if (child.name == 'chedao-chedao') {
|
|
const div = document.createElement('div');
|
|
const div = document.createElement('div');
|
|
div.id = child.uuid;
|
|
div.id = child.uuid;
|
|
@@ -546,7 +484,6 @@
|
|
html += '<span style="font-size: 10px; text-align: left;">空余车位:-</span>';
|
|
html += '<span style="font-size: 10px; text-align: left;">空余车位:-</span>';
|
|
html += '<span style="font-size: 10px; text-align: left;">空余充电桩:-</span>';
|
|
html += '<span style="font-size: 10px; text-align: left;">空余充电桩:-</span>';
|
|
html += '</div>';
|
|
html += '</div>';
|
|
- // html += '<svg width="15" height="15"><polygon id="triangle" points="0,0 15,0 1,15" fill="#18A65A"/></svg>';
|
|
|
|
html += '</div>';
|
|
html += '</div>';
|
|
div.innerHTML = html;
|
|
div.innerHTML = html;
|
|
let tag = new THREE.CSS2DObject(div);
|
|
let tag = new THREE.CSS2DObject(div);
|
|
@@ -559,17 +496,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- // 计算模型的统计中心
|
|
|
|
const box = new THREE.Box3().setFromObject(obj.scene);
|
|
const box = new THREE.Box3().setFromObject(obj.scene);
|
|
const center = new THREE.Vector3();
|
|
const center = new THREE.Vector3();
|
|
box.getCenter(center);
|
|
box.getCenter(center);
|
|
- // 将模型的统计中心与其本身的原始统计中心进行对齐
|
|
|
|
obj.scene.position.sub(center);
|
|
obj.scene.position.sub(center);
|
|
- // 设置摄像机位置,使模型处于视角中心
|
|
|
|
- //camera.position.z = box.max.length() * 3;
|
|
|
|
- //camera.lookAt(obj.scene.position); // 确保摄像机看向模型
|
|
|
|
|
|
|
|
document.getElementById('loading').style.display = 'none';
|
|
document.getElementById('loading').style.display = 'none';
|
|
render();
|
|
render();
|
|
@@ -578,26 +508,23 @@
|
|
})
|
|
})
|
|
|
|
|
|
function render() {
|
|
function render() {
|
|
- // 执行渲染操作
|
|
|
|
css2Renderer.render(scene, camera)
|
|
css2Renderer.render(scene, camera)
|
|
renderer.render(scene, camera);
|
|
renderer.render(scene, camera);
|
|
}
|
|
}
|
|
|
|
|
|
render();
|
|
render();
|
|
- // 创建控件对象
|
|
|
|
let controls = new THREE.OrbitControls(camera, renderer.domElement);
|
|
let controls = new THREE.OrbitControls(camera, renderer.domElement);
|
|
controls.enableZoom = false
|
|
controls.enableZoom = false
|
|
- // controls.enableRotate = false
|
|
|
|
|
|
+
|
|
controls.maxPolarAngle = Math.PI / 2
|
|
controls.maxPolarAngle = Math.PI / 2
|
|
controls.minPolarAngle = 0
|
|
controls.minPolarAngle = 0
|
|
- // 监听鼠标、键盘事件
|
|
|
|
|
|
+
|
|
controls.addEventListener('change', render);
|
|
controls.addEventListener('change', render);
|
|
- // 辅助线
|
|
|
|
|
|
+
|
|
let axisHelper = new THREE.AxisHelper(50050);
|
|
let axisHelper = new THREE.AxisHelper(50050);
|
|
- // scene.add(axisHelper);
|
|
|
|
</script>
|
|
</script>
|
|
<script>
|
|
<script>
|
|
- // 初始化Vue实例
|
|
|
|
|
|
+
|
|
new Vue({
|
|
new Vue({
|
|
el: '#qjt',
|
|
el: '#qjt',
|
|
data: function () {
|
|
data: function () {
|
|
@@ -608,7 +535,7 @@
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.updateTime();
|
|
this.updateTime();
|
|
- setInterval(this.updateTime, 1000); // 每秒更新一次时间
|
|
|
|
|
|
+ setInterval(this.updateTime, 1000);
|
|
this.getSSbj();
|
|
this.getSSbj();
|
|
},
|
|
},
|
|
beforeDestroy() {
|
|
beforeDestroy() {
|
|
@@ -616,18 +543,15 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
updateTime() {
|
|
updateTime() {
|
|
- // 获取当前日期时间对象
|
|
|
|
const now = new Date();
|
|
const now = new Date();
|
|
|
|
|
|
- // 获取年月日时分秒,并补零
|
|
|
|
const year = String(now.getFullYear()).padStart(4, '0');
|
|
const year = String(now.getFullYear()).padStart(4, '0');
|
|
- const month = String(now.getMonth() + 1).padStart(2, '0'); // 月份是从0开始的
|
|
|
|
|
|
+ const month = String(now.getMonth() + 1).padStart(2, '0');
|
|
const day = String(now.getDate()).padStart(2, '0');
|
|
const day = String(now.getDate()).padStart(2, '0');
|
|
const hours = String(now.getHours()).padStart(2, '0');
|
|
const hours = String(now.getHours()).padStart(2, '0');
|
|
const minutes = String(now.getMinutes()).padStart(2, '0');
|
|
const minutes = String(now.getMinutes()).padStart(2, '0');
|
|
const seconds = String(now.getSeconds()).padStart(2, '0');
|
|
const seconds = String(now.getSeconds()).padStart(2, '0');
|
|
|
|
|
|
- // 组合成格式化的字符串
|
|
|
|
const formattedDateTime = `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
|
|
const formattedDateTime = `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
|
|
this.currentTime = formattedDateTime;
|
|
this.currentTime = formattedDateTime;
|
|
},
|
|
},
|
|
@@ -719,7 +643,6 @@
|
|
lineStyle: {
|
|
lineStyle: {
|
|
width: 0
|
|
width: 0
|
|
},
|
|
},
|
|
- // showSymbol: false,
|
|
|
|
areaStyle: {
|
|
areaStyle: {
|
|
opacity: 0.8,
|
|
opacity: 0.8,
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
@@ -746,13 +669,12 @@
|
|
<script>
|
|
<script>
|
|
var path = "https://www.cqna.gov.cn/data";
|
|
var path = "https://www.cqna.gov.cn/data";
|
|
|
|
|
|
- //办件数加载
|
|
|
|
function handlingNumber(area, timeType) {
|
|
function handlingNumber(area, timeType) {
|
|
var data1 = ''
|
|
var data1 = ''
|
|
$.ajax({
|
|
$.ajax({
|
|
- url: path + "/department/getOfficeNumberByAreaInfo", //url地址
|
|
|
|
- dataType: "json", //返回的数据类型
|
|
|
|
- type: "get", //发起请求的方式
|
|
|
|
|
|
+ url: path + "/department/getOfficeNumberByAreaInfo",
|
|
|
|
+ dataType: "json",
|
|
|
|
+ type: "get",
|
|
cache: false,
|
|
cache: false,
|
|
async: false,
|
|
async: false,
|
|
data: {
|
|
data: {
|
|
@@ -790,7 +712,6 @@
|
|
const time = 2 * 1000;
|
|
const time = 2 * 1000;
|
|
let that = this;
|
|
let that = this;
|
|
|
|
|
|
- //获取当前排队人数和分钟数
|
|
|
|
function getCurrentPerson() {
|
|
function getCurrentPerson() {
|
|
$.ajax({
|
|
$.ajax({
|
|
url: conpath + "/qjt/",
|
|
url: conpath + "/qjt/",
|
|
@@ -807,10 +728,8 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
getCurrentPerson();
|
|
getCurrentPerson();
|
|
- // 获取定时器的ID,以便之后可以清除它
|
|
|
|
var intervalId = setInterval(getCurrentPerson, 1800000);
|
|
var intervalId = setInterval(getCurrentPerson, 1800000);
|
|
|
|
|
|
- //获取当前办理数量
|
|
|
|
function getCurrentItem() {
|
|
function getCurrentItem() {
|
|
$.ajax({
|
|
$.ajax({
|
|
url: conpath + "/solveAffairs/",
|
|
url: conpath + "/solveAffairs/",
|
|
@@ -831,65 +750,16 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
getCurrentItem();
|
|
getCurrentItem();
|
|
- // 获取定时器的ID,以便之后可以清除它
|
|
|
|
var intervalId1 = setInterval(getCurrentItem, 300000);
|
|
var intervalId1 = setInterval(getCurrentItem, 300000);
|
|
|
|
|
|
- // 当用户离开页面时清除定时器
|
|
|
|
window.addEventListener('beforeunload', function () {
|
|
window.addEventListener('beforeunload', function () {
|
|
clearInterval(intervalId);
|
|
clearInterval(intervalId);
|
|
clearInterval(intervalId1);
|
|
clearInterval(intervalId1);
|
|
});
|
|
});
|
|
- // // 1号楼当前排队人数
|
|
|
|
- // const currWaitPeopleElement = document.getElementById('currWaitPeople');
|
|
|
|
- // animateValue(currWaitPeopleElement, 0, 12, time);
|
|
|
|
- // // 1号楼可办事项数量
|
|
|
|
- // const taskNumElement = document.getElementById('taskNum');
|
|
|
|
- // animateValue(taskNumElement, 0, 798, time);
|
|
|
|
- // // 1号楼平均等待时长
|
|
|
|
- // const waitTimeElement = document.getElementById('waitTime');
|
|
|
|
- // animateValue(waitTimeElement, 0, 2, time);
|
|
|
|
- // // 1号楼窗口数
|
|
|
|
- // const winNumElement = document.getElementById('winNum');
|
|
|
|
- // animateValue(winNumElement, 0, 28, time);
|
|
|
|
- // 2号楼当前排队人数
|
|
|
|
- // const currWaitPeopleElement2 = document.getElementById('currWaitPeople2');
|
|
|
|
- // animateValue(currWaitPeopleElement2, 0, 6, time);
|
|
|
|
- // 2号楼可办事项数量
|
|
|
|
const taskNumElement2 = document.getElementById('taskNum2');
|
|
const taskNumElement2 = document.getElementById('taskNum2');
|
|
animateValue(taskNumElement2, 0, 798, time);
|
|
animateValue(taskNumElement2, 0, 798, time);
|
|
- // 2号楼窗口数
|
|
|
|
const winNumElement2 = document.getElementById('winNum2');
|
|
const winNumElement2 = document.getElementById('winNum2');
|
|
animateValue(winNumElement2, 0, 78, time);
|
|
animateValue(winNumElement2, 0, 78, time);
|
|
-
|
|
|
|
-
|
|
|
|
- // //本月加载
|
|
|
|
- // var data = handlingNumber(1, 2)
|
|
|
|
- // let date = new Date()
|
|
|
|
- // const nowWeek = date.getDay();
|
|
|
|
- // const noMonth = date.getDate()
|
|
|
|
- // const noyear = date.getFullYear()
|
|
|
|
- // const currWeekTaskNumElement = document.getElementById('currWeekTaskNum');
|
|
|
|
- // if (nowWeek > 5 || nowWeek === 0) {
|
|
|
|
- // animateValue(currWeekTaskNumElement, 0, 5 * 324, time);
|
|
|
|
- // } else {
|
|
|
|
- // animateValue(currWeekTaskNumElement, 0, nowWeek * 324, time);
|
|
|
|
- // }
|
|
|
|
- // // // 本月办理数量
|
|
|
|
- // const currMonthTaskNumElement = document.getElementById('currMonthTaskNum');
|
|
|
|
- // animateValue(currMonthTaskNumElement, 0, ((parseInt(noMonth / 7)) * 5 + noMonth % 7) * 324, time);
|
|
|
|
- // // 本年办理数量
|
|
|
|
- // const month = date.getMonth()
|
|
|
|
- // const currYearTaskNumElement = document.getElementById('currYearTaskNum');
|
|
|
|
- // animateValue(currYearTaskNumElement, 0, ((month * 22) * 324) + (((parseInt(noMonth / 7)) * 5 + noMonth % 7) * 324), time);
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- // //本周加载
|
|
|
|
- // var data = handlingNumber(1, 1)
|
|
|
|
- // // 本周办理数量
|
|
|
|
- // const currTaskNumElement = document.getElementById('currDayTaskNum');
|
|
|
|
- // animateValue(currTaskNumElement, 0, data.acceptNumber, time);
|
|
|
|
- // //本年加载
|
|
|
|
- // var data = handlingNumber(1, 3)
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
</html>
|
|
</html>
|