Merge branch 'dev'
Showing
10 changed files
with
371 additions
and
36 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-21 11:23:22 | 4 | * @LastEditTime: 2023-09-01 09:18:29 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="edit"> | 7 | <div class="edit"> |
... | @@ -460,7 +460,6 @@ | ... | @@ -460,7 +460,6 @@ |
460 | } | 460 | } |
461 | .edit { | 461 | .edit { |
462 | height: 100%; | 462 | height: 100%; |
463 | background-color: #f4f9ff; | ||
464 | .tab-content { | 463 | .tab-content { |
465 | border: 1px solid #dedede; | 464 | border: 1px solid #dedede; |
466 | border-left: 0; | 465 | border-left: 0; | ... | ... |
... | @@ -27,8 +27,15 @@ class data extends filter { | ... | @@ -27,8 +27,15 @@ class data extends filter { |
27 | } | 27 | } |
28 | }, | 28 | }, |
29 | { | 29 | { |
30 | prop: 'bdcqzh', | 30 | width: '130', |
31 | label: '不动产权证号', | 31 | label: '不动产权证号', |
32 | render: (h, scope) => { | ||
33 | return ( | ||
34 | <el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width "> | ||
35 | <span class="ellipsis-table"> {scope.row.bdcqzh}</span> | ||
36 | </el-tooltip> | ||
37 | ) | ||
38 | } | ||
32 | }, | 39 | }, |
33 | { | 40 | { |
34 | prop: 'djsj', | 41 | prop: 'djsj', |
... | @@ -43,8 +50,15 @@ class data extends filter { | ... | @@ -43,8 +50,15 @@ class data extends filter { |
43 | label: '网签时间', | 50 | label: '网签时间', |
44 | }, | 51 | }, |
45 | { | 52 | { |
46 | prop: 'bdcdyh', | 53 | width: '130', |
47 | label: '不动产单元号', | 54 | label: '不动产单元号', |
55 | render: (h, scope) => { | ||
56 | return ( | ||
57 | <el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width "> | ||
58 | <span class="ellipsis-table"> {scope.row.bdcdyh}</span> | ||
59 | </el-tooltip> | ||
60 | ) | ||
61 | } | ||
48 | }, | 62 | }, |
49 | { | 63 | { |
50 | prop: 'gyfs', | 64 | prop: 'gyfs', |
... | @@ -59,8 +73,15 @@ class data extends filter { | ... | @@ -59,8 +73,15 @@ class data extends filter { |
59 | label: '证件号', | 73 | label: '证件号', |
60 | }, | 74 | }, |
61 | { | 75 | { |
62 | prop: 'zl', | ||
63 | label: '房地坐落', | 76 | label: '房地坐落', |
77 | width: '100', | ||
78 | render: (h, scope) => { | ||
79 | return ( | ||
80 | <el-tooltip effect="dark" content={scope.row.zl} placement="top" popper-class="tooltip-width "> | ||
81 | <span class="ellipsis-table"> {scope.row.zl}</span> | ||
82 | </el-tooltip> | ||
83 | ) | ||
84 | } | ||
64 | }, | 85 | }, |
65 | { | 86 | { |
66 | prop: 'fwmj', | 87 | prop: 'fwmj', | ... | ... |
... | @@ -141,7 +141,6 @@ | ... | @@ -141,7 +141,6 @@ |
141 | handleSort (name, sort) { | 141 | handleSort (name, sort) { |
142 | console.log(name, sort); | 142 | console.log(name, sort); |
143 | }, | 143 | }, |
144 | // 查看 | ||
145 | /** | 144 | /** |
146 | * @description: 查看 | 145 | * @description: 查看 |
147 | * @param {*} scope | 146 | * @param {*} scope | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-30 16:14:24 | 4 | * @LastEditTime: 2023-09-01 10:10:15 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <dialogBox | 7 | <dialogBox |
8 | title="申请人信息" | 8 | title="申请人信息" |
9 | width="60%" | 9 | width="75%" |
10 | isMain | 10 | isMain |
11 | v-model="myValue" | 11 | v-model="myValue" |
12 | :isFullscreen="false" | 12 | :isFullscreen="false" |
13 | @submitForm="submitForm" | 13 | @submitForm="submitForm" |
14 | @closeDialog="closeDialog" | 14 | @closeDialog="closeDialog" |
15 | :isButton="showButton"> | 15 | :isButton="showButton"> |
16 | |||
17 | <el-tabs v-model="activeName" @tab-click="handleClick" class="from-clues-header"> | ||
18 | <el-tab-pane label="基本信息" name="1"></el-tab-pane> | ||
19 | <el-tab-pane label="个人信息备案" name="2"></el-tab-pane> | ||
20 | <el-tab-pane label="企业信息备案" name="3"></el-tab-pane> | ||
21 | </el-tabs> | ||
22 | |||
16 | <el-form | 23 | <el-form |
24 | v-if="activeName==1" | ||
17 | :model="ruleForm" | 25 | :model="ruleForm" |
18 | :rules="rules" | 26 | :rules="rules" |
19 | ref="ruleForm" | 27 | ref="ruleForm" |
... | @@ -244,12 +252,75 @@ | ... | @@ -244,12 +252,75 @@ |
244 | </el-col> | 252 | </el-col> |
245 | </el-row> | 253 | </el-row> |
246 | </el-form> | 254 | </el-form> |
255 | <div v-if="activeName==2"> | ||
256 | <el-form :model="queryForm"> | ||
257 | <el-row> | ||
258 | <el-col :span="8"> | ||
259 | <el-form-item label="证件号"> | ||
260 | <el-input placeholder="证件号" maxlength="28" v-model="queryForm.zjh" clearable class="width100"> | ||
261 | </el-input> | ||
262 | </el-form-item> | ||
263 | </el-col> | ||
264 | <el-col :span="8"> | ||
265 | <el-form-item label="姓名/名称"> | ||
266 | <el-input placeholder="" v-model.trim="queryForm.sqrmc" clearable class="width100"> | ||
267 | </el-input> | ||
268 | </el-form-item> | ||
269 | </el-col> | ||
270 | <el-col :span="8" class="btnColRight"> | ||
271 | <el-form-item> | ||
272 | <el-button type="primary" @click="handleSearch">查询</el-button> | ||
273 | </el-form-item> | ||
274 | </el-col> | ||
275 | </el-row> | ||
276 | </el-form> | ||
277 | <lb-table | ||
278 | :page-size="pageData.pageSize" :calcHeight="435" | ||
279 | :current-page.sync="pageData.currentPage" :total="tableDataGr.total" @size-change="handleSizeChange" | ||
280 | @p-current-change="handleCurrentChange" :column="tableDataGr.columns" | ||
281 | :data="tableDataGr.data"> | ||
282 | </lb-table> | ||
283 | </div> | ||
284 | |||
285 | <div v-if="activeName==3"> | ||
286 | <el-form :model="queryForm"> | ||
287 | <el-row> | ||
288 | <el-col :span="8"> | ||
289 | <el-form-item label="证件号"> | ||
290 | <el-input placeholder="证件号" maxlength="28" v-model="queryForm.zjh" clearable class="width100"> | ||
291 | </el-input> | ||
292 | </el-form-item> | ||
293 | </el-col> | ||
294 | <el-col :span="8"> | ||
295 | <el-form-item label="姓名/名称"> | ||
296 | <el-input placeholder="" v-model.trim="queryForm.sqrmc" clearable class="width100"> | ||
297 | </el-input> | ||
298 | </el-form-item> | ||
299 | </el-col> | ||
300 | <el-col :span="8" class="btnColRight"> | ||
301 | <el-form-item> | ||
302 | <el-button type="primary" @click="handleSearch">查询</el-button> | ||
303 | </el-form-item> | ||
304 | </el-col> | ||
305 | </el-row> | ||
306 | </el-form> | ||
307 | <lb-table | ||
308 | :page-size="pageData.pageSize" :calcHeight="435" | ||
309 | :current-page.sync="pageData.currentPage" :total="tableDataQy.total" @size-change="handleSizeChange" | ||
310 | @p-current-change="handleCurrentChange" :column="tableDataQy.columns" | ||
311 | :data="tableDataQy.data"> | ||
312 | </lb-table> | ||
313 | </div> | ||
314 | |||
247 | </dialogBox> | 315 | </dialogBox> |
248 | </template> | 316 | </template> |
249 | <script> | 317 | <script> |
250 | import { mapGetters } from "vuex"; | 318 | import { mapGetters } from "vuex"; |
319 | import table from "@/utils/mixin/table"; | ||
251 | import { getIdCardInfo } from '@/utils/operation.js' | 320 | import { getIdCardInfo } from '@/utils/operation.js' |
321 | import { dataGr, dataQy, sendThis } from "../../javascript/addQlrData"; | ||
252 | export default { | 322 | export default { |
323 | mixins: [table], | ||
253 | props: { | 324 | props: { |
254 | value: { type: Boolean, default: false }, | 325 | value: { type: Boolean, default: false }, |
255 | details: { type: Object, default: {} }, | 326 | details: { type: Object, default: {} }, |
... | @@ -260,6 +331,7 @@ | ... | @@ -260,6 +331,7 @@ |
260 | }, | 331 | }, |
261 | data () { | 332 | data () { |
262 | return { | 333 | return { |
334 | activeName: '1', | ||
263 | myValue: this.value, | 335 | myValue: this.value, |
264 | ruleForm: { | 336 | ruleForm: { |
265 | sqrlx: "", | 337 | sqrlx: "", |
... | @@ -290,7 +362,24 @@ | ... | @@ -290,7 +362,24 @@ |
290 | zjzl: [{ required: true, message: "证件种类", trigger: "change" }], | 362 | zjzl: [{ required: true, message: "证件种类", trigger: "change" }], |
291 | zjh: [{ required: true, message: "证件号", trigger: "blur" }], | 363 | zjh: [{ required: true, message: "证件号", trigger: "blur" }], |
292 | }, | 364 | }, |
293 | }; | 365 | tableDataGr: { |
366 | total: 0, | ||
367 | columns: dataGr.columns(), | ||
368 | data: [], | ||
369 | }, | ||
370 | queryForm: { | ||
371 | zjh: "", | ||
372 | sqrmc: "" | ||
373 | }, | ||
374 | tableDataQy: { | ||
375 | total: 0, | ||
376 | columns: dataQy.columns(), | ||
377 | data: [], | ||
378 | }, | ||
379 | } | ||
380 | }, | ||
381 | mounted () { | ||
382 | sendThis(this); | ||
294 | }, | 383 | }, |
295 | watch: { | 384 | watch: { |
296 | value (val) { | 385 | value (val) { |
... | @@ -304,6 +393,9 @@ | ... | @@ -304,6 +393,9 @@ |
304 | } | 393 | } |
305 | }, | 394 | }, |
306 | methods: { | 395 | methods: { |
396 | handleClick (event, tab) { }, | ||
397 | handlesGrSelect () { }, | ||
398 | handleSearch () { }, | ||
307 | /** | 399 | /** |
308 | * @description: 身份证打卡器 | 400 | * @description: 身份证打卡器 |
309 | * @param {*} row | 401 | * @param {*} row | ... | ... |
src/views/workflow/javascript/addQlrData.js
0 → 100644
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-08-29 13:09:45 | ||
5 | */ | ||
6 | import filter from '@/utils/filter.js' | ||
7 | let vm = null | ||
8 | |||
9 | const sendThis = (_this) => { | ||
10 | vm = _this | ||
11 | } | ||
12 | class data1 extends filter { | ||
13 | constructor() { | ||
14 | super() | ||
15 | } | ||
16 | columns () { | ||
17 | return [ | ||
18 | { | ||
19 | label: '序号', | ||
20 | type: 'index', | ||
21 | width: '50', | ||
22 | render: (h, scope) => { | ||
23 | return ( | ||
24 | <div> | ||
25 | {(vm.pageData.currentPage - 1) * vm.pageData.pageSize + scope.$index + 1} | ||
26 | </div> | ||
27 | ) | ||
28 | } | ||
29 | }, | ||
30 | { | ||
31 | prop: "sqrmc", | ||
32 | label: "姓名/名称", | ||
33 | }, | ||
34 | { | ||
35 | prop: "zjzl", | ||
36 | label: "证件种类", | ||
37 | render: (h, scope) => { | ||
38 | return ( | ||
39 | <el-select | ||
40 | class="width100" | ||
41 | clearable | ||
42 | value={scope.row[scope.column.property]} | ||
43 | onChange={(val) => { | ||
44 | scope.row[scope.column.property] = val; | ||
45 | }} | ||
46 | > | ||
47 | {vm.dictData["A30"].map((option) => { | ||
48 | return ( | ||
49 | <el-option | ||
50 | label={option.dname} | ||
51 | value={option.dcode} | ||
52 | ></el-option> | ||
53 | ); | ||
54 | })} | ||
55 | </el-select> | ||
56 | ); | ||
57 | }, | ||
58 | }, | ||
59 | { | ||
60 | prop: "zjh", | ||
61 | label: "证件号", | ||
62 | }, | ||
63 | { | ||
64 | prop: "frmc", | ||
65 | label: "法人名称", | ||
66 | }, | ||
67 | { | ||
68 | prop: "txdz", | ||
69 | label: "地址", | ||
70 | }, | ||
71 | { | ||
72 | prop: "dh", | ||
73 | label: "联系电话", | ||
74 | }, | ||
75 | { | ||
76 | label: '操作', | ||
77 | width: '80', | ||
78 | align: 'center', | ||
79 | fixed: 'right', | ||
80 | render: (h, scope) => { | ||
81 | return ( | ||
82 | <div> | ||
83 | <el-button type="text" onClick={() => { this.handlesGrSelect(scope.row) }}>使用</el-button> | ||
84 | </div> | ||
85 | ) | ||
86 | } | ||
87 | }, | ||
88 | ] | ||
89 | } | ||
90 | |||
91 | } | ||
92 | class data2 extends filter { | ||
93 | constructor() { | ||
94 | super() | ||
95 | } | ||
96 | |||
97 | columns () { | ||
98 | return [ | ||
99 | { | ||
100 | label: '序号', | ||
101 | type: 'index', | ||
102 | width: '50', | ||
103 | render: (h, scope) => { | ||
104 | return ( | ||
105 | <div> | ||
106 | {(vm.pageData.currentPage - 1) * vm.pageData.pageSize + scope.$index + 1} | ||
107 | </div> | ||
108 | ) | ||
109 | } | ||
110 | }, | ||
111 | { | ||
112 | prop: "sqrmc", | ||
113 | label: "姓名/名称", | ||
114 | }, | ||
115 | { | ||
116 | prop: "zjzl", | ||
117 | label: "证件种类", | ||
118 | render: (h, scope) => { | ||
119 | return ( | ||
120 | <el-select | ||
121 | class="width100" | ||
122 | clearable | ||
123 | value={scope.row[scope.column.property]} | ||
124 | onChange={(val) => { | ||
125 | scope.row[scope.column.property] = val; | ||
126 | }} | ||
127 | > | ||
128 | {vm.dictData["A30"].map((option) => { | ||
129 | return ( | ||
130 | <el-option | ||
131 | label={option.dname} | ||
132 | value={option.dcode} | ||
133 | ></el-option> | ||
134 | ); | ||
135 | })} | ||
136 | </el-select> | ||
137 | ); | ||
138 | }, | ||
139 | }, | ||
140 | { | ||
141 | prop: "zjh", | ||
142 | label: "证件号", | ||
143 | }, | ||
144 | { | ||
145 | prop: "frmc", | ||
146 | label: "法人名称", | ||
147 | }, | ||
148 | { | ||
149 | prop: "txdz", | ||
150 | label: "地址", | ||
151 | }, | ||
152 | { | ||
153 | prop: "dh", | ||
154 | label: "联系电话", | ||
155 | }, | ||
156 | { | ||
157 | label: '操作', | ||
158 | width: '80', | ||
159 | align: 'center', | ||
160 | fixed: 'right', | ||
161 | render: (h, scope) => { | ||
162 | return ( | ||
163 | <div> | ||
164 | <el-button type="text" onClick={() => { this.handlesGrSelect(scope.row) }}>使用</el-button> | ||
165 | </div> | ||
166 | ) | ||
167 | } | ||
168 | }, | ||
169 | ] | ||
170 | } | ||
171 | |||
172 | } | ||
173 | let dataGr = new data1() | ||
174 | let dataQy = new data2() | ||
175 | export { | ||
176 | dataGr, | ||
177 | dataQy, | ||
178 | sendThis | ||
179 | } |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-30 16:15:53 | 4 | * @LastEditTime: 2023-09-01 09:22:02 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | ref="ruleForm" | 12 | ref="ruleForm" |
13 | :label-position="flag ? 'top' : ''" | 13 | :label-position="flag ? 'top' : ''" |
14 | :inline="flag" | 14 | :inline="flag" |
15 | label-width="140px"> | 15 | label-width="190px"> |
16 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 16 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
17 | <div class="slxx_title title-block"> | 17 | <div class="slxx_title title-block"> |
18 | 申请业务信息 | 18 | 申请业务信息 |
... | @@ -168,7 +168,31 @@ | ... | @@ -168,7 +168,31 @@ |
168 | <el-input v-model="ruleForm.lq.xdm"></el-input> | 168 | <el-input v-model="ruleForm.lq.xdm"></el-input> |
169 | </el-form-item> | 169 | </el-form-item> |
170 | </el-col> | 170 | </el-col> |
171 | <el-col :span="16"> | 171 | <el-col :span="8"> |
172 | <el-form-item label="林地使用(承包)起始时间:"> | ||
173 | <el-input v-model="ruleForm.lq.ldsyqssj"></el-input> | ||
174 | </el-form-item> | ||
175 | </el-col> | ||
176 | <el-col :span="8"> | ||
177 | <el-form-item label="林地使用(承包)结束时间:"> | ||
178 | <el-input v-model="ruleForm.lq.ldsyjssj"></el-input> | ||
179 | </el-form-item> | ||
180 | </el-col> | ||
181 | </el-row> | ||
182 | <el-row :gutter="10"> | ||
183 | <!-- <el-col :span="8"> | ||
184 | <el-form-item label="土地用途:"> | ||
185 | <el-input v-model="ruleForm.lq.xdm"></el-input> | ||
186 | </el-form-item> | ||
187 | </el-col> --> | ||
188 | <el-col :span="8"> | ||
189 | <el-form-item label="林地使用 (承包)期限:"> | ||
190 | <el-input v-model="ruleForm.lq.ldsyqx"></el-input> | ||
191 | </el-form-item> | ||
192 | </el-col> | ||
193 | </el-row> | ||
194 | <el-row :gutter="10"> | ||
195 | <el-col :span="24"> | ||
172 | <el-form-item label="附记:"> | 196 | <el-form-item label="附记:"> |
173 | <el-input | 197 | <el-input |
174 | v-model="ruleForm.lq.fj" | 198 | v-model="ruleForm.lq.fj" |
... | @@ -178,14 +202,14 @@ | ... | @@ -178,14 +202,14 @@ |
178 | </el-form-item> | 202 | </el-form-item> |
179 | </el-col> | 203 | </el-col> |
180 | </el-row> | 204 | </el-row> |
181 | <div class="slxx_title title-block"> | 205 | <!-- <div class="slxx_title title-block"> |
182 | 土地用途 | 206 | 土地用途 |
183 | <div class="triangle"></div> | 207 | <div class="triangle"></div> |
184 | </div> | 208 | </div> |
185 | <tdytTable | 209 | <tdytTable |
186 | :ableOperation="viewEdit" | 210 | :ableOperation="viewEdit" |
187 | :tableData="ruleForm.tdytqxList" | 211 | :tableData="ruleForm.tdytqxList" |
188 | @upDateTdytxxList="upDateTdytxxList" /> | 212 | @upDateTdytxxList="upDateTdytxxList" /> --> |
189 | <div class="slxx_title title-block"> | 213 | <div class="slxx_title title-block"> |
190 | 权利人信息 | 214 | 权利人信息 |
191 | <div class="triangle"></div> | 215 | <div class="triangle"></div> |
... | @@ -238,7 +262,7 @@ | ... | @@ -238,7 +262,7 @@ |
238 | :disabled="viewEdit" | 262 | :disabled="viewEdit" |
239 | :gyfs="ruleForm.sldy.gyfs" /> | 263 | :gyfs="ruleForm.sldy.gyfs" /> |
240 | 264 | ||
241 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 265 | <div v-if="ruleForm.ywrList && ruleForm.sldy.djlx == '200'"> |
242 | <div class="slxx_title title-block"> | 266 | <div class="slxx_title title-block"> |
243 | 义务人信息 | 267 | 义务人信息 |
244 | <div class="triangle"></div> | 268 | <div class="triangle"></div> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-30 14:57:59 | 4 | * @LastEditTime: 2023-09-01 09:52:40 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | ref="ruleForm" | 11 | ref="ruleForm" |
12 | :label-position="flag ? 'top' : ''" | 12 | :label-position="flag ? 'top' : ''" |
13 | :inline="flag" | 13 | :inline="flag" |
14 | label-width="140px"> | 14 | label-width="190px"> |
15 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 15 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
16 | <div class="slxx_title title-block"> | 16 | <div class="slxx_title title-block"> |
17 | 申请业务信息 | 17 | 申请业务信息 |
... | @@ -167,7 +167,31 @@ | ... | @@ -167,7 +167,31 @@ |
167 | <el-input v-model="ruleForm.lq.xdm"></el-input> | 167 | <el-input v-model="ruleForm.lq.xdm"></el-input> |
168 | </el-form-item> | 168 | </el-form-item> |
169 | </el-col> | 169 | </el-col> |
170 | <el-col :span="16"> | 170 | <el-col :span="8"> |
171 | <el-form-item label="林地使用(承包)起始时间:"> | ||
172 | <el-input v-model="ruleForm.lq.ldsyqssj"></el-input> | ||
173 | </el-form-item> | ||
174 | </el-col> | ||
175 | <el-col :span="8"> | ||
176 | <el-form-item label="林地使用(承包)结束时间:"> | ||
177 | <el-input v-model="ruleForm.lq.ldsyjssj"></el-input> | ||
178 | </el-form-item> | ||
179 | </el-col> | ||
180 | </el-row> | ||
181 | <el-row :gutter="10"> | ||
182 | <!-- <el-col :span="8"> | ||
183 | <el-form-item label="土地用途:"> | ||
184 | <el-input v-model="ruleForm.lq.xdm"></el-input> | ||
185 | </el-form-item> | ||
186 | </el-col> --> | ||
187 | <el-col :span="8"> | ||
188 | <el-form-item label="林地使用 (承包)期限:"> | ||
189 | <el-input v-model="ruleForm.lq.ldsyqx"></el-input> | ||
190 | </el-form-item> | ||
191 | </el-col> | ||
192 | </el-row> | ||
193 | <el-row :gutter="10"> | ||
194 | <el-col :span="24"> | ||
171 | <el-form-item label="附记:"> | 195 | <el-form-item label="附记:"> |
172 | <el-input | 196 | <el-input |
173 | v-model="ruleForm.lq.fj" | 197 | v-model="ruleForm.lq.fj" |
... | @@ -177,14 +201,14 @@ | ... | @@ -177,14 +201,14 @@ |
177 | </el-form-item> | 201 | </el-form-item> |
178 | </el-col> | 202 | </el-col> |
179 | </el-row> | 203 | </el-row> |
180 | <div class="slxx_title title-block"> | 204 | <!-- <div class="slxx_title title-block"> |
181 | 土地用途 | 205 | 土地用途 |
182 | <div class="triangle"></div> | 206 | <div class="triangle"></div> |
183 | </div> | 207 | </div> --> |
184 | <tdytTable | 208 | <!-- <tdytTable |
185 | :ableOperation="viewEdit" | 209 | :ableOperation="viewEdit" |
186 | :tableData="ruleForm.tdytqxList" | 210 | :tableData="ruleForm.tdytqxList" |
187 | @upDateTdytxxList="upDateTdytxxList" /> | 211 | @upDateTdytxxList="upDateTdytxxList" /> --> |
188 | <div class="slxx_title title-block"> | 212 | <div class="slxx_title title-block"> |
189 | 权利人信息 | 213 | 权利人信息 |
190 | <div class="triangle"></div> | 214 | <div class="triangle"></div> |
... | @@ -237,7 +261,7 @@ | ... | @@ -237,7 +261,7 @@ |
237 | :disabled="viewEdit" | 261 | :disabled="viewEdit" |
238 | :gyfs="ruleForm.sldy.gyfs" /> | 262 | :gyfs="ruleForm.sldy.gyfs" /> |
239 | 263 | ||
240 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 264 | <div v-if="ruleForm.ywrList && ruleForm.sldy.djlx == '200'"> |
241 | <div class="slxx_title title-block"> | 265 | <div class="slxx_title title-block"> |
242 | 义务人信息 | 266 | 义务人信息 |
243 | <div class="triangle"></div> | 267 | <div class="triangle"></div> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-02 09:59:58 | 4 | * @LastEditTime: 2023-09-01 09:18:46 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 主体权利信息查询 --> | 7 | <!-- 主体权利信息查询 --> |
8 | <div class="from-clues"> | 8 | <div> |
9 | <!-- 表单部分 --> | 9 | <!-- 表单部分 --> |
10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
12 | <el-row> | 12 | <el-row> |
13 | <el-col :span="8"> | 13 | <el-col :span="8"> |
14 | <el-form-item label="自然幢号"> | 14 | <el-form-item label="自然幢号"> |
15 | <el-input placeholder="请输入自然幢号" maxlength="24" v-model="queryForm.zrzh" clearable class="width200px"> | 15 | <el-input placeholder="请输入自然幢号" maxlength="24" v-model="queryForm.zrzh" clearable class="width100"> |
16 | </el-input> | 16 | </el-input> |
17 | </el-form-item> | 17 | </el-form-item> |
18 | </el-col> | 18 | </el-col> |
19 | <el-col :span="8"> | 19 | <el-col :span="8"> |
20 | <el-form-item label="不动产单元号"> | 20 | <el-form-item label="不动产单元号"> |
21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width200px"> | 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
22 | </el-input> | 22 | </el-input> |
23 | </el-form-item> | 23 | </el-form-item> |
24 | </el-col> | 24 | </el-col> |
25 | <el-col :span="6"> | 25 | <el-col :span="6"> |
26 | <el-form-item label="项目名称"> | 26 | <el-form-item label="项目名称"> |
27 | <el-input placeholder="" v-model="queryForm.xmmc" clearable class="width200px"> | 27 | <el-input placeholder="" v-model="queryForm.xmmc" clearable class="width100"> |
28 | </el-input> | 28 | </el-input> |
29 | </el-form-item> | 29 | </el-form-item> |
30 | </el-col> | 30 | </el-col> |
31 | <el-col :span="2" class="btnColRight"> | 31 | <el-col :span="2" class="btnColRight"> |
32 | <el-form-item> | 32 | <el-form-item> |
33 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> | ||
34 | <el-button type="primary" @click="handleSearch">查询</el-button> | 33 | <el-button type="primary" @click="handleSearch">查询</el-button> |
35 | </el-form-item> | 34 | </el-form-item> |
36 | </el-col> | 35 | </el-col> |
... | @@ -38,14 +37,14 @@ | ... | @@ -38,14 +37,14 @@ |
38 | </el-form> | 37 | </el-form> |
39 | </div> | 38 | </div> |
40 | <!-- 表格 --> | 39 | <!-- 表格 --> |
41 | <div class="from-clues-content loadingtext"> | 40 | <div class="loadingtext"> |
42 | <lb-table ref="table" @row-click="handleRowClick" :page-size="pageData.pageSize" :calcHeight="300" | 41 | <lb-table ref="table" @row-click="handleRowClick" :page-size="pageData.pageSize" :calcHeight="210" |
43 | :current-page.sync="pageData.currentPage" :total="tableData.total" @size-change="handleSizeChange" @select="select" | 42 | :current-page.sync="pageData.currentPage" :total="tableData.total" @size-change="handleSizeChange" @select="select" |
44 | @p-current-change="handleCurrentChange" @selection-change="handleSelectionChange" :column="tableData.columns" | 43 | @p-current-change="handleCurrentChange" @selection-change="handleSelectionChange" :column="tableData.columns" |
45 | :data="tableData.data"> | 44 | :data="tableData.data"> |
46 | </lb-table> | 45 | </lb-table> |
47 | </div> | 46 | </div> |
48 | <div class="submit_button"> | 47 | <div class="submit_button" style="text-align:center"> |
49 | <el-button @click="$popupCacel">取消</el-button> | 48 | <el-button @click="$popupCacel">取消</el-button> |
50 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> | 49 | <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> |
51 | </div> | 50 | </div> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-01 08:42:43 | 4 | * @LastEditTime: 2023-09-01 10:11:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -104,9 +104,7 @@ | ... | @@ -104,9 +104,7 @@ |
104 | * @author: renchao | 104 | * @author: renchao |
105 | */ | 105 | */ |
106 | openDialog (item) { | 106 | openDialog (item) { |
107 | this.$startLoading() | ||
108 | bdcqzPreview(item).then(res => { | 107 | bdcqzPreview(item).then(res => { |
109 | this.$endLoading() | ||
110 | this.$popupDialog("证书证明预览", "workflow/components/dialog/zsyl", { | 108 | this.$popupDialog("证书证明预览", "workflow/components/dialog/zsyl", { |
111 | bsmSlsq: item.bsmSlsq, | 109 | bsmSlsq: item.bsmSlsq, |
112 | bsmBdcqz: item.bsmBdcqz | 110 | bsmBdcqz: item.bsmBdcqz | ... | ... |
-
Please register or sign in to post a comment