中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

眉山市| 凉山| 新邵县| 石柱| 大兴区| 余庆县| 晋宁县| 巴东县| 保德县| 区。| 德庆县| 石家庄市| 确山县| 嘉义市| 连州市| 石屏县| 涞水县| 集安市| 衡阳县| 石渠县| 綦江县| 新宁县| 东阿县| 利津县| 衡山县| 金寨县| 霍林郭勒市| 兴山县| 门源| 黔西县| 邵阳市| 吴江市| 灵寿县| 蒲城县| 建宁县| 沁源县| 宜都市| 澎湖县| 金寨县| 平安县| 柘荣县|