style:国有建设用地使用权分割模块功能完善
Showing
5 changed files
with
13 additions
and
10 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-13 15:02:59 | 4 | * @LastEditTime: 2023-10-31 10:21:32 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
53 | <script> | 53 | <script> |
54 | import PhotoZoom from '@/components/PhotoZoom' | 54 | import PhotoZoom from '@/components/PhotoZoom' |
55 | import { getAltimeterInfo, getUuid } from '@/utils/operation.js' | 55 | import { getAltimeterInfo, getUuid } from '@/utils/operation.js' |
56 | import { uploadBatch, deleteClmx, move } from "@/api/clxx.js"; | 56 | import { uploadBatch, deleteClmx, move, uploadSjClmx } from "@/api/clxx.js"; |
57 | import publicPicture from '@/components/publicPicture/index.vue' | 57 | import publicPicture from '@/components/publicPicture/index.vue' |
58 | export default { | 58 | export default { |
59 | name: 'PreviewImage', | 59 | name: 'PreviewImage', |
... | @@ -194,9 +194,12 @@ | ... | @@ -194,9 +194,12 @@ |
194 | formData.append('file', file) | 194 | formData.append('file', file) |
195 | formData.append("bsmSj", this.previewImg.bsmSj); | 195 | formData.append("bsmSj", this.previewImg.bsmSj); |
196 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); | 196 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); |
197 | if (this.previewImg.imgList.length > 0) { | ||
198 | formData.append("ssBsmClmx", this.previewImg.imgList[this.previewImg.index].bsmClmx); | ||
199 | } | ||
197 | uploadSjClmx(formData).then((res) => { | 200 | uploadSjClmx(formData).then((res) => { |
198 | if (res.code == 200) { | 201 | if (res.code == 200) { |
199 | this.$emit('updateList', res.result) | 202 | this.$emit('updateList', { children: res.result, bsmSj: this.previewImg.bsmSj }) |
200 | this.$message({ | 203 | this.$message({ |
201 | message: '上传成功!', | 204 | message: '上传成功!', |
202 | type: 'success' | 205 | type: 'success' | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-12 10:00:08 | 4 | * @LastEditTime: 2023-10-31 09:54:53 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
53 | <script> | 53 | <script> |
54 | import PhotoZoom from '@/components/PhotoZoom' | 54 | import PhotoZoom from '@/components/PhotoZoom' |
55 | import { getAltimeterInfo, getUuid } from '@/utils/operation.js' | 55 | import { getAltimeterInfo, getUuid } from '@/utils/operation.js' |
56 | import { uploadBatch, deleteClmx, move } from "@/api/clxx.js"; | 56 | import { uploadBatch, deleteClmx, move, uploadSjClmx } from "@/api/clxx.js"; |
57 | import publicPicture from '@/components/publicPicture/index.vue' | 57 | import publicPicture from '@/components/publicPicture/index.vue' |
58 | export default { | 58 | export default { |
59 | name: 'PreviewImage', | 59 | name: 'PreviewImage', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-12 09:55:54 | 4 | * @LastEditTime: 2023-10-31 09:55:03 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
53 | <script> | 53 | <script> |
54 | import PhotoZoom from '@/components/PhotoZoom' | 54 | import PhotoZoom from '@/components/PhotoZoom' |
55 | import { getAltimeterInfo, getUuid } from '@/utils/operation.js' | 55 | import { getAltimeterInfo, getUuid } from '@/utils/operation.js' |
56 | import { uploadBatch, deleteFile, move } from "@/api/company.js" | 56 | import { uploadBatch, deleteFile, move, uploadSjClmx } from "@/api/company.js" |
57 | import publicPicture from '@/components/publicPicture/index.vue' | 57 | import publicPicture from '@/components/publicPicture/index.vue' |
58 | export default { | 58 | export default { |
59 | name: 'PreviewImage', | 59 | name: 'PreviewImage', | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-26 15:07:21 | 4 | * @LastEditTime: 2023-10-31 10:33:11 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -282,6 +282,7 @@ | ... | @@ -282,6 +282,7 @@ |
282 | handleRowClick (row) { | 282 | handleRowClick (row) { |
283 | this.queryForm.bhqkbsm = row.bhqkbsm | 283 | this.queryForm.bhqkbsm = row.bhqkbsm |
284 | this.radioVal = row.bdcdyh | 284 | this.radioVal = row.bdcdyh |
285 | row.bglx = '1' | ||
285 | selectZdjbxxSplitMergeLast({ ...this.queryForm }).then((res) => { | 286 | selectZdjbxxSplitMergeLast({ ...this.queryForm }).then((res) => { |
286 | this.$endLoading(); | 287 | this.$endLoading(); |
287 | if (res.code === 200) { | 288 | if (res.code === 200) { | ... | ... |
... | @@ -65,9 +65,8 @@ class data extends filter { | ... | @@ -65,9 +65,8 @@ class data extends filter { |
65 | }, | 65 | }, |
66 | { | 66 | { |
67 | label: '操作', | 67 | label: '操作', |
68 | width: '90', | 68 | width: '80', |
69 | align: 'center', | 69 | align: 'center', |
70 | fixed: 'right', | ||
71 | render: (h, scope) => { | 70 | render: (h, scope) => { |
72 | return <el-button type="text" icon="el-icon-film" onClick={() => { vm.openlpbClick(scope) }}>楼盘表</el-button> | 71 | return <el-button type="text" icon="el-icon-film" onClick={() => { vm.openlpbClick(scope) }}>楼盘表</el-button> |
73 | } | 72 | } | ... | ... |
-
Please register or sign in to post a comment