浏览代码

信息港问题修改

RongCheng
庞东旭 1年前
父节点
当前提交
ec3ac491c2
共有 6 个文件被更改,包括 10 次插入8 次删除
  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 查看文件

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


+ 2
- 2
infoport/property.html 查看文件

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

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


+ 2
- 2
infoport/resourceNew.html 查看文件

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


+ 2
- 0
infoport/static/js/project/homestead.js 查看文件

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


+ 1
- 1
infoport/static/js/project/property.js 查看文件

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


+ 1
- 1
infoport/static/js/project/resourceNew.js 查看文件

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


正在加载...
取消
保存