Commit 97da57ff by Java-聂换换

结算管理

parent 9da0047a
...@@ -8,14 +8,7 @@ ...@@ -8,14 +8,7 @@
$(document).ready(function() { $(document).ready(function() {
$("#no").focus(); $("#no").focus();
$("#btnCancel232").click(function () { $("#btnCancel232").click(function () {
var msg = "您真的确定要删除吗?\n\n请确认!";
if (confirm(msg)==true){
$("#btnCancel232").attr("href","${ctx}/youka/user/list");
console.log($("#btnCancel232").attr("href"));
return true;
}else{
return false;
}
}); });
$("#inputForm").validate({ $("#inputForm").validate({
...@@ -121,7 +114,12 @@ ...@@ -121,7 +114,12 @@
<div class="form-actions"> <div class="form-actions">
<shiro:hasPermission name="sys:user:edit"><input id="btnSubmit" class="btn btn-primary" type="submit" value="保 存"/>&nbsp;</shiro:hasPermission> <shiro:hasPermission name="sys:user:edit"><input id="btnSubmit" class="btn btn-primary" type="submit" value="保 存"/>&nbsp;</shiro:hasPermission>
<input id="btnCancel" class="btn" type="button" value="返 回" onclick="history.go(-1)"/> <input id="btnCancel" class="btn" type="button" value="返 回" onclick="history.go(-1)"/>
<a id="btnCancel232" href="" > 测的是</a>
<%--<div>--%>
<%--<input name="iiii" value="78237832">--%>
<%--<a id="btnCancel232" href="" > 测的是</a>--%>
<%--</div>--%>
</div> </div>
</form:form> </form:form>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment