216 lines
9.7 KiB
HTML
216 lines
9.7 KiB
HTML
<!doctype html>
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<base th:href="${#request.getContextPath() + '/'}">
|
|
<meta charset="utf-8">
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<link rel="stylesheet" href="assets/fonts/font-awesome/css/font-awesome.css"/>
|
|
<link rel="stylesheet" href="assets/layuiadmin/layui/css/layui.css" media="all">
|
|
<link rel="stylesheet" href="assets/layuiadmin/style/admin.css" media="all">
|
|
</head>
|
|
<body>
|
|
<div class="layui-fluid layui-anim layui-anim-fadein">
|
|
<div class="layui-card">
|
|
<div class="layui-card-header">
|
|
<span class="layui-breadcrumb" lay-filter="breadcrumb" style="visibility: visible;">
|
|
<a class="close" href="javascript:void(0);">上级列表</a><span lay-separator="">/</span>
|
|
<a href="javascript:void(0);"><cite>新增内容</cite></a>
|
|
</span>
|
|
</div>
|
|
<div class="layui-card-body" style="padding: 15px;">
|
|
<form class="layui-form layui-form-pane" lay-filter="dataForm">
|
|
<div class="layui-form-item">
|
|
<label class="layui-form-label">标题</label>
|
|
<div class="layui-input-block">
|
|
<input type="text" id="title" name="title" class="layui-input" value="" placeholder="请输入标题" maxlength="255">
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item layui-form-text">
|
|
<label class="layui-form-label">正文</label>
|
|
<div class="layui-input-block">
|
|
<div id="content"></div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-form-item">
|
|
<label class="layui-form-label">内容类型</label>
|
|
<div class="layui-input-block layui-form" id="agreementportalportalTypeSelectTemplateBox" lay-filter="agreementportalportalTypeSelectTemplateBox"></div>
|
|
<script id="agreementportalportalTypeSelectTemplate" type="text/html">
|
|
<select id="agreementType" name="agreementType" lay-filter="agreementportalportalType">
|
|
<option value="">请选择内容类型</option>
|
|
{{# for(var i = 0, item; item = d[i++];) { }}
|
|
<option value="{{item.dataId}}">{{item.dataName}}</option>
|
|
{{# } }}
|
|
</select>
|
|
</script>
|
|
</div>
|
|
<!--<div class="layui-form-item" pane>
|
|
<label class="layui-form-label">是否启用</label>
|
|
<div class="layui-input-block">
|
|
<input type="hidden" name="isOpen" id="isOpen" value="">
|
|
<input type="checkbox" lay-filter="isOpenSwitch" name="isOpenSwitch" lay-skin="switch" lay-text="关闭|开启" checked>
|
|
</div>
|
|
</div>-->
|
|
<div class="layui-form-item layui-layout-admin">
|
|
<div class="layui-input-block">
|
|
<div class="layui-footer" style="left: 0;">
|
|
<button type="button" class="layui-btn" lay-submit lay-filter="saveForm">保存</button>
|
|
<button type="button" class="layui-btn" lay-submit lay-filter="submitForm">发布</button>
|
|
<button type="button" class="layui-btn layui-btn-primary close">返回上级</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="assets/js/vendor/wangEditor/wangEditor.min.js"></script>
|
|
<script src="assets/layuiadmin/layui/layui.js"></script>
|
|
<script>
|
|
layui.config({
|
|
base: 'assets/layuiadmin/' //静态资源所在路径
|
|
}).extend({
|
|
index: 'lib/index' //主入口模块
|
|
}).use(['index', 'form', 'laydate', 'laytpl'], function(){
|
|
var $ = layui.$;
|
|
var form = layui.form;
|
|
var laytpl = layui.laytpl;
|
|
var laydate = layui.laydate;
|
|
var wangEditor = window.wangEditor;
|
|
var wangEditorObj = {};
|
|
|
|
function initagreementportalportalTypeSelect() {
|
|
top.restAjax.get(top.restAjax.path('api/data/listallbyparentid/b6144a18-c5ea-4286-89fb-441172803d07', []), {}, null, function(code, data, args) {
|
|
console.log(data)
|
|
laytpl(document.getElementById('agreementportalportalTypeSelectTemplate').innerHTML).render(data, function(html) {
|
|
document.getElementById('agreementportalportalTypeSelectTemplateBox').innerHTML = html;
|
|
});
|
|
form.render('select', 'agreementportalportalTypeSelectTemplateBox');
|
|
}, function(code, data) {
|
|
top.dialog.msg(data.msg);
|
|
});
|
|
}
|
|
|
|
form.on('switch(isOpenSwitch)', function(data){
|
|
if(this.checked){
|
|
$('#isOpen').val("1")
|
|
}else{
|
|
$('#isOpen').val("0")
|
|
}
|
|
});
|
|
|
|
function closeBox() {
|
|
parent.layer.close(parent.layer.getFrameIndex(window.name));
|
|
}
|
|
|
|
// 初始化正文富文本
|
|
function initContentRichText() {
|
|
var editor = new wangEditor('#content');
|
|
editor.customConfig.zIndex = 0;
|
|
editor.customConfig.uploadImgMaxSize = 5 * 1024 * 1024;
|
|
editor.customConfig.uploadImgMaxLength = 1;
|
|
editor.customConfig.uploadFileName = 'image';
|
|
editor.customConfig.uploadImgServer = 'api/file/wangeditorimage';
|
|
editor.customConfig.uploadImgHooks = {
|
|
fail: function (xhr, editor, result) {
|
|
top.dialog.msg('系统错误,图片上传失败');
|
|
},
|
|
error: function (xhr, editor) {
|
|
top.dialog.msg('网络异常');
|
|
},
|
|
timeout: function (xhr, editor) {
|
|
top.dialog.msg('网络请求超时');
|
|
}
|
|
};
|
|
editor.create();
|
|
wangEditorObj['content'] = editor;
|
|
}
|
|
|
|
|
|
// 初始化内容
|
|
function initData() {
|
|
initContentRichText();
|
|
initagreementportalportalTypeSelect();
|
|
}
|
|
initData();
|
|
|
|
// 提交表单
|
|
form.on('submit(submitForm)', function(formData) {
|
|
formData.field.sendStatus = 'published';
|
|
formData.field['content'] = wangEditorObj['content'].txt.html();
|
|
// formData.field.isOpen = $('#isOpen').val();
|
|
console.log(formData.field)
|
|
top.dialog.confirm(top.dataMessage.commit, function(index) {
|
|
top.dialog.close(index);
|
|
var loadLayerIndex;
|
|
formData.field['content'] = wangEditorObj['content'].txt.html();
|
|
top.restAjax.post(top.restAjax.path('api/agreementportal/save', []), formData.field, null, function(code, data) {
|
|
var layerIndex = top.dialog.msg(top.dataMessage.commitSuccess, {
|
|
time: 0,
|
|
btn: [top.dataMessage.button.yes, top.dataMessage.button.no],
|
|
shade: 0.3,
|
|
yes: function(index) {
|
|
top.dialog.close(index);
|
|
window.location.reload();
|
|
},
|
|
btn2: function() {
|
|
closeBox();
|
|
}
|
|
});
|
|
}, function(code, data) {
|
|
top.dialog.msg(data.msg);
|
|
}, function() {
|
|
loadLayerIndex = top.dialog.msg(top.dataMessage.committing, {icon: 16, time: 0, shade: 0.3});
|
|
}, function() {
|
|
top.dialog.close(loadLayerIndex);
|
|
});
|
|
});
|
|
return false;
|
|
});
|
|
|
|
// 提交表单
|
|
form.on('submit(saveForm)', function(formData) {
|
|
formData.field['content'] = wangEditorObj['content'].txt.html();
|
|
formData.field.sendStatus = 'save';
|
|
// formData.field.isOpen = $('#isOpen').val();
|
|
console.log(formData.field)
|
|
top.dialog.confirm(top.dataMessage.commit, function(index) {
|
|
top.dialog.close(index);
|
|
var loadLayerIndex;
|
|
formData.field['content'] = wangEditorObj['content'].txt.html();
|
|
top.restAjax.post(top.restAjax.path('api/agreementportal/save', []), formData.field, null, function(code, data) {
|
|
var layerIndex = top.dialog.msg(top.dataMessage.commitSuccess, {
|
|
time: 0,
|
|
btn: [top.dataMessage.button.yes, top.dataMessage.button.no],
|
|
shade: 0.3,
|
|
yes: function(index) {
|
|
top.dialog.close(index);
|
|
window.location.reload();
|
|
},
|
|
btn2: function() {
|
|
closeBox();
|
|
}
|
|
});
|
|
}, function(code, data) {
|
|
top.dialog.msg(data.msg);
|
|
}, function() {
|
|
loadLayerIndex = top.dialog.msg(top.dataMessage.committing, {icon: 16, time: 0, shade: 0.3});
|
|
}, function() {
|
|
top.dialog.close(loadLayerIndex);
|
|
});
|
|
});
|
|
return false;
|
|
});
|
|
|
|
$('.close').on('click', function() {
|
|
closeBox();
|
|
});
|
|
|
|
// 校验
|
|
form.verify({
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |