goodsgroupopen.html 774 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. #parse("sys/header.html")
  6. </head>
  7. <body>
  8. <div id="rrapp" v-cloak>
  9. <div v-show="showList">
  10. <Row :gutter="16">
  11. <div class="search-group">
  12. <i-button @click="query">查询</i-button>
  13. </div>
  14. <div class="buttons-group">
  15. #if($shiro.hasPermission("goodsgroup:update"))
  16. <i-button type="warning" @click="cancelGroup"><i class="fa fa-pencil-square-o"></i>&nbsp;取消团购</i-button>
  17. #end
  18. </div>
  19. </Row>
  20. <table id="jqGrid"></table>
  21. <div id="jqGridPager"></div>
  22. </div>
  23. </div>
  24. <script src="${rc.contextPath}/js/shop/goodsgroupopen.js?_${date.systemTime}"></script>
  25. </body>
  26. </html>