Quellcode durchsuchen

信息港问题修改

RongCheng
庞东旭 vor 1 Jahr
Ursprung
Commit
ec3ac491c2
6 geänderte Dateien mit 10 neuen und 8 gelöschten Zeilen
  1. +2
    -2
      infoport/homestead.html
  2. +2
    -2
      infoport/property.html
  3. +2
    -2
      infoport/resourceNew.html
  4. +2
    -0
      infoport/static/js/project/homestead.js
  5. +1
    -1
      infoport/static/js/project/property.js
  6. +1
    -1
      infoport/static/js/project/resourceNew.js

+ 2
- 2
infoport/homestead.html Datei anzeigen

@@ -41,9 +41,9 @@
{{/each}} {{/each}}
</script> </script>
</select> </select>
<select id="useTypeContent" onchange="useTypeChange()">
<select id="useTypeContent" style="display: none;" onchange="useTypeChange()">
<option value="">全部</option> <option value="">全部</option>
<option value="3">闲置中</option>
<option value="3" selected>闲置中</option>
<option value="4">已流转</option> <option value="4">已流转</option>
<!-- <script id="useTypeData" type="text/html">--> <!-- <script id="useTypeData" type="text/html">-->
<!-- {{each useType as value i}}--> <!-- {{each useType as value i}}-->


+ 2
- 2
infoport/property.html Datei anzeigen

@@ -41,10 +41,10 @@
{{/each}} {{/each}}
</script> </script>
</select> </select>
<select id="useTypeContent" onchange="useTypeChange()">
<select id="useTypeContent" style="display: none;" onchange="useTypeChange()">


<option value="">全部</option> <option value="">全部</option>
<option value="2">闲置</option>
<option value="2" selected>闲置</option>
<option value="3">出租</option> <option value="3">出租</option>
<!-- <script id="useTypeData" type="text/html">--> <!-- <script id="useTypeData" type="text/html">-->
<!-- {{each useType as value i}}--> <!-- {{each useType as value i}}-->


+ 2
- 2
infoport/resourceNew.html Datei anzeigen

@@ -41,9 +41,9 @@
{{/each}} {{/each}}
</script> </script>
</select> </select>
<select id="useTypeContent" onchange="useTypeChange()">
<select id="useTypeContent" style="display: none;" onchange="useTypeChange()">
<option value="">全部</option> <option value="">全部</option>
<option value="2">闲置</option>
<option value="2" selected>闲置</option>
<option value="3">出租</option> <option value="3">出租</option>
<!-- <script id="useTypeData" type="text/html">--> <!-- <script id="useTypeData" type="text/html">-->
<!-- {{each useType as value i}}--> <!-- {{each useType as value i}}-->


+ 2
- 0
infoport/static/js/project/homestead.js Datei anzeigen

@@ -189,6 +189,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
houseOwnership:1, houseOwnership:1,
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
landStatus:$('#useTypeContent').val(),
}, module.assetList , true); }, module.assetList , true);
tools.doGet(treeselectSecond+'100', {}, module.useContent, true); tools.doGet(treeselectSecond+'100', {}, module.useContent, true);
} }
@@ -300,6 +301,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
houseOwnership:1, houseOwnership:1,
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
landStatus:$('#useTypeContent').val(),
}, module.assetList , true); }, module.assetList , true);
tools.doGet(treeselectSecond+$('#treeselectSecondContent').val(), {}, module.useContent , true); tools.doGet(treeselectSecond+$('#treeselectSecondContent').val(), {}, module.useContent , true);
//资产列表 //资产列表


+ 1
- 1
infoport/static/js/project/property.js Datei anzeigen

@@ -188,7 +188,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
//资产列表 //资产列表
tools.doGet(assetList, { tools.doGet(assetList, {
deptId: 100, deptId: 100,
useType: '',
useType: '2',
operationType: 1, operationType: 1,
translate_dict: 1, translate_dict: 1,
pageNum: 1, pageNum: 1,


+ 1
- 1
infoport/static/js/project/resourceNew.js Datei anzeigen

@@ -187,7 +187,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
// translate_dict: 1, // translate_dict: 1,
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
useType:''
useType:'2'
}, module.assetList , true); }, module.assetList , true);
tools.doGet(treeselectSecond+'100', {}, module.useContent, true); tools.doGet(treeselectSecond+'100', {}, module.useContent, true);
} }


Laden…
Abbrechen
Speichern