|
|
@ -38,12 +38,13 @@ |
|
|
|
<div class="layui-upload" id="uploader-table"></div> |
|
|
|
<div class="layui-upload" id="uploader-table"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="layui-form dynamic-form" lay-filter="file-form" |
|
|
|
<div class="layui-form dynamic-form" lay-filter="file-form" |
|
|
|
style="border: 1px solid #eee; padding-top:15px; margin-bottom: 50px;" th:object="${@securityUtil.getLoginSysUser()}"> |
|
|
|
style="border: 1px solid #eee; padding-top:15px; margin-bottom: 50px;" |
|
|
|
|
|
|
|
th:object="${@securityUtil.getLoginSysUser()}"> |
|
|
|
<div class="layui-form-item" |
|
|
|
<div class="layui-form-item" |
|
|
|
th:each="field,iterStat : ${uploadFormConfig}" |
|
|
|
th:each="field,iterStat : ${uploadFormConfig}" |
|
|
|
th:if="${field.isShow}" |
|
|
|
th:if="${field.isShow}" |
|
|
|
th:style="${field.fieldType == 'textarea' ? 'width: calc(100% - 30px);' : ''}" |
|
|
|
th:style="${field.fieldType == 'textarea' ? 'width: calc(100% - 30px);' : ''}" |
|
|
|
th:with="username=*{userName}"> |
|
|
|
th:with="username=*{userName}"> |
|
|
|
<label th:if="${field.isRequired}" class="layui-form-label"> |
|
|
|
<label th:if="${field.isRequired}" class="layui-form-label"> |
|
|
|
<label style="color: red">*</label> |
|
|
|
<label style="color: red">*</label> |
|
|
|
<label th:text="${field.showTitle}">*</label> |
|
|
|
<label th:text="${field.showTitle}">*</label> |
|
|
@ -84,22 +85,24 @@ |
|
|
|
th:id="${'dict-'+field.fieldName}"></div> |
|
|
|
th:id="${'dict-'+field.fieldName}"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="layui-form-item" th:each="labelSet, iterState:${LabelConfigSet}" style="width: 100%"> |
|
|
|
<div class="layui-form-item" style="width: 100%" th:each="labelSet, iterState:${LabelConfigSet}"> |
|
|
|
<label class="layui-form-label" th:text="${labelSet.fieldTitle}">标签类型</label> |
|
|
|
<label class="layui-form-label" th:text="${labelSet.fieldTitle}">标签类型</label> |
|
|
|
<div class="layui-input-block label-set-component" |
|
|
|
<div class="layui-input-block"> |
|
|
|
th:data-id="${labelSet.id}" |
|
|
|
<div class="label-set-component" |
|
|
|
th:data-field-title="${labelSet.fieldTitle}" |
|
|
|
th:data-id="${labelSet.id}" |
|
|
|
th:data-label-id="${labelSet.labelId}" |
|
|
|
th:data-field-title="${labelSet.fieldTitle}" |
|
|
|
th:data-label-title="${labelSet.labelTitle}" |
|
|
|
th:data-label-id="${labelSet.labelId}" |
|
|
|
th:data-label-id-path="${labelSet.labelIdPath}" |
|
|
|
th:data-label-title="${labelSet.labelTitle}" |
|
|
|
th:data-label-title-path="${labelSet.labelTitlePath}" |
|
|
|
th:data-label-id-path="${labelSet.labelIdPath}" |
|
|
|
style="width:calc(100% - 120px);margin-left: 0"></div> |
|
|
|
th:data-label-title-path="${labelSet.labelTitlePath}" |
|
|
|
|
|
|
|
style="width:calc(100% - 120px);margin-left: 0"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="layui-form-item other-label-item"> |
|
|
|
<div class="layui-form-item other-label-item" style="width: 100%"> |
|
|
|
<label class="layui-form-label"><a class="label-type choose-data add-other" |
|
|
|
<label class="layui-form-label"><a class="label-type choose-data add-other" id="addOtherLabelBtn">添加</a>其他标签</label> |
|
|
|
id="addOtherLabelBtn">添加</a>其他标签</label> |
|
|
|
<div class="layui-input-block other-label-item"> |
|
|
|
<div class="layui-input-block label-set-component other-label" th:data-field-title="其他标签" |
|
|
|
<div class="label-set-component other-label" th:data-field-title="其他标签"></div> |
|
|
|
style="width:calc(100% - 120px);margin-left: 0"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="bottom-btns"> |
|
|
|
<div class="bottom-btns"> |
|
|
|