@@ -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}}--> | ||||
@@ -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}}--> | ||||
@@ -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}}--> | ||||
@@ -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); | ||||
//资产列表 | //资产列表 | ||||
@@ -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, | ||||
@@ -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); | ||||
} | } | ||||