1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>订单ccnet重发记录表</title>
- #parse("sys/header.html")
- </head>
- <body>
- <div id="rrapp" v-cloak>
- <div v-show="showList == 0">
- <Row :gutter="16">
- <div class="search-group">
- <!-- <i-col span="4">-->
- <!-- <i-input v-model="q.orderSn" @on-enter="query" placeholder="订单编号"/>-->
- <!-- </i-col>-->
- <!-- <i-button @click="query">查询</i-button>-->
- <!-- <i-button @click="reloadSearch">重置</i-button>-->
- </div>
- </Row>
- <table id="jqGrid"></table>
- <div id="jqGridPager"></div>
- </div>
- </div>
- <script src="${rc.contextPath}/js/shop/orderresend.js?_${date.systemTime}"></script>
- </body>
- </html>
|