|
|
@@ -70,20 +70,20 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody class="add_file_line" th:id="'tbody_upload_file'">
|
|
|
-<!-- <tr class="text-c">-->
|
|
|
-<!-- <td class="td_material">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <input class="uploadFileName btn btn-upload radius" name="uploadFileName"-->
|
|
|
-<!-- readonly="readonly"-->
|
|
|
-<!-- type="text" value="上传文件"-->
|
|
|
-<!-- th:onclick="'javascript:addFileByName(\'/land_supply/addApplyFile\',this);'"/>-->
|
|
|
-<!-- <input class="uploadFileId" type="hidden"-->
|
|
|
-<!-- th:name="'fileList[0].file_id'"/>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </td>-->
|
|
|
-<!-- <td class="icon_font"><i class='Hui-iconfont' onclick='removeLine(this)'> 删除</i>-->
|
|
|
-<!-- </td>-->
|
|
|
-<!-- </tr>-->
|
|
|
+ <!-- <tr class="text-c">-->
|
|
|
+ <!-- <td class="td_material">-->
|
|
|
+ <!-- <div>-->
|
|
|
+ <!-- <input class="uploadFileName btn btn-upload radius" name="uploadFileName"-->
|
|
|
+ <!-- readonly="readonly"-->
|
|
|
+ <!-- type="text" value="上传文件"-->
|
|
|
+ <!-- th:onclick="'javascript:addFileByName(\'/land_supply/addApplyFile\',this);'"/>-->
|
|
|
+ <!-- <input class="uploadFileId" type="hidden"-->
|
|
|
+ <!-- th:name="'fileList[0].file_id'"/>-->
|
|
|
+ <!-- </div>-->
|
|
|
+ <!-- </td>-->
|
|
|
+ <!-- <td class="icon_font"><i class='Hui-iconfont' onclick='removeLine(this)'> 删除</i>-->
|
|
|
+ <!-- </td>-->
|
|
|
+ <!-- </tr>-->
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
@@ -268,7 +268,8 @@
|
|
|
url: pagePath + "/land_supply/save",
|
|
|
dataType: "json",
|
|
|
data: {
|
|
|
- state: state
|
|
|
+ state: state,
|
|
|
+ content_text: editor.text()
|
|
|
},
|
|
|
success: function (result) {
|
|
|
if (result.success) {
|