Browse Source

Merge branch 'rongxin_dev' of http://218.59.175.43:3000/zhangzl/nsgk_web into rongxin_dev

 Conflicts:
	view/listingItems/itemsDetail.html
rongxin_dev
庞东旭 1 day ago
parent
commit
57f16edb36
13 changed files with 10 additions and 6 deletions
  1. +3
    -0
      .idea/misc.xml
  2. BIN
      infoport/static/images/link_03.png
  3. BIN
      infoport/static/images/link_04.png
  4. BIN
      infoport/static/images/link_05.png
  5. BIN
      infoport/static/images/link_06.png
  6. BIN
      infoport/static/images/neixiangxian.png
  7. BIN
      infoport/static/images/sheqixian.png
  8. +3
    -2
      infoport/static/js/project/discussions.js
  9. +1
    -1
      infoport/static/js/project/discussionsDetail.js
  10. BIN
      sunVillage_info/static/images/neixiangxian.png
  11. BIN
      sunVillage_info/static/images/sheqixian.png
  12. +1
    -1
      view/listingItems/itemsDetail.html
  13. +2
    -2
      view/login/registerFrom.html

+ 3
- 0
.idea/misc.xml View File

@@ -9,6 +9,9 @@
<component name="JavaScriptSettings"> <component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" /> <option name="languageLevel" value="ES6" />
</component> </component>
<component name="ProjectRootManager" version="2" default="true">
<output url="file://$PROJECT_DIR$/out" />
</component>
<component name="SuppressionsComponent"> <component name="SuppressionsComponent">
<option name="suppComments" value="[]" /> <option name="suppComments" value="[]" />
</component> </component>

BIN
infoport/static/images/link_03.png View File

Before After
Width: 472  |  Height: 74  |  Size: 92 KiB

BIN
infoport/static/images/link_04.png View File

Before After
Width: 472  |  Height: 74  |  Size: 98 KiB

BIN
infoport/static/images/link_05.png View File

Before After
Width: 472  |  Height: 74  |  Size: 50 KiB

BIN
infoport/static/images/link_06.png View File

Before After
Width: 472  |  Height: 74  |  Size: 44 KiB

BIN
infoport/static/images/neixiangxian.png View File

Before After
Width: 400  |  Height: 400  |  Size: 6.4 KiB

BIN
infoport/static/images/sheqixian.png View File

Before After
Width: 400  |  Height: 400  |  Size: 3.2 KiB

+ 3
- 2
infoport/static/js/project/discussions.js View File

@@ -280,7 +280,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools,


searchChange = function () { searchChange = function () {
console.log(1111111111); console.log(1111111111);
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8,openName:$("#searchInput").val()}, module.newsList , true);
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8,openName:$("#searchInput").val(), isAsc:'desc', orderByColumn:'createTime'}, module.newsList , true);
} }


submitUser = function () { submitUser = function () {
@@ -413,7 +413,8 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools,
pageNum:module.data.pageNum4, pageNum:module.data.pageNum4,
pageSize:10, pageSize:10,
bookId: JSON.parse(tools.getCookie('user')).bookId, bookId: JSON.parse(tools.getCookie('user')).bookId,
deptId: JSON.parse(tools.getCookie('user')).deptId
deptId: JSON.parse(tools.getCookie('user')).deptId,
isAsc:'desc', orderByColumn:'createTime'
}, module.newsList4 , true); }, module.newsList4 , true);
break; break;




+ 1
- 1
infoport/static/js/project/discussionsDetail.js View File

@@ -18,7 +18,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
//新闻详情 //新闻详情
tools.doGet(siyigongkaiDetail, {id:getQueryVariable('id')}, module.newsDetail , true); tools.doGet(siyigongkaiDetail, {id:getQueryVariable('id')}, module.newsDetail , true);
//新闻列表 //新闻列表
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8}, module.newsList , true);
tools.doGet(listSiyigongkai, {pageNum:1,pageSize:8, isAsc:'desc', orderByColumn:'createTime'}, module.newsList , true);
tools.doGet(webList, {}, module.webList , true); tools.doGet(webList, {}, module.webList , true);
}; };




BIN
sunVillage_info/static/images/neixiangxian.png View File

Before After
Width: 400  |  Height: 400  |  Size: 2.4 KiB

BIN
sunVillage_info/static/images/sheqixian.png View File

Before After
Width: 400  |  Height: 400  |  Size: 3.2 KiB

+ 1
- 1
view/listingItems/itemsDetail.html View File

@@ -420,7 +420,7 @@
<td colspan="6">{{outProjectInformationDetail.linkPhone}}</td> <td colspan="6">{{outProjectInformationDetail.linkPhone}}</td>
</tr> </tr>
<tr> <tr>
<td rowspan="{{25+outProjectInformationDetail.subjectList.length}}">转出项目<br/>基本情况</td>
<td rowspan="{{26+outProjectInformationDetail.subjectList.length}}">转出项目<br/>基本情况</td>
<td colspan="10">项目类型</td> <td colspan="10">项目类型</td>
<td colspan="17">{{outProjectInformationDetail.projectNumber}}</td> <td colspan="17">{{outProjectInformationDetail.projectNumber}}</td>
</tr> </tr>


+ 2
- 2
view/login/registerFrom.html View File

@@ -189,7 +189,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td><span>*</span>身份证():</td>
<td><span>*</span>身份证(人像面):</td>
<td colspan="3"> <td colspan="3">
<div id="cupload-3" class="m-l-10 m-b-5 wid30"></div> <div id="cupload-3" class="m-l-10 m-b-5 wid30"></div>
</td> </td>
@@ -285,7 +285,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td><span>*</span>法人证件照:</td>
<td><span>*</span>法人证件照(人像面):</td>
<td colspan="3"> <td colspan="3">
<div id="cupload-6" class="m-l-10 m-b-5 wid30"></div> <div id="cupload-6" class="m-l-10 m-b-5 wid30"></div>
</td> </td>


Loading…
Cancel
Save