提交 c1ac4269 编写于 作者: doc_wei's avatar doc_wei

自定义属性删除【显示类型】

上级 fbcfd5eb
......@@ -73,7 +73,6 @@ layui.config({
// 如果不是入参属性,则不能设置特定的一些值
if (!json.bean.whetherInputParams) {
$('.inputParams').hide();
skyeyeClassEnumUtil.showEnumDataListByClassName("dsFormShowType", 'select', "showType", json.bean.showType, form);
} else {
$('.propertyParams').hide();
}
......@@ -91,7 +90,6 @@ layui.config({
minLength: $("#minLength").val(),
maxLength: $("#maxLength").val(),
remark: $("#remark").val(),
showType: isNull($("#showType").val()) ? "" : $("#showType").val(),
dataType: '',
id: id
};
......
......@@ -63,16 +63,6 @@
</div>
</div>
</div>
<div class="propertyParams">
<div class="layui-form-item layui-col-xs6">
<label class="layui-form-label">显示类型</label>
<div class="layui-input-block">
<select lay-filter="showType" lay-search="" id="showType">
</select>
</div>
</div>
</div>
<div class="layui-form-item layui-col-xs12">
<label class="layui-form-label">备注</label>
<div class="layui-input-block">
......
......@@ -108,6 +108,7 @@ var serviceMap = [
{"id": "sysMainMation.erpBasePath", "name": "ERP+生产服务"},
{"id": "sysMainMation.checkworkBasePath", "name": "考勤服务"},
{"id": "sysMainMation.bossBasePath", "name": "招聘服务"},
{"id": "sysMainMation.admBasePath", "name": "行政服务"},
]
function getRequestHeaders() {
......
......@@ -629,8 +629,6 @@ var dsFormUtil = {
if (!isNull(attr) && !isNull(attr.attrDefinitionCustom)) {
if (!isNull(attr.attrDefinitionCustom.dsFormComponent)) {
return attr.attrDefinitionCustom.dsFormComponent.showType;
} else {
return attr.attrDefinitionCustom.showType;
}
}
return null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册