|
|
@@ -70,27 +70,28 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="line">项目信息补充</div>
|
|
|
- <div class="row cl">
|
|
|
- <label class="form-label col-xs-4 col-sm-2"><span>补充信息:</span></label>
|
|
|
- <div class="formControls col-xs-8 col-sm-9">
|
|
|
- <div th:utext="${data.supplement}">
|
|
|
+ <th:block th:if="${detailType!='0'}">
|
|
|
+
|
|
|
+ <div class="line">项目信息补充</div>
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2"><span>补充信息:</span></label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-9">
|
|
|
+ <div th:utext="${data.supplement}">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="row cl">
|
|
|
- <label class="form-label col-xs-4 col-sm-2"><span>补充附件:</span></label>
|
|
|
- <div class="formControls col-xs-8 col-sm-9">
|
|
|
- <div class="uploader-list">
|
|
|
- <th:block th:unless="${data.supplement_file==null || data.supplement_file.file_url== null}">
|
|
|
- <a style="color: #0c80fe;" th:href="${fileUrl} + ${data.supplement_file.file_url}"
|
|
|
- target="_blank">[[${data.supplement_file.file_name}]]</a>
|
|
|
- </th:block>
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-xs-4 col-sm-2"><span>补充附件:</span></label>
|
|
|
+ <div class="formControls col-xs-8 col-sm-9">
|
|
|
+ <div class="uploader-list">
|
|
|
+ <th:block th:unless="${data.supplement_file==null || data.supplement_file.file_url== null}">
|
|
|
+ <a style="color: #0c80fe;" th:href="${fileUrl} + ${data.supplement_file.file_url}"
|
|
|
+ target="_blank">[[${data.supplement_file.file_name}]]</a>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
- <th:block th:if="${detailType!='0'}">
|
|
|
|
|
|
<div class="line">咨询问题</div>
|
|
|
<div class="row cl">
|
|
|
@@ -161,21 +162,21 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
-<!-- <tr class="text-c">-->
|
|
|
-<!-- <td>商务局分管领导</td>-->
|
|
|
-<!-- <td th:text="${data.commerce_leader_pre_approve_operate}" class="viewComment"-->
|
|
|
-<!-- th:data="*{data.commerce_leader_pre_approve_operate}"></td>-->
|
|
|
-<!-- <td th:text="${data.commerce_leader_pre_approve_comment}" class="viewComment"-->
|
|
|
-<!-- th:data="*{data.commerce_leader_pre_approve_comment}"></td>-->
|
|
|
-<!-- <td>-->
|
|
|
-<!-- <th:block-->
|
|
|
-<!-- th:unless="${data.commerce_leader_pre_approve_file==null || data.commerce_leader_pre_approve_file.file_url== null}">-->
|
|
|
-<!-- <a style="color: #0c80fe;"-->
|
|
|
-<!-- th:href="${fileUrl} + ${data.commerce_leader_pre_approve_file.file_url}"-->
|
|
|
-<!-- target="_blank">[[${data.commerce_leader_pre_approve_file.file_name}]]</a>-->
|
|
|
-<!-- </th:block>-->
|
|
|
-<!-- </td>-->
|
|
|
-<!-- </tr>-->
|
|
|
+ <!-- <tr class="text-c">-->
|
|
|
+ <!-- <td>商务局分管领导</td>-->
|
|
|
+ <!-- <td th:text="${data.commerce_leader_pre_approve_operate}" class="viewComment"-->
|
|
|
+ <!-- th:data="*{data.commerce_leader_pre_approve_operate}"></td>-->
|
|
|
+ <!-- <td th:text="${data.commerce_leader_pre_approve_comment}" class="viewComment"-->
|
|
|
+ <!-- th:data="*{data.commerce_leader_pre_approve_comment}"></td>-->
|
|
|
+ <!-- <td>-->
|
|
|
+ <!-- <th:block-->
|
|
|
+ <!-- th:unless="${data.commerce_leader_pre_approve_file==null || data.commerce_leader_pre_approve_file.file_url== null}">-->
|
|
|
+ <!-- <a style="color: #0c80fe;"-->
|
|
|
+ <!-- th:href="${fileUrl} + ${data.commerce_leader_pre_approve_file.file_url}"-->
|
|
|
+ <!-- target="_blank">[[${data.commerce_leader_pre_approve_file.file_name}]]</a>-->
|
|
|
+ <!-- </th:block>-->
|
|
|
+ <!-- </td>-->
|
|
|
+ <!-- </tr>-->
|
|
|
<tr class="text-c">
|
|
|
<td>管委会分管领导</td>
|
|
|
<td th:text="${data.committee_leader_pre_approve_operate}" class="viewComment"
|