diff --git a/src/views/agent/checkOrderList.vue b/src/views/agent/checkOrderList.vue index eab86b1..c77294d 100644 --- a/src/views/agent/checkOrderList.vue +++ b/src/views/agent/checkOrderList.vue @@ -5,16 +5,37 @@ 查重订单 +
+ +
+

时间范围

+ + + + + + + + +
+
+
+
-
- - - +
+
+

查重列表

+ +
+ +
+ + - + @page-change="handlePageChange"> -->
{ that.orderList = response.data.list - this.orderListTotal = response.data.total + this.searchStatusList = response.data.search_check_status + + this.orderListTotalRecords = response.data.total_records this.orderListNextMinId = response.data.minid this.orderListPrevMaxId = response.data.maxid + + this.isHasNextPage = response.data.is_has_next_page + console.log(this.isHasNextPage, 'isHasNextPage') }) }).catch(error => { console.error(error, 'error') @@ -235,8 +274,8 @@ export default { console.log(this.searchUid) this.getOrderList() }, - changeSearchSaleid() { - console.log(this.searchSaleid) + changeSearchTid() { + console.log(this.searchTid) this.getOrderList() }, // 弹框相关方法---start @@ -295,6 +334,15 @@ export default { // 从API响应中获取新的orderListPrevMaxId this.orderListPrevMaxId = params.maxid; } + + if (params.isLast) { + this.orderListEndPage = params.isLast; + } + + if (params.isJump) { + this.orderListJumpToPage = params.page; + } + this.getOrderList() } }, @@ -325,15 +373,6 @@ export default { background: #fff; } -.searchId { - margin-right: 24px; - width: 200px; -} - -.searchSite { - width: 300px; -} - ::v-deep .custom-popover { position: fixed !important; // max-height: 290px; @@ -348,6 +387,23 @@ export default { height: 16px; z-index: 1; } +.mb-10 { + margin-bottom: 10px; +} + +.mr-12 { + margin-right: 12px; +} +.mr-24 { + margin-right: 24px; +} +.mr-32 { + margin-right: 32px; +} +.my-32 { + margin-bottom: 32px; + margin-top: 32px; +} a { text-decoration: none; @@ -443,5 +499,19 @@ a:hover { color: #6258FF; } +.checktitle { + /* body/body 2_bold */ + font-family: Microsoft YaHei UI; + font-size: 14px; + font-weight: bold; + line-height: normal; + letter-spacing: 0.08em; + /* text/text_1 */ + color: #1E2226; +} +.el-form-item { + margin-bottom: 0px +} + \ No newline at end of file