Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
Jz-Php
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
PHP
Jz-Php
Commits
54caec4c
提交
54caec4c
authored
6月 09, 2020
作者:
chengye
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
细节调整
上级
a0cc0bc6
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
3 行删除
+21
-3
Region.php
application/em/controller/Region.php
+2
-2
region_list.html
application/em/view/region/region_list.html
+4
-0
Count.php
application/jz/controller/Count.php
+1
-1
Index.php
application/jz/controller/Index.php
+8
-0
detail.html
application/jz/view/index/detail.html
+0
-0
style.css
public/static/admin/css/style.css
+6
-0
没有找到文件。
application/em/controller/Region.php
浏览文件 @
54caec4c
...
@@ -108,7 +108,7 @@ class Region extends Base
...
@@ -108,7 +108,7 @@ class Region extends Base
$map
[]
=
[
'jz_latitude'
,
'neq'
,
""
];
$map
[]
=
[
'jz_latitude'
,
'neq'
,
""
];
$datalist
=
$db
->
table
(
'jz_message'
)
->
field
(
'business_id,jz_state,jz_name,project_code,jz_longitude,jz_latitude'
)
->
where
(
$map
)
->
limit
(
2
00
)
->
select
();
$datalist
=
$db
->
table
(
'jz_message'
)
->
field
(
'business_id,jz_state,jz_name,project_code,jz_longitude,jz_latitude'
)
->
where
(
$map
)
->
limit
(
3
00
)
->
select
();
if
(
!
$datalist
)
{
if
(
!
$datalist
)
{
echo
0
;
echo
0
;
...
@@ -155,7 +155,7 @@ class Region extends Base
...
@@ -155,7 +155,7 @@ class Region extends Base
$je
=
$arr
[
'Je'
];
$je
=
$arr
[
'Je'
];
$map1
[]
=
[
'jz_longitude'
,
'between'
,
"
$ne
,
$je
"
];
$map1
[]
=
[
'jz_longitude'
,
'between'
,
"
$ne
,
$je
"
];
$map1
[]
=
[
'jz_latitude'
,
'between'
,
"
$zd
,
$xd
"
];
$map1
[]
=
[
'jz_latitude'
,
'between'
,
"
$zd
,
$xd
"
];
$datalist
=
$db
->
table
(
'jz_message'
)
->
field
(
'business_id,jz_state,jz_name,project_code,jz_longitude,jz_latitude'
)
->
where
(
$map1
)
->
limit
(
2
00
)
->
select
();
$datalist
=
$db
->
table
(
'jz_message'
)
->
field
(
'business_id,jz_state,jz_name,project_code,jz_longitude,jz_latitude'
)
->
where
(
$map1
)
->
limit
(
3
00
)
->
select
();
}
}
if
(
!
$datalist
)
{
if
(
!
$datalist
)
{
echo
0
;
echo
0
;
...
...
application/em/view/region/region_list.html
浏览文件 @
54caec4c
...
@@ -49,6 +49,10 @@
...
@@ -49,6 +49,10 @@
<div
class=
"layui-input-inline layui-show-xs-block"
>
<div
class=
"layui-input-inline layui-show-xs-block"
>
<button
class=
"layui-btn"
lay-submit=
""
lay-filter=
"search"
><i
class=
"layui-icon"
>

</i></button>
<button
class=
"layui-btn"
lay-submit=
""
lay-filter=
"search"
><i
class=
"layui-icon"
>

</i></button>
</div>
</div>
<div
class=
"layui-input-inline layui-show-xs-block layui-right"
>
<div
class=
"layui-input-inline"
>
说明:当前地图区域仅能显示不超过300个站点,如想查看更多请提高地图缩放等级。
</div>
<div
class=
"layui-input-inline layui-show-xs-block layui-right"
>
<div
class=
"layui-input-inline layui-show-xs-block layui-right"
>
<div
class=
"layui-input-inline"
>
<div
class=
"layui-input-inline"
>
<img
src=
"__STATIC__/admin/image/3.png"
alt=
""
width=
"30"
>
开通
<span
id=
"valueR"
></span>
<img
src=
"__STATIC__/admin/image/3.png"
alt=
""
width=
"30"
>
开通
<span
id=
"valueR"
></span>
...
...
application/jz/controller/Count.php
浏览文件 @
54caec4c
...
@@ -14,7 +14,7 @@ use think\Db;
...
@@ -14,7 +14,7 @@ use think\Db;
class
Count
extends
Base
class
Count
extends
Base
{
{
public
function
index
(){
public
function
index
(){
header
(
'Location: http://114.113.126.44:3000/d/dcUEvUkMk/ji-zhan-quan-lan?
from=1483142400000&to=1589673600000&
orgId=1&kiosk=tv'
);
header
(
'Location: http://114.113.126.44:3000/d/dcUEvUkMk/ji-zhan-quan-lan?orgId=1&kiosk=tv'
);
}
}
...
...
application/jz/controller/Index.php
浏览文件 @
54caec4c
...
@@ -66,6 +66,14 @@ class Index extends Base
...
@@ -66,6 +66,14 @@ class Index extends Base
if
(
$construct
)
$data
->
jz_construct
=
$construct
[
'qy'
];
if
(
$construct
)
$data
->
jz_construct
=
$construct
[
'qy'
];
if
(
$data
->
jz_state
<=
3
){
$data
->
jz_state
=
'选址'
;
}
else
if
(
$data
->
jz_state
>
3
&&
$data
->
jz_state
<=
9
){
$data
->
jz_state
=
'建站'
;
}
else
if
(
$data
->
jz_state
>
9
){
$data
->
jz_state
=
'开通'
;
}
$data
->
tag
=
1
;
$data
->
tag
=
1
;
$devs
=
\app\jz\model\Index
::
getDevs
(
$id
);
$devs
=
\app\jz\model\Index
::
getDevs
(
$id
);
$this
->
assign
(
'devs'
,
$devs
);
$this
->
assign
(
'devs'
,
$devs
);
...
...
application/jz/view/index/detail.html
浏览文件 @
54caec4c
差异被折叠。
点击展开。
public/static/admin/css/style.css
浏览文件 @
54caec4c
...
@@ -142,4 +142,9 @@ ul.station_flow li.active>*{
...
@@ -142,4 +142,9 @@ ul.station_flow li.active>*{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
top
;
vertical-align
:
top
;
margin-top
:
4px
;
margin-top
:
4px
;
}
.qr-bottom
{
display
:
flex
;
justify-content
:
space-around
;
}
}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论