123
Showing
3 changed files
with
22 additions
and
34 deletions
... | @@ -210,7 +210,7 @@ export function selectZrz (data) { | ... | @@ -210,7 +210,7 @@ export function selectZrz (data) { |
210 | } | 210 | } |
211 | 211 | ||
212 | /* | 212 | /* |
213 | 业务办理-选择单元-查询自然幢信息 | 213 | 业务办理-选择单元-查询多幢幢信息 |
214 | */ | 214 | */ |
215 | export function selectDz (data) { | 215 | export function selectDz (data) { |
216 | return request({ | 216 | return request({ | ... | ... |
... | @@ -91,22 +91,10 @@ | ... | @@ -91,22 +91,10 @@ |
91 | </el-row> | 91 | </el-row> |
92 | <el-row> | 92 | <el-row> |
93 | <el-col :span="7"> | 93 | <el-col :span="7"> |
94 | <el-form-item label="自然幢号"> | ||
95 | <el-input placeholder="请输入自然幢号" v-model="querydzForm.zrzh" clearable> | ||
96 | </el-input> | ||
97 | </el-form-item> | ||
98 | </el-col> | ||
99 | <el-col :span="7"> | ||
100 | <el-form-item label="项目名称"> | 94 | <el-form-item label="项目名称"> |
101 | <el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input> | 95 | <el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input> |
102 | </el-form-item> | 96 | </el-form-item> |
103 | </el-col> | 97 | </el-col> |
104 | <el-col :span="7"> | ||
105 | <el-form-item label="建筑物名称"> | ||
106 | <el-input placeholder="请输入建筑物名称" v-model="querydzForm.jzwmc" clearable> | ||
107 | </el-input> | ||
108 | </el-form-item> | ||
109 | </el-col> | ||
110 | 98 | ||
111 | <el-col :span="3" class="btnColRight"> | 99 | <el-col :span="3" class="btnColRight"> |
112 | <el-form-item> | 100 | <el-form-item> |
... | @@ -136,7 +124,7 @@ | ... | @@ -136,7 +124,7 @@ |
136 | // import { datasduo, sendThisduo } from "../javascript/fwsyqduo.js"; | 124 | // import { datasduo, sendThisduo } from "../javascript/fwsyqduo.js"; |
137 | import table from "@/utils/mixin/table"; | 125 | import table from "@/utils/mixin/table"; |
138 | import jump from "@/views/ywbl/ywsq/components/mixin/jump"; | 126 | import jump from "@/views/ywbl/ywsq/components/mixin/jump"; |
139 | import { selectScBdcdy, startBusinessFlow, choiceBdcdy, selectOtherH, selectZrz, selectH } from "@/api/ywbl.js"; | 127 | import { selectScBdcdy, startBusinessFlow, choiceBdcdy, selectOtherH, selectZrz, selectDz } from "@/api/ywbl.js"; |
140 | export default { | 128 | export default { |
141 | mixins: [table, jump], | 129 | mixins: [table, jump], |
142 | props: { | 130 | props: { |
... | @@ -195,7 +183,7 @@ | ... | @@ -195,7 +183,7 @@ |
195 | } else { | 183 | } else { |
196 | this.querydzForm.sqywbm = this.sqywInfo.djywbm; | 184 | this.querydzForm.sqywbm = this.sqywInfo.djywbm; |
197 | this.querydzForm.fwfl = this.activeName; | 185 | this.querydzForm.fwfl = this.activeName; |
198 | selectH({ ...this.querydzForm, ...this.pageData }).then((res) => { | 186 | selectDz({ ...this.querydzForm, ...this.pageData }).then((res) => { |
199 | if (res.code === 200) { | 187 | if (res.code === 200) { |
200 | this.dztableData.total = res.result.total; | 188 | this.dztableData.total = res.result.total; |
201 | this.dztableData.data = res.result.records; | 189 | this.dztableData.data = res.result.records; | ... | ... |
... | @@ -177,14 +177,14 @@ class data extends filter { | ... | @@ -177,14 +177,14 @@ class data extends filter { |
177 | prop: "xmmc", | 177 | prop: "xmmc", |
178 | label: "项目名称", | 178 | label: "项目名称", |
179 | }, | 179 | }, |
180 | { | 180 | // { |
181 | prop: "zrzh", | 181 | // prop: "zrzh", |
182 | label: "自然幢号", | 182 | // label: "自然幢号", |
183 | }, | 183 | // }, |
184 | { | 184 | // { |
185 | prop: "jzwmc", | 185 | // prop: "jzwmc", |
186 | label: "建筑物名称", | 186 | // label: "建筑物名称", |
187 | }, | 187 | // }, |
188 | { | 188 | { |
189 | label: "土地/房屋性质", | 189 | label: "土地/房屋性质", |
190 | render: (h, scope) => { | 190 | render: (h, scope) => { |
... | @@ -200,7 +200,7 @@ class data extends filter { | ... | @@ -200,7 +200,7 @@ class data extends filter { |
200 | render: (h, scope) => { | 200 | render: (h, scope) => { |
201 | return ( | 201 | return ( |
202 | <div> | 202 | <div> |
203 | {(scope.row.zdmj) + (' / ') + (scope.row.scjzmj)} | 203 | {(scope.row.zdmj) + (' / ') + (scope.row.dzmj)} |
204 | </div> | 204 | </div> |
205 | ) | 205 | ) |
206 | } | 206 | } |
... | @@ -227,17 +227,17 @@ class data extends filter { | ... | @@ -227,17 +227,17 @@ class data extends filter { |
227 | }, | 227 | }, |
228 | { | 228 | { |
229 | prop: "zl", | 229 | prop: "zl", |
230 | label: "自然幢坐落", | 230 | label: "多幢坐落", |
231 | }, | ||
232 | { | ||
233 | label: '操作', | ||
234 | width: '80', | ||
235 | align: 'center', | ||
236 | fixed: 'right', | ||
237 | render: (h, scope) => { | ||
238 | return <el-button type="text" onClick={() => { vm.handleLpbClick(scope.row) }}>楼盘表</el-button> | ||
239 | } | ||
240 | } | 231 | } |
232 | // { | ||
233 | // label: '操作', | ||
234 | // width: '80', | ||
235 | // align: 'center', | ||
236 | // fixed: 'right', | ||
237 | // render: (h, scope) => { | ||
238 | // return <el-button type="text" onClick={() => { vm.handleLpbClick(scope.row) }}>楼盘表</el-button> | ||
239 | // } | ||
240 | // } | ||
241 | ] | 241 | ] |
242 | } | 242 | } |
243 | 243 | ... | ... |
-
Please register or sign in to post a comment