diff --git a/src/views/order/parkorder.vue b/src/views/order/parkorder.vue index 4401b09..ba8821f 100644 --- a/src/views/order/parkorder.vue +++ b/src/views/order/parkorder.vue @@ -7,7 +7,18 @@
- + + + + + + + + + + +
@@ -22,13 +33,29 @@
-
-
-
小车位
-
大车位
-
残疾人车位
-
{{scope.row[column.field]}}
+
+
小车位
+
大车位
+
残疾人车位
+
+ +
+
+ {{scope.row["visit_order"]?"参观预约":"活动预约"}} +
+
+ {{scope.row["visit_order"].type=="1"?"团队":"个人"}} +
+
+ {{scope.row["visit_order"].unit?scope.row["visit_order"].unit:"无"}} +
+
+ + +
+ {{scope.row[column.field]}} +
@@ -64,9 +91,9 @@
大车位 -
-
- 残疾人车位 +
+
+ 残疾人车位
@@ -109,6 +136,9 @@ }, { id: 2, value: "大车位" + }, { + id: 3, + value: "残疾人车位" }], carType: [{ id: 1, @@ -122,7 +152,9 @@ clientHeight: 0, //查询条件字段 searchFields: { - name: "" + keyword: "", + date: "", + type: "" }, tableData: [], paginations: { @@ -147,22 +179,38 @@ field: "plate", title: "车牌号", type: "string", - }, - { - field: "type", - title: "车位类型", - type: "type", + }, + { + field: "type", + title: "车位类型", + type: "type", }, { field: "mobile", title: "联系方式", type: "string", }, + { + field: "orderType", + title: "关联类型", + type: "format", + }, + { + field: "teamType", + title: "类型", + type: "format", + }, + { + field: "teamunit", + title: "团队名称", + type: "format", + }, { field: "操作", title: "操作", width: 220, type: "opt", + fixed: "right" } ] @@ -192,7 +240,8 @@ listparkorder({ page: this.paginations.page, page_size: this.paginations.page_size, - car_park_id: carId + car_park_id: carId, + ...this.searchFields }).then(res => { this.tableData = res.data; this.paginations.total = res.total @@ -200,9 +249,6 @@ }) - - - }, show(obj) { this.clientHeight = document.documentElement.clientHeight - 84 - 110; diff --git a/src/views/order/visitor.vue b/src/views/order/visitor.vue index 7a3616f..3a4eade 100644 --- a/src/views/order/visitor.vue +++ b/src/views/order/visitor.vue @@ -6,35 +6,29 @@
-
- - - - - - - +
+ + + + + + + + + + + + + + - - - - - + + + + +
@@ -44,28 +38,28 @@ + :label="column.title" :width="column.width" :fixed="column.fixed"> - - -
- -
- - - -
- {{form.date+" "+form.time}} -
-
- - - 团体 - - - 个人 - - - -
- {{form.mobile}} -
-
- -
- {{form.unit}} -
-
- -
- {{form.leader}} -
-
- -
- 身份证 -
-
- 护照 -
-
- -
- {{form.idcard}} -
-
- -
- {{form.total}} -
-
-
- 详细人员资料 - -
-
- - - - - - - - - - - - - - - - -
-
-
-
- -
+ +
+ + + +
+ {{form.date+" "+form.time}} +
+
+ + + 团体 + + + 个人 + + + +
+ {{form.mobile}} +
+
+ +
+ {{form.unit}} +
+
+ +
+ {{form.leader}} +
+
+ +
+ 身份证 +
+
+ 护照 +
+
+ +
+ {{form.idcard}} +
+
+ +
+ {{form.total}} +
+
+
+ 详细人员资料 + +
+
+ + + + + + + + + + + + + + + + +
+
+
+
+ +