91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Spring boot + thymeleaf 后端直接給onclick函數賦值的實現代碼

發布時間:2020-09-10 18:44:33 來源:腳本之家 閱讀:216 作者:十年面壁 欄目:編程語言

 這里是控制器里返回的 

  /** 
   * @param pageUtil   分頁工具類 
   * @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"; 
  } 

頁面

<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 == "認證成功") { 
         window.location.href = ("/admin/corp/list"); 
       } else { 
         alert("認證失敗"); 
       } 
     }, 
     error: function (data) { 
       alert("認證失敗"); 
     } 
   }); 
 } 

以上所述是小編給大家介紹的Spring boot + thymeleaf 后端直接給onclick函數賦值的實現代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

曲阳县| 青龙| 长治县| 张北县| 无棣县| 蒙阴县| 宁乡县| 长治县| 巴南区| 耒阳市| 岢岚县| 年辖:市辖区| 新密市| 乐东| 即墨市| 泊头市| 南召县| 洞口县| 临潭县| 镇沅| 沭阳县| 黄石市| 万山特区| 平谷区| 龙井市| 乌兰浩特市| 新乡县| 河西区| 甘肃省| 东兰县| 绥化市| 馆陶县| 茂名市| 乌拉特后旗| 偏关县| 龙川县| 湖口县| 红桥区| 安宁市| 青冈县| 阿克苏市|