exportexceptiondata.html 917 B

1234567891011121314151617181920212223242526272829
  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-col span="4">
  13. <i-select v-model="q.exportDataType" placeholder="导入数据类型">
  14. <i-option value="1">商品导入</i-option>
  15. <i-option value="2">普通商品导入</i-option>
  16. </i-select>
  17. </i-col>
  18. <i-button @click="query">查询</i-button>
  19. <i-button @click="reloadSearch">重置</i-button>
  20. </div>
  21. </Row>
  22. <table id="jqGrid"></table>
  23. <div id="jqGridPager"></div>
  24. </div>
  25. </div>
  26. <script src="${rc.contextPath}/js/shop/exportexceptiondata.js?_${date.systemTime}"></script>
  27. </body>
  28. </html>