1
0

orderresend.html 777 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>订单ccnet重发记录表</title>
  5. #parse("sys/header.html")
  6. </head>
  7. <body>
  8. <div id="rrapp" v-cloak>
  9. <div v-show="showList == 0">
  10. <Row :gutter="16">
  11. <div class="search-group">
  12. <!-- <i-col span="4">-->
  13. <!-- <i-input v-model="q.orderSn" @on-enter="query" placeholder="订单编号"/>-->
  14. <!-- </i-col>-->
  15. <!-- <i-button @click="query">查询</i-button>-->
  16. <!-- <i-button @click="reloadSearch">重置</i-button>-->
  17. </div>
  18. </Row>
  19. <table id="jqGrid"></table>
  20. <div id="jqGridPager"></div>
  21. </div>
  22. </div>
  23. <script src="${rc.contextPath}/js/shop/orderresend.js?_${date.systemTime}"></script>
  24. </body>
  25. </html>