Przeglądaj źródła

乳山信息港

RongCheng
庞东旭 1 rok temu
rodzic
commit
6f4bac3dd2
8 zmienionych plików z 17 dodań i 16 usunięć
  1. +1
    -1
      infoport/homestead.html
  2. +1
    -1
      infoport/homesteadDetail.html
  3. +1
    -1
      infoport/property.html
  4. +1
    -1
      infoport/propertyDetail.html
  5. +1
    -1
      infoport/resource.html
  6. +1
    -1
      infoport/resourceDetail.html
  7. +5
    -6
      infoport/resourceNew.html
  8. +6
    -4
      infoport/static/js/project/resourceNew.js

+ 1
- 1
infoport/homestead.html Wyświetl plik

@@ -70,7 +70,7 @@
</a>
</div>
<div class="header_nav">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
</div>


+ 1
- 1
infoport/homesteadDetail.html Wyświetl plik

@@ -43,7 +43,7 @@
</a>
</div>
<div class="header_nav">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
</div>


+ 1
- 1
infoport/property.html Wyświetl plik

@@ -73,7 +73,7 @@
</a>
</div>
<div class="header_nav">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
</div>


+ 1
- 1
infoport/propertyDetail.html Wyświetl plik

@@ -44,7 +44,7 @@
</a>
</div>
<div class="header_nav">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
</div>


+ 1
- 1
infoport/resource.html Wyświetl plik

@@ -71,7 +71,7 @@
</a>
</div>
<div class="header_nav active">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">


+ 1
- 1
infoport/resourceDetail.html Wyświetl plik

@@ -43,7 +43,7 @@
</a>
</div>
<div class="header_nav active">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">


+ 5
- 6
infoport/resourceNew.html Wyświetl plik

@@ -43,9 +43,8 @@
</select>
<select id="useTypeContent" onchange="useTypeChange()">
<option value="">全部</option>
<option value="1">未流转</option>
<option value="2">部分流转</option>
<option value="3">已流转</option>
<option value="2">闲置</option>
<option value="3">出租</option>
<!-- <script id="useTypeData" type="text/html">-->
<!-- {{each useType as value i}}-->
<!-- {{/each}}-->
@@ -71,7 +70,7 @@
</a>
</div>
<div class="header_nav active">
<a href="resource.html">
<a href="resourceNew.html">
<div>
<i class="i3"></i>
<img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
@@ -111,8 +110,8 @@
<td>{{value.deptName}}</td>
<td>{{value.code}}</td>
<td>{{value.name}}</td>
<td>{{value.useType}}</td>
<td>{{value.useType}}</td>
<td>{{value.resourceType}}</td>
<td>{{value.resourceSort}}</td>
<td>{{value.totalArea}}</td>
<td>{{value.status}}</td>
</tr>


+ 6
- 4
infoport/static/js/project/resourceNew.js Wyświetl plik

@@ -293,9 +293,10 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
selectSecondChange = function(){
$('.page_s1').html('');
module.data.propertyList = "";
tools.doGet(resourceList, {
tools.doGet(assetresourceList, {
deptId: $('#treeselectSecondContent').val(),
translate_dict: 1,
useType:$('#useTypeContent').val(),
pageNum: 1,
pageSize: 10,
}, module.assetList , true);
@@ -317,9 +318,9 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
useTypeChange = function () {
$('.page_s1').html('');
module.data.propertyList = "";
tools.doGet(resourceList, {
tools.doGet(assetresourceList, {
deptId: $('#treeselectSecondContent').val() == null ? 100 : $('#treeselectSecondContent').val(),
dkzt:$('#useTypeContent').val(),
useType:$('#useTypeContent').val(),
translate_dict: 1,
pageNum: 1,
pageSize: 10,
@@ -327,8 +328,9 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
}

turnThePage = function (pageNum) {
tools.doGet(resourceList, {
tools.doGet(assetresourceList, {
deptId: $('#treeselectSecondContent').val() == null ? 100 : $('#treeselectSecondContent').val(),
useType:$('#useTypeContent').val(),
translate_dict: 1,
pageNum: pageNum,
pageSize: 10,


Ładowanie…
Anuluj
Zapisz