這里是控制器里返回的
創(chuàng)新互聯(lián)公司是一家以重慶網(wǎng)站建設(shè)公司、網(wǎng)頁(yè)設(shè)計(jì)、品牌設(shè)計(jì)、軟件運(yùn)維、成都網(wǎng)站推廣、小程序App開(kāi)發(fā)等移動(dòng)開(kāi)發(fā)為一體互聯(lián)網(wǎng)公司。已累計(jì)為工商代辦等眾行業(yè)中小客戶提供優(yōu)質(zhì)的互聯(lián)網(wǎng)建站和軟件開(kāi)發(fā)服務(wù)。
/** * @param pageUtil 分頁(yè)工具類 * @param cliCorpQuery 查詢類 * @param model model * @return String */ @RequestMapping(value = {"/list"}, method = RequestMethod.GET) public String list(PageUtil<CliCorp> pageUtil, CliCorpQuery cliCorpQuery, Model model) { PageUtil<CliCorp> corps; try { corps = corpClientService.queryByPage(pageUtil, cliCorpQuery); } catch (Exception e) { logger.error("queryByPage error:" + e.getMessage()); return "queryByPage error"; } model.addAttribute("corps", corps); return VIEW_PATH + "list"; }
頁(yè)面
<tr th:each="corp:${corps.contents}"> <td><span th:text="${corp.name}"></span></td> <td><span th:text="${corp.creditCode}"></span></td> <td><span th:text="${corp.taxNo}"></span></td> <td><span th:text="${corp.showName}"></span></td> <td><span th:text="${corp.bank}"></span></td> <td><span th:text="${corp.bankAccount}"></span></td> <td><span th:text="${corp.agent}"></span></td> <td><span th:text="${corp.address}"></span></td> <td><span th:text="${corp.status}"></span></td> <td><span th:text="${corp.creator}"></span></td> <td> <button type="button" th:onclick="'javascript:check('+${corp.id}+',2)'">審核 </button> <button type="button" th:onclick="'javascript:check('+${corp.id}+',3)'">拒絕 </button> </td> </tr>
JS
function check(id, status) { $.ajax({ type: "POST", data: {id: id, status: status}, url: "/admin/corp/check", success: function (data) { if (data == "認(rèn)證成功") { window.location.href = ("/admin/corp/list"); } else { alert("認(rèn)證失敗"); } }, error: function (data) { alert("認(rèn)證失敗"); } }); }
以上所述是小編給大家介紹的Spring boot + thymeleaf 后端直接給onclick函數(shù)賦值的實(shí)現(xiàn)代碼,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)創(chuàng)新互聯(lián)網(wǎng)站的支持!
當(dāng)前文章:Springboot+thymeleaf后端直接給onclick函數(shù)賦值的實(shí)現(xiàn)代碼
文章起源:http://jinyejixie.com/article0/ggeiio.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護(hù)、App開(kāi)發(fā)、網(wǎng)站導(dǎo)航、關(guān)鍵詞優(yōu)化、響應(yīng)式網(wǎng)站、網(wǎng)站改版
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
網(wǎng)頁(yè)設(shè)計(jì)公司知識(shí)