1.serviceId改为自动获取,不能手动输入
2.修改时serviceId、动作、类型、表类型不可更改 3.增加单域、多域时关联表数量的限制
This commit is contained in:
@@ -74,6 +74,7 @@ function deleteService(id) {
|
||||
<form:option value="">请选择</form:option>
|
||||
<form:option value="1">单域</form:option>
|
||||
<form:option value="2">多域</form:option>
|
||||
<form:option value="3">特定服务</form:option>
|
||||
</form:select>
|
||||
</span>
|
||||
|
||||
@@ -121,6 +122,7 @@ function deleteService(id) {
|
||||
<td>
|
||||
<c:if test="${1 eq ssi.serviceType }">单域</c:if>
|
||||
<c:if test="${2 eq ssi.serviceType }">多域</c:if>
|
||||
<c:if test="${3 eq ssi.serviceType }">特定服务</c:if>
|
||||
</td>
|
||||
<td>${ssi.creator.loginId }</td>
|
||||
<td><fmt:formatDate value="${ssi.createTime }" pattern="yyyy-MM-dd HH:mm:ss"/></td>
|
||||
|
||||
Reference in New Issue
Block a user