|
@@ -149,6 +149,16 @@
|
|
|
<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.leaderNameStr}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label">项目类型:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <form:select path="projectTypeId" class="form-control editable-select layui-input" id="projectTypeId" value="${projectRecordsAlter.projectTypeId}" readonly="true">
|
|
|
+ <%--<form:option value=""/>
|
|
|
+ <form:options items="${fns:getProjectType()}" itemLabel="label" itemValue="label" htmlEscape="false"/>--%>
|
|
|
+ <form:options items="${fns:getProjectType()}" itemLabel="typeName" itemValue="typeId" readonly="true"></form:options>
|
|
|
+ </form:select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">变更人:</label>
|
|
|
<div class="layui-input-block">
|
|
@@ -303,7 +313,46 @@
|
|
|
</script>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <%--建设方信息(start)--%>
|
|
|
+ <div class="form-group layui-row">
|
|
|
+ <div class="form-group-label"><h2>建设方信息</h2></div>
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
+ <table id="contentBuild" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="25%">建设方单位名称</th>
|
|
|
+ <th width="25%">联系人姓名</th>
|
|
|
+ <th width="25%">联系方式1</th>
|
|
|
+ <th width="25%">联系方式2</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="workBuildLinkmanList">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <script type="text/template" id="workBuildLinkmanTpl">//<!--
|
|
|
+ <tr id="workBuildLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workBuildLinkmanList{{idx}}_id" name="workBuildLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workBuildLinkmanList{{idx}}_delFlag" name="workBuildLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <%--建设方信息(end)--%>
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label"><h2>施工方信息</h2></div>
|
|
|
<div class="layui-item layui-col-xs12 form-table-container" >
|
|
@@ -321,32 +370,114 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<script type="text/template" id="workConstructionLinkmanTpl">//<!--
|
|
|
- <tr id="workConstructionLinkmanList{{idx}}">
|
|
|
- <td class="hide">
|
|
|
- <input id="workConstructionLinkmanList{{idx}}_id" name="workConstructionLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
- <input id="workConstructionLinkmanList{{idx}}_delFlag" name="workConstructionLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- {{row.clientId.name}}
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- {{row.name }}
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- {{row.linkPhone}}
|
|
|
- </td>
|
|
|
- <td>
|
|
|
- {{row.linkMobile}}
|
|
|
- </td>
|
|
|
- </tr>//-->
|
|
|
+ <tr id="workConstructionLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workConstructionLinkmanList{{idx}}_id" name="workConstructionLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workConstructionLinkmanList{{idx}}_delFlag" name="workConstructionLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
</script>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <%--监理方信息(start)--%>
|
|
|
+ <div class="form-group layui-row">
|
|
|
+ <div class="form-group-label"><h2>监理方信息</h2></div>
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
+ <table id="contentSuper" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="25%">监理方单位名称</th>
|
|
|
+ <th width="25%">联系人姓名</th>
|
|
|
+ <th width="25%">联系方式1</th>
|
|
|
+ <th width="25%">联系方式2</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="workSuperLinkmanList">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <script type="text/template" id="workSuperLinkmanTpl">//<!--
|
|
|
+ <tr id="workSuperLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workSuperLinkmanList{{idx}}_id" name="workSuperLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workSuperLinkmanList{{idx}}_delFlag" name="workSuperLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <%--监理方信息(end)--%>
|
|
|
+ <%--设计方信息(start)--%>
|
|
|
+ <div class="form-group layui-row">
|
|
|
+ <div class="form-group-label"><h2>设计方信息</h2></div>
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
+ <table id="contentDesign" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="25%">设计方单位名称</th>
|
|
|
+ <th width="25%">联系人姓名</th>
|
|
|
+ <th width="25%">联系方式1</th>
|
|
|
+ <th width="25%">联系方式2</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="workDesignLinkmanList">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <script type="text/template" id="workDesignLinkmanTpl">//<!--
|
|
|
+ <tr id="workDesignLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workDesignLinkmanList{{idx}}_id" name="workDesignLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workDesignLinkmanList{{idx}}_delFlag" name="workDesignLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <%--设计方信息(end)--%>
|
|
|
|
|
|
<script>
|
|
|
var workClientLinkmanRowIdx = 0, workClientLinkmanTpl = $("#workClientLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
var workConstructionLinkmanRowIdx = 0, workConstructionLinkmanTpl = $("#workConstructionLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var workBuildLinkmanRowIdx = 0, workBuildLinkmanTpl = $("#workBuildLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var workSuperLinkmanRowIdx = 0, workSuperLinkmanTpl = $("#workSuperLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var workDesignLinkmanRowIdx = 0, workDesignLinkmanTpl = $("#workDesignLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
$(document).ready(function() {
|
|
|
var data = ${fns:toJson(projectRecordsAlter.workClientLinkmanList)};
|
|
|
for (var i=0; i<data.length; i++){
|
|
@@ -358,6 +489,25 @@
|
|
|
addRow('#workConstructionLinkmanList', workConstructionLinkmanRowIdx, workConstructionLinkmanTpl, dataBank[i]);
|
|
|
workConstructionLinkmanRowIdx = workConstructionLinkmanRowIdx + 1;
|
|
|
}
|
|
|
+
|
|
|
+ /*建设*/
|
|
|
+ var dataBuild = ${fns:toJson(projectRecordsAlter.workBuildLinkmanList)};
|
|
|
+ for (var i=0; i<dataBuild.length; i++){
|
|
|
+ addRow('#workBuildLinkmanList', workBuildLinkmanRowIdx, workBuildLinkmanTpl, dataBuild[i]);
|
|
|
+ workBuildLinkmanRowIdx = workBuildLinkmanRowIdx + 1;
|
|
|
+ }
|
|
|
+ /*监理*/
|
|
|
+ var dataSuper = ${fns:toJson(projectRecordsAlter.workSuperLinkmanList)};
|
|
|
+ for (var i=0; i<dataSuper.length; i++){
|
|
|
+ addRow('#workSuperLinkmanList', workSuperLinkmanRowIdx, workSuperLinkmanTpl, dataSuper[i]);
|
|
|
+ workSuperLinkmanRowIdx = workSuperLinkmanRowIdx + 1;
|
|
|
+ }
|
|
|
+ /*设计*/
|
|
|
+ var dataDesign = ${fns:toJson(projectRecordsAlter.workDesignLinkmanList)};
|
|
|
+ for (var i=0; i<dataDesign.length; i++){
|
|
|
+ addRow('#workDesignLinkmanList', workDesignLinkmanRowIdx, workDesignLinkmanTpl, dataDesign[i]);
|
|
|
+ workDesignLinkmanRowIdx = workDesignLinkmanRowIdx + 1;
|
|
|
+ }
|
|
|
});
|
|
|
|
|
|
</script>
|
|
@@ -493,29 +643,24 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">规模类型:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.alterBeforeRecords.scaleType}"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">规模单位:</label>
|
|
|
+ <label class="layui-form-label">项目所在地:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.alterBeforeRecords.scaleUnit}"/>
|
|
|
+ <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.alterBeforeRecords.area.name}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">规模数量:</label>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label">所在省份:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.alterBeforeRecords.scaleQuantity}"/>
|
|
|
+ <form:input path="province" htmlEscape="false" id="province" class="form-control layui-input" readonly="true"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目所在地:</label>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label">所在地级市:</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.alterBeforeRecords.area.name}"/>
|
|
|
+ <form:input path="city" htmlEscape="false" id="city" class="form-control layui-input" readonly="true"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">建设地点:</label>
|
|
|
<div class="layui-input-block">
|
|
@@ -528,6 +673,16 @@
|
|
|
<input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecordsAlter.alterBeforeRecords.leaderNameStr}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label">项目类型:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <form:select path="projectTypeId" class="form-control editable-select layui-input" id="projectTypeId" value="${projectRecordsAlter.alterBeforeRecords.projectTypeId}" readonly="true">
|
|
|
+ <%--<form:option value=""/>
|
|
|
+ <form:options items="${fns:getProjectType()}" itemLabel="label" itemValue="label" htmlEscape="false"/>--%>
|
|
|
+ <form:options items="${fns:getProjectType()}" itemLabel="typeName" itemValue="typeId" readonly="true"></form:options>
|
|
|
+ </form:select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
|
<label class="layui-form-label">创建人:</label>
|
|
|
<div class="layui-input-block">
|
|
@@ -567,10 +722,10 @@
|
|
|
<th width="25%">联系方式2</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody id="oldworkClientLinkmanList1">
|
|
|
+ <tbody id="oldWorkClientLinkmanList">
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <script type="text/template" id="workClientLinkmanTpl1">//<!--
|
|
|
+ <script type="text/template" id="oldWorkClientLinkmanTpl">//<!--
|
|
|
<tr id="workClientLinkmanList{{idx}}">
|
|
|
<td class="hide">
|
|
|
<input id="workClientLinkmanList{{idx}}_id" name="workClientLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
@@ -593,7 +748,46 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
+ <%--建设方信息(start)--%>
|
|
|
+ <div class="form-group layui-row">
|
|
|
+ <div class="form-group-label"><h2>建设方信息</h2></div>
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
+ <table id="oldContentBuild" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="25%">建设方单位名称</th>
|
|
|
+ <th width="25%">联系人姓名</th>
|
|
|
+ <th width="25%">联系方式1</th>
|
|
|
+ <th width="25%">联系方式2</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="oldWorkBuildLinkmanList">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <script type="text/template" id="oldWorkBuildLinkmanTpl">//<!--
|
|
|
+ <tr id="workBuildLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workBuildLinkmanList{{idx}}_id" name="workBuildLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workBuildLinkmanList{{idx}}_delFlag" name="workBuildLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <%--建设方信息(end)--%>
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label"><h2>施工方信息</h2></div>
|
|
|
<div class="layui-item layui-col-xs12 form-table-container" >
|
|
@@ -607,10 +801,10 @@
|
|
|
<th width="25%">联系方式2</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody id="oldworkConstructionLinkmanList1">
|
|
|
+ <tbody id="oldWorkConstructionLinkmanList">
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <script type="text/template" id="workConstructionLinkmanTpl1">//<!--
|
|
|
+ <script type="text/template" id="oldWorkConstructionLinkmanTpl">//<!--
|
|
|
<tr id="workConstructionLinkmanList{{idx}}">
|
|
|
<td class="hide">
|
|
|
<input id="workConstructionLinkmanList{{idx}}_id" name="workConstructionLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
@@ -632,20 +826,121 @@
|
|
|
</script>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <%--监理方信息(start)--%>
|
|
|
+ <div class="form-group layui-row">
|
|
|
+ <div class="form-group-label"><h2>监理方信息</h2></div>
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
+ <table id="oldContentSuper" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="25%">监理方单位名称</th>
|
|
|
+ <th width="25%">联系人姓名</th>
|
|
|
+ <th width="25%">联系方式1</th>
|
|
|
+ <th width="25%">联系方式2</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="oldWorkSuperLinkmanList">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <script type="text/template" id="oldWorkSuperLinkmanTpl">//<!--
|
|
|
+ <tr id="workSuperLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workSuperLinkmanList{{idx}}_id" name="workSuperLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workSuperLinkmanList{{idx}}_delFlag" name="workSuperLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <%--监理方信息(end)--%>
|
|
|
+ <%--设计方信息(start)--%>
|
|
|
+ <div class="form-group layui-row">
|
|
|
+ <div class="form-group-label"><h2>设计方信息</h2></div>
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
+ <table id="oldContentDesign" class="table table-bordered table-condensed no-bottom-margin details">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th class="hide"></th>
|
|
|
+ <th width="25%">设计方单位名称</th>
|
|
|
+ <th width="25%">联系人姓名</th>
|
|
|
+ <th width="25%">联系方式1</th>
|
|
|
+ <th width="25%">联系方式2</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="oldWorkDesignLinkmanList">
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <script type="text/template" id="oldWorkDesignLinkmanTpl">//<!--
|
|
|
+ <tr id="workDesignLinkmanList{{idx}}">
|
|
|
+ <td class="hide">
|
|
|
+ <input id="workDesignLinkmanList{{idx}}_id" name="workDesignLinkmanList[{{idx}}].id" type="hidden" value="{{row.id}}"/>
|
|
|
+ <input id="workDesignLinkmanList{{idx}}_delFlag" name="workDesignLinkmanList[{{idx}}].delFlag" type="hidden" value="0"/>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.clientId.name}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.name }}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkPhone}}
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ {{row.linkMobile}}
|
|
|
+ </td>
|
|
|
+ </tr>//-->
|
|
|
+ </script>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <%--设计方信息(end)--%>
|
|
|
<script>
|
|
|
- var workClientLinkmanRow1Idx = 0, workClientLinkmanTpl1 = $("#workClientLinkmanTpl1").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
- var workConstructionLinkmanRow1Idx = 0, workConstructionLinkmanTpl1 = $("#workConstructionLinkmanTpl1").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var oldWorkClientLinkmanRowIdx = 0, oldWorkClientLinkmanTpl = $("#oldWorkClientLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var oldWorkConstructionLinkmanRowIdx = 0, oldWorkConstructionLinkmanTpl = $("#oldWorkConstructionLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var oldWorkBuildLinkmanRowIdx = 0, oldWorkBuildLinkmanTpl = $("#oldWorkBuildLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var oldWorkSuperLinkmanRowIdx = 0, oldWorkSuperLinkmanTpl = $("#oldWorkSuperLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
+ var oldWorkDesignLinkmanRowIdx = 0, oldWorkDesignLinkmanTpl = $("#oldWorkDesignLinkmanTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
$(document).ready(function() {
|
|
|
var data = ${fns:toJson(projectRecordsAlter.alterBeforeRecords.workClientLinkmanList)};
|
|
|
for (var i=0; i<data.length; i++){
|
|
|
- addRow('#oldworkClientLinkmanList1', workClientLinkmanRow1Idx, workClientLinkmanTpl1, data[i]);
|
|
|
- workClientLinkmanRow1Idx = workClientLinkmanRow1Idx + 1;
|
|
|
+ addRow('#oldWorkClientLinkmanList', oldWorkClientLinkmanRowIdx, oldWorkClientLinkmanTpl, data[i]);
|
|
|
+ oldWorkClientLinkmanRowIdx = oldWorkClientLinkmanRowIdx + 1;
|
|
|
}
|
|
|
var dataBank = ${fns:toJson(projectRecordsAlter.alterBeforeRecords.workConstructionLinkmanList)};
|
|
|
for (var i=0; i<dataBank.length; i++){
|
|
|
- addRow('#oldworkConstructionLinkmanList1', workConstructionLinkmanRow1Idx, workConstructionLinkmanTpl1, dataBank[i]);
|
|
|
- workConstructionLinkmanRow1Idx = workConstructionLinkmanRow1Idx + 1;
|
|
|
+ addRow('#oldWorkConstructionLinkmanList', oldWorkConstructionLinkmanRowIdx, oldWorkConstructionLinkmanTpl, dataBank[i]);
|
|
|
+ oldWorkConstructionLinkmanRowIdx = oldWorkConstructionLinkmanRowIdx + 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ /*建设*/
|
|
|
+ var dataBuild = ${fns:toJson(projectRecordsAlter.alterBeforeRecords.workBuildLinkmanList)};
|
|
|
+ for (var i=0; i<dataBuild.length; i++){
|
|
|
+ addRow('#oldWorkBuildLinkmanList', oldWorkBuildLinkmanRowIdx, oldWorkBuildLinkmanTpl, dataBuild[i]);
|
|
|
+ oldWorkBuildLinkmanRowIdx = oldWorkBuildLinkmanRowIdx + 1;
|
|
|
+ }
|
|
|
+ /*监理*/
|
|
|
+ var dataSuper = ${fns:toJson(projectRecordsAlter.alterBeforeRecords.workSuperLinkmanList)};
|
|
|
+ for (var i=0; i<dataSuper.length; i++){
|
|
|
+ addRow('#oldWorkSuperLinkmanList', oldWorkSuperLinkmanRowIdx, oldWorkSuperLinkmanTpl, dataSuper[i]);
|
|
|
+ oldWorkSuperLinkmanRowIdx = oldWorkSuperLinkmanRowIdx + 1;
|
|
|
+ }
|
|
|
+ /*设计*/
|
|
|
+ var dataDesign = ${fns:toJson(projectRecordsAlter.alterBeforeRecords.workDesignLinkmanList)};
|
|
|
+ for (var i=0; i<dataDesign.length; i++){
|
|
|
+ addRow('#oldWorkDesignLinkmanList', oldWorkDesignLinkmanRowIdx, oldWorkDesignLinkmanTpl, dataDesign[i]);
|
|
|
+ oldWorkDesignLinkmanRowIdx = oldWorkDesignLinkmanRowIdx + 1;
|
|
|
}
|
|
|
});
|
|
|
|