|
@@ -322,23 +322,23 @@ export default {
|
322
|
322
|
key: 'parkName'
|
323
|
323
|
},
|
324
|
324
|
{
|
325
|
|
- label: '车牌号',
|
326
|
|
- key: 'plateNo'
|
|
325
|
+ label: '车牌号颜色',
|
|
326
|
+ key: 'plateColor'
|
327
|
327
|
},
|
328
|
328
|
{
|
329
|
|
- label: '入场时间',
|
330
|
|
- key: 'inTime'
|
|
329
|
+ label: '车牌号',
|
|
330
|
+ key: 'plateNo'
|
331
|
331
|
},
|
332
|
332
|
{
|
333
|
|
- label: '离场时间',
|
334
|
|
- key: 'outTime'
|
|
333
|
+ label: '进出类型',
|
|
334
|
+ key: 'ioTypeName'
|
335
|
335
|
},
|
336
|
336
|
{
|
337
|
|
- label: '车位号',
|
338
|
|
- key: 'parkingNo'
|
339
|
|
- },
|
|
337
|
+ label: '进出场时间',
|
|
338
|
+ key: 'ioDatetime'
|
|
339
|
+ }
|
340
|
340
|
],
|
341
|
|
- tableData1: [{parkLotId: 'sasa'}],
|
|
341
|
+ tableData1: [],
|
342
|
342
|
total1: 0,
|
343
|
343
|
pageSize1: 10,
|
344
|
344
|
pageNum1: 1,
|
|
@@ -715,9 +715,9 @@ export default {
|
715
|
715
|
getTableData1() {
|
716
|
716
|
this.loading1 = true
|
717
|
717
|
const {pageNum1, pageSize1} = this
|
718
|
|
- api_z.queryBusinessRecordInoutByPage({current: pageNum1, size: pageSize1, ...this.formInline1}).then(res => {
|
719
|
|
- this.tableData1 = res.data.records || []
|
720
|
|
- this.total1 = res.data.total
|
|
718
|
+ api_z.queryBusinessRecordInoutByPage('carno=&parkId=100105547,100105554,100105564,100105577,100105585,100106097,100106280,31290002®ionId=&inTime=2024-04-03 00:00:00&outTime=2024-04-03 23:59:59&ioFlag=&parkingSpaceNo=&plateColor=&pageSize=15&curPage=1&sortName=&sortOrder=').then(res => {
|
|
719
|
+ this.tableData1 = res.data.data || []
|
|
720
|
+ this.total1 = res.data.totalRows
|
721
|
721
|
this.loading1 = false
|
722
|
722
|
})
|
723
|
723
|
},
|