Commit c5a5bf75 authored by yaobaizheng's avatar yaobaizheng

开发区产业园提交时间倒叙

parent b55c46d4
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body class="white-bg"> <body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content"> <div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-info-edit" th:object="${parkInfoAllVO.parkInfo}"> <form class="form-horizontal m" id="form-info-edit" th:object="${parkInfoAllVO.parkInfo}">
<input name="id" th:field="*{id}" type="hidden"> <input id="id" name="id" th:field="*{id}" type="hidden">
<input id="status" th:field="*{status}" type="hidden"> <input id="status" th:field="*{status}" type="hidden">
<input id="mirrorId" th:field="*{mirrorId}" type="hidden"> <input id="mirrorId" th:field="*{mirrorId}" type="hidden">
<div class="form-group"> <div class="form-group">
......
...@@ -433,6 +433,9 @@ ...@@ -433,6 +433,9 @@
}); });
function clickValid(id, status, mirrorId) { function clickValid(id, status, mirrorId) {
url = "/parkInfo/info/changeParkStatus"; url = "/parkInfo/info/changeParkStatus";
// 1=-未认证;2-认证中;3-已认证;4-已拒绝 // 1=-未认证;2-认证中;3-已认证;4-已拒绝
$.post(url, {id: id, status: status, mirrorId: mirrorId}, function (result) { $.post(url, {id: id, status: status, mirrorId: mirrorId}, function (result) {
......
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