1.系统业务管理列表增加serviceId搜索条件
2.修复修改业务时serviceId会自动获取新值的问题(serviceId是不允许修改的)
This commit is contained in:
@@ -116,6 +116,9 @@
|
||||
|
||||
//自动获取serviceId
|
||||
function autoServiceId() {
|
||||
if ("${systemServiceInfo.id}") {
|
||||
return false;
|
||||
}
|
||||
var type = $("[name=tableType]").val();
|
||||
var action = $("#action").val();
|
||||
var serviceIdPre;
|
||||
@@ -315,7 +318,6 @@
|
||||
<div class="row">
|
||||
<div class="col-md-offset-3 col-md-9">
|
||||
<shiro:hasPermission name="system:service:edit"><input type="submit" class="btn btn-circle blue" value="保存"/></shiro:hasPermission>
|
||||
<%-- <shiro:hasPermission name="system:service:edit"><button type="submit" class="btn btn-circle blue">保存</button></shiro:hasPermission> --%>
|
||||
<button type="button" class="btn btn-circle grey-salsa btn-outline" onclick="history.go(-1)">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user