|
@ -10,6 +10,9 @@ |
|
|
<form class="form-horizontal m" id="form-edit" th:object="${formData}"> |
|
|
<form class="form-horizontal m" id="form-edit" th:object="${formData}"> |
|
|
<input name="id" th:field="*{id}" type="hidden"> |
|
|
<input name="id" th:field="*{id}" type="hidden"> |
|
|
<input name="taskId" th:field="*{taskId}" type="hidden"> |
|
|
<input name="taskId" th:field="*{taskId}" type="hidden"> |
|
|
|
|
|
<input name="taskName" th:field="*{taskName}" type="hidden"> |
|
|
|
|
|
<input name="instanceId" th:field="*{instanceId}" type="hidden"> |
|
|
|
|
|
<input name="instanceType" th:field="*{instanceType}" type="hidden"> |
|
|
<input type="hidden" name="p_COM_comment" /> |
|
|
<input type="hidden" name="p_COM_comment" /> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="col-sm-3 control-label">申请人:</label> |
|
|
<label class="col-sm-3 control-label">申请人:</label> |
|
@ -302,7 +305,7 @@ |
|
|
<script th:src="@{/ajax/libs/element-ui/element-ui.js}"></script> |
|
|
<script th:src="@{/ajax/libs/element-ui/element-ui.js}"></script> |
|
|
<script th:inline="javascript"> |
|
|
<script th:inline="javascript"> |
|
|
|
|
|
|
|
|
var prefix = ctx + "system/customer";; |
|
|
var prefix = ctx + "system/customer"; |
|
|
$("#form-edit").validate({ |
|
|
$("#form-edit").validate({ |
|
|
focusCleanup: true |
|
|
focusCleanup: true |
|
|
}); |
|
|
}); |
|
|