Преглед на файлове

行政执法问题修改

master
庞东旭 преди 3 години
родител
ревизия
73dec3abfe
променени са 13 файла, в които са добавени 81 реда и са изтрити 23 реда
  1. +3
    -0
      agriculturalLawEnforcement/static/js/project/basis/basisDetail.js
  2. +5
    -0
      agriculturalLawEnforcement/static/js/project/complaint/complaintAdd.js
  3. +6
    -1
      agriculturalLawEnforcement/static/js/project/complaint/complaintDetail.js
  4. +3
    -0
      agriculturalLawEnforcement/static/js/project/notice/noticeDetail.js
  5. +3
    -0
      agriculturalLawEnforcement/static/js/project/scheme/schemeDetail.js
  6. +3
    -0
      agriculturalLawEnforcement/static/js/project/work/workDetail.js
  7. +11
    -3
      agriculturalLawEnforcement/view/basis/basisDetail.html
  8. +1
    -1
      agriculturalLawEnforcement/view/basis/basisList.html
  9. +6
    -6
      agriculturalLawEnforcement/view/complaint/complaintAdd.html
  10. +10
    -6
      agriculturalLawEnforcement/view/complaint/complaintDetail.html
  11. +10
    -2
      agriculturalLawEnforcement/view/noticeAnnouncement/noticeDetail.html
  12. +10
    -2
      agriculturalLawEnforcement/view/schemeDisclosure/schemeDetail.html
  13. +10
    -2
      agriculturalLawEnforcement/view/workDynamics/workDetail.html

+ 3
- 0
agriculturalLawEnforcement/static/js/project/basis/basisDetail.js Целия файл

@@ -39,6 +39,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
$("#newTime").html('发布时间:'+content.newsTime);
$("#newCome").html('来源:'+content.createBy);
$("#newContent").html(content.content);
if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative';
}
}
}



+ 5
- 0
agriculturalLawEnforcement/static/js/project/complaint/complaintAdd.js Целия файл

@@ -17,6 +17,11 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa

module.init = function (page) {
tools.doGet(getTopDeptId, {}, module.getInformation , true);
if (document.body.scrollHeight <= document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'fixed';
document.getElementById('bottomInformation').style.bottom = '0';

}
};

module.getInformation = function (data) {


+ 6
- 1
agriculturalLawEnforcement/static/js/project/complaint/complaintDetail.js Целия файл

@@ -18,7 +18,8 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
module.init = function (page) {
//新闻管理列表
tools.doGet(dictType + '/communicate_type', {}, module.dictType , true);
tools.doGet(communicateDetail + '/' + getQueryVariable('id'), {}, module.newList , true);


};

//获取地址栏参数
@@ -34,6 +35,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa

module.dictType = function (data) {
module.data.communicateOptions = data.data;
tools.doGet(communicateDetail + '/' + getQueryVariable('id'), {}, module.newList , true);
}

//新闻列表
@@ -45,6 +47,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
module.data.newList = content;
var newData = template('newData', module.data);
$("#newContent").html(newData);
if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative';
}
}
}



+ 3
- 0
agriculturalLawEnforcement/static/js/project/notice/noticeDetail.js Целия файл

@@ -39,6 +39,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
$("#newTime").html('发布时间:'+content.newsTime);
$("#newCome").html('来源:'+content.createBy);
$("#newContent").html(content.content);
if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative';
}
}
}



+ 3
- 0
agriculturalLawEnforcement/static/js/project/scheme/schemeDetail.js Целия файл

@@ -38,6 +38,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
module.data.newList = content;
var newData = template('newData', module.data);
$("#newContent").html(newData);
if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative';
}
}
}



+ 3
- 0
agriculturalLawEnforcement/static/js/project/work/workDetail.js Целия файл

@@ -39,6 +39,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
$("#newTime").html('发布时间:'+content.newsTime);
$("#newCome").html('来源:'+content.createBy);
$("#newContent").html(content.content);
if (document.body.scrollHeight > document.body.offsetHeight){
document.getElementById('bottomInformation').style.position = 'relative';
}
}
}



+ 11
- 3
agriculturalLawEnforcement/view/basis/basisDetail.html Целия файл

@@ -15,11 +15,19 @@
.ql-align-center{
text-align: center;
}
body{
overflow: auto;
background: #f4f4f4;
}
.bottomInformation{
position: fixed;
bottom: 0;
}
</style>
</head>

<body>
<div class="main bg-f4" id="page">
<div class="bg-f4" id="page">
<div class="topBox">
<div class="w-1200 boxMain">
<div class="logoBox fl">
@@ -37,7 +45,7 @@
<div class="topTab">
<ul class="w-1200">
<li><a href="../../index.html"><i></i>首页</a></li>
<li><a href="workList.html">工作动态</a></li>
<li><a href="../workDynamics/workList.html">工作动态</a></li>
<li><a href="../noticeAnnouncement/noticeList.html">通知公告</a></li>
<li><a href="../schemeDisclosure/schemeList.html">方案公开</a></li>
<li class="active"><a href="basisList.html">执法依据</a></li>
@@ -66,7 +74,7 @@

<div style="height: 100px;"></div>

<div class="bottomInformation">
<div class="bottomInformation" id="bottomInformation">
<div class="w-1200">
<p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
</div>


+ 1
- 1
agriculturalLawEnforcement/view/basis/basisList.html Целия файл

@@ -33,7 +33,7 @@
<div class="topTab">
<ul class="w-1200">
<li><a href="../../index.html"><i></i>首页</a></li>
<li><a href="javascript:void(0);">工作动态</a></li>
<li><a href="../workDynamics/workList.html">工作动态</a></li>
<li><a href="../noticeAnnouncement/noticeList.html">通知公告</a></li>
<li><a href="../schemeDisclosure/schemeList.html">方案公开</a></li>
<li class="active"><a href="javascript:void(0);">执法依据</a></li>


+ 6
- 6
agriculturalLawEnforcement/view/complaint/complaintAdd.html Целия файл

@@ -39,11 +39,15 @@
font-size: 16px;
margin: 0 auto;
}
body{
overflow: auto;
background: #f4f4f4;
}
</style>
</head>

<body>
<div class="main bg-f4" id="page">
<div class="bg-f4" id="page">
<div class="topBox">
<div class="w-1200 boxMain">
<div class="logoBox fl">
@@ -133,11 +137,7 @@
<div class="clear"></div>
</div>



<div style="height: 100px;"></div>

<div class="bottomInformation">
<div class="bottomInformation" id="bottomInformation">
<div class="w-1200">
<p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
</div>


+ 10
- 6
agriculturalLawEnforcement/view/complaint/complaintDetail.html Целия файл

@@ -19,11 +19,19 @@
padding: 15px 0;
width: 50%;
}
body{
overflow: auto;
background: #f4f4f4;
}
.bottomInformation{
position: fixed;
bottom: 0;
}
</style>
</head>

<body>
<div class="main bg-f4" id="page">
<div class="bg-f4" id="page">
<div class="topBox">
<div class="w-1200 boxMain">
<div class="logoBox fl">
@@ -97,11 +105,7 @@
<div id="newContent"></div>
</div>



<div style="height: 100px;"></div>

<div class="bottomInformation">
<div class="bottomInformation" id="bottomInformation">
<div class="w-1200">
<p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
</div>


+ 10
- 2
agriculturalLawEnforcement/view/noticeAnnouncement/noticeDetail.html Целия файл

@@ -15,11 +15,19 @@
.ql-align-center{
text-align: center;
}
body{
overflow: auto;
background: #f4f4f4;
}
.bottomInformation{
position: fixed;
bottom: 0;
}
</style>
</head>

<body>
<div class="main bg-f4" id="page">
<div class="bg-f4" id="page">
<div class="topBox">
<div class="w-1200 boxMain">
<div class="logoBox fl">
@@ -66,7 +74,7 @@

<div style="height: 100px;"></div>

<div class="bottomInformation">
<div class="bottomInformation" id="bottomInformation">
<div class="w-1200">
<p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
</div>


+ 10
- 2
agriculturalLawEnforcement/view/schemeDisclosure/schemeDetail.html Целия файл

@@ -46,11 +46,19 @@
padding: 0px 10px;
margin-bottom: 5px;
}
body{
overflow: auto;
background: #f4f4f4;
}
.bottomInformation{
position: fixed;
bottom: 0;
}
</style>
</head>

<body>
<div class="main bg-f4" id="page">
<div class="bg-f4" id="page">
<div class="topBox">
<div class="w-1200 boxMain">
<div class="logoBox fl">
@@ -175,7 +183,7 @@

<div style="height: 100px;"></div>

<div class="bottomInformation">
<div class="bottomInformation" id="bottomInformation">
<div class="w-1200">
<p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
</div>


+ 10
- 2
agriculturalLawEnforcement/view/workDynamics/workDetail.html Целия файл

@@ -15,11 +15,19 @@
.ql-align-center{
text-align: center;
}
body{
overflow: auto;
background: #f4f4f4;
}
.bottomInformation{
position: fixed;
bottom: 0;
}
</style>
</head>

<body>
<div class="main bg-f4" id="page">
<div class="bg-f4" id="page">
<div class="topBox">
<div class="w-1200 boxMain">
<div class="logoBox fl">
@@ -64,7 +72,7 @@

<div style="height: 100px;"></div>

<div class="bottomInformation">
<div class="bottomInformation" id="bottomInformation">
<div class="w-1200">
<p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
</div>


Зареждане…
Отказ
Запис