楼盘表修改
Showing
6 changed files
with
15 additions
and
13 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-06-16 16:06:39 | 4 | * @LastEditTime: 2023-07-11 09:51:07 |
5 | */ | 5 | */ |
6 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
7 | let SERVER = window.config | 7 | let SERVER = window.config |
... | @@ -16,7 +16,7 @@ const url = SERVER.SERVERAPI + "/rest/zhcx/lpcx/"; | ... | @@ -16,7 +16,7 @@ const url = SERVER.SERVERAPI + "/rest/zhcx/lpcx/"; |
16 | */ | 16 | */ |
17 | export function getLpZrz(data) { | 17 | export function getLpZrz(data) { |
18 | return request({ | 18 | return request({ |
19 | url: "service-lpb-zq/rest/zhcx/lpcx/getLpZrz", | 19 | url: "service-lpb/rest/zhcx/lpcx/getLpZrz", |
20 | method: "post", | 20 | method: "post", |
21 | data: data, | 21 | data: data, |
22 | }); | 22 | }); |
... | @@ -29,7 +29,7 @@ export function getLpZrz(data) { | ... | @@ -29,7 +29,7 @@ export function getLpZrz(data) { |
29 | */ | 29 | */ |
30 | export function getLpb(zrzbsm) { | 30 | export function getLpb(zrzbsm) { |
31 | return request({ | 31 | return request({ |
32 | url: "service-lpb-zq/rest/zhcx/lpcx/getLpb?scyclx=0&zrzbsm=" + zrzbsm, | 32 | url: "service-lpb/rest/zhcx/lpcx/getLpb?scyclx=0&zrzbsm=" + zrzbsm, |
33 | method: "get", | 33 | method: "get", |
34 | }); | 34 | }); |
35 | } | 35 | } |
... | @@ -41,7 +41,7 @@ export function getLpb(zrzbsm) { | ... | @@ -41,7 +41,7 @@ export function getLpb(zrzbsm) { |
41 | export function getLpbFwytAndQlxz(zrzbsm) { | 41 | export function getLpbFwytAndQlxz(zrzbsm) { |
42 | return request({ | 42 | return request({ |
43 | url: | 43 | url: |
44 | "service-lpb-zq/rest/zhcx/lpcx/getLpbFwytAndQlxz?scyclx=0&zrzbsm=" + | 44 | "service-lpb/rest/zhcx/lpcx/getLpbFwytAndQlxz?scyclx=0&zrzbsm=" + |
45 | zrzbsm, | 45 | zrzbsm, |
46 | method: "get", | 46 | method: "get", |
47 | }); | 47 | }); |
... | @@ -53,7 +53,7 @@ export function getLpbFwytAndQlxz(zrzbsm) { | ... | @@ -53,7 +53,7 @@ export function getLpbFwytAndQlxz(zrzbsm) { |
53 | */ | 53 | */ |
54 | export function getLpbQsxtj(zrzbsm) { | 54 | export function getLpbQsxtj(zrzbsm) { |
55 | return request({ | 55 | return request({ |
56 | url: "service-lpb-zq/rest/zhcx/lpcx/getLpbQsxtj?scyclx=0&zrzbsm=" + zrzbsm, | 56 | url: "service-lpb/rest/zhcx/lpcx/getLpbQsxtj?scyclx=0&zrzbsm=" + zrzbsm, |
57 | method: "get", | 57 | method: "get", |
58 | }); | 58 | }); |
59 | } | 59 | } |
... | @@ -67,7 +67,7 @@ export function getLpbQsxtj(zrzbsm) { | ... | @@ -67,7 +67,7 @@ export function getLpbQsxtj(zrzbsm) { |
67 | */ | 67 | */ |
68 | export function getLpbTj(zrzbsm) { | 68 | export function getLpbTj(zrzbsm) { |
69 | return request({ | 69 | return request({ |
70 | url: "service-lpb-zq/rest/zhcx/lpcx/getLpbTj?scyclx=0&zrzbsm=" + zrzbsm, | 70 | url: "service-lpb/rest/zhcx/lpcx/getLpbTj?scyclx=0&zrzbsm=" + zrzbsm, |
71 | method: "get", | 71 | method: "get", |
72 | }); | 72 | }); |
73 | } | 73 | } | ... | ... |
... | @@ -377,8 +377,8 @@ aside { | ... | @@ -377,8 +377,8 @@ aside { |
377 | 377 | ||
378 | //楼盘表的幢/幢单元名称 | 378 | //楼盘表的幢/幢单元名称 |
379 | .lpb-xmmc { | 379 | .lpb-xmmc { |
380 | height: 60px; | 380 | height: 34px; |
381 | line-height: 60px; | 381 | line-height: 34px; |
382 | background-color: #ffffff; | 382 | background-color: #ffffff; |
383 | border: 1px solid #e6e6e6; | 383 | border: 1px solid #e6e6e6; |
384 | text-align: center; | 384 | text-align: center; | ... | ... |
... | @@ -456,6 +456,7 @@ table { | ... | @@ -456,6 +456,7 @@ table { |
456 | background-color: #f4f9ff; | 456 | background-color: #f4f9ff; |
457 | .tab-content { | 457 | .tab-content { |
458 | border: 1px solid #dedede; | 458 | border: 1px solid #dedede; |
459 | border-left: 0; | ||
459 | background-color: #ffffff; | 460 | background-color: #ffffff; |
460 | display: flex; | 461 | display: flex; |
461 | &::-webkit-scrollbar { | 462 | &::-webkit-scrollbar { | ... | ... |
... | @@ -159,7 +159,7 @@ export default { | ... | @@ -159,7 +159,7 @@ export default { |
159 | overflow: hidden; | 159 | overflow: hidden; |
160 | .lpbContent { | 160 | .lpbContent { |
161 | width: 100%; | 161 | width: 100%; |
162 | height: calc(100% - 62px); | 162 | height: calc(100% - 36px); |
163 | position: relative; | 163 | position: relative; |
164 | overflow: scroll; | 164 | overflow: scroll; |
165 | -webkit-user-select: none; | 165 | -webkit-user-select: none; | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | * @Author: yangwei | 2 | * @Author: yangwei |
3 | * @Date: 2023-02-28 17:25:45 | 3 | * @Date: 2023-02-28 17:25:45 |
4 | * @LastEditors: yangwei | 4 | * @LastEditors: yangwei |
5 | * @LastEditTime: 2023-03-02 17:34:24 | 5 | * @LastEditTime: 2023-07-11 10:05:55 |
6 | * @FilePath: \bdcdj-web\src\views\lpb\lpbContent\ljzs.vue | 6 | * @FilePath: \bdcdj-web\src\views\lpb\lpbContent\ljzs.vue |
7 | * @Description: | 7 | * @Description: |
8 | * | 8 | * |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | --> | 10 | --> |
11 | <template> | 11 | <template> |
12 | <div class="ljzs-wrap"> | 12 | <div class="ljzs-wrap"> |
13 | <div v-for="ljzarr in ljzsCptd" :style="{'margin-bottom': ljzarr.length == 1 ? '34px':'80px'}" :key="ljzarr[0].bsm"> | 13 | <div v-for="ljzarr in ljzsCptd" :style="{'margin-bottom': ljzarr.length == 1 ? '44px':'80px'}" :key="ljzarr[0].bsm"> |
14 | <!-- 多个同起始层逻辑幢 横向排列 --> | 14 | <!-- 多个同起始层逻辑幢 横向排列 --> |
15 | <div class="ch-zdy-wrap" v-if="ljzarr.length > 1"> | 15 | <div class="ch-zdy-wrap" v-if="ljzarr.length > 1"> |
16 | <div v-for="ljz in ljzarr" :key="ljz.ljzmc" class="same-floor-ljz"> | 16 | <div v-for="ljz in ljzarr" :key="ljz.ljzmc" class="same-floor-ljz"> |
... | @@ -110,7 +110,8 @@ export default { | ... | @@ -110,7 +110,8 @@ export default { |
110 | } | 110 | } |
111 | .ljz-xmmc { | 111 | .ljz-xmmc { |
112 | position: absolute; | 112 | position: absolute; |
113 | width: calc(100% - 4px); | 113 | // width: calc(100% - 4px); |
114 | width: 100%; | ||
114 | bottom: -34px; | 115 | bottom: -34px; |
115 | } | 116 | } |
116 | } | 117 | } | ... | ... |
... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
80 | getLpZrz({ ...this.queryForm, ...this.pageData }).then((res) => { | 80 | getLpZrz({ ...this.queryForm, ...this.pageData }).then((res) => { |
81 | this.$endLoading(); | 81 | this.$endLoading(); |
82 | if (res.code === 200) { | 82 | if (res.code === 200) { |
83 | this.tableData.total = total ? total : 0; | 83 | this.tableData.total = res.result.total ? res.result.total : 0; |
84 | this.tableData.data = res.result.records; | 84 | this.tableData.data = res.result.records; |
85 | } | 85 | } |
86 | }); | 86 | }); | ... | ... |
-
Please register or sign in to post a comment