添加注释代码优化
Showing
154 changed files
with
573 additions
and
35 deletions
1 | /* | ||
2 | * @Description :字典模块api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:25:38 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | /* | 8 | /* |
4 | 获取全部字典数据 | 9 | 获取全部字典数据 |
5 | */ | 10 | */ |
6 | export function getAllDict () { | 11 | export function getAllDict () { |
... | @@ -16,7 +21,7 @@ export function getQlxxDictList (data) { | ... | @@ -16,7 +21,7 @@ export function getQlxxDictList (data) { |
16 | data | 21 | data |
17 | }) | 22 | }) |
18 | } | 23 | } |
19 | /* | 24 | /* |
20 | 获取字典子级列表 | 25 | 获取字典子级列表 |
21 | */ | 26 | */ |
22 | export function getChildDictList (bsmDict) { | 27 | export function getChildDictList (bsmDict) { |
... | @@ -28,7 +33,7 @@ export function getChildDictList (bsmDict) { | ... | @@ -28,7 +33,7 @@ export function getChildDictList (bsmDict) { |
28 | } | 33 | } |
29 | }) | 34 | }) |
30 | } | 35 | } |
31 | /* | 36 | /* |
32 | 编辑字典数据 | 37 | 编辑字典数据 |
33 | */ | 38 | */ |
34 | export function editDictNode (data) { | 39 | export function editDictNode (data) { |
... | @@ -39,7 +44,7 @@ export function editDictNode (data) { | ... | @@ -39,7 +44,7 @@ export function editDictNode (data) { |
39 | }) | 44 | }) |
40 | } | 45 | } |
41 | 46 | ||
42 | /* | 47 | /* |
43 | 刷新字典缓存 | 48 | 刷新字典缓存 |
44 | */ | 49 | */ |
45 | export function refreshDictCache () { | 50 | export function refreshDictCache () { |
... | @@ -47,4 +52,4 @@ export function refreshDictCache () { | ... | @@ -47,4 +52,4 @@ export function refreshDictCache () { |
47 | url: SERVER.SERVERAPI + '/rest/sys/dict/refreshDictCache', | 52 | url: SERVER.SERVERAPI + '/rest/sys/dict/refreshDictCache', |
48 | method: 'get' | 53 | method: 'get' |
49 | }) | 54 | }) |
50 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
55 | } | ... | ... |
1 | /* | ||
2 | * @Description : 登记簿模块api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:21:54 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description : 登记发证模块api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:26:08 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :登记归档信息模块api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:27:04 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :登记收费信息模块api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:27:29 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class djfDjSf { | ... | @@ -21,4 +26,4 @@ class djfDjSf { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new djfDjSf() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new djfDjSf() | ... | ... |
1 | /* | ||
2 | * @Description :登记审核api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:27:41 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :登记收件相关api | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:28:23 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :申请人属性信息相关api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:28:49 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :登记缮证信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:30:48 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :登记受理申请信息相关api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:31:20 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :对应的业务的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:32:39 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
4 | class efficient { | 9 | class efficient { |
5 | /* | 10 | /* |
6 | 获取对应的业务量总数 | 11 | 获取对应的业务量总数 |
7 | startDate:开始日期 | 12 | startDate:开始日期 |
8 | endDate:结束日期 | 13 | endDate:结束日期 |
9 | */ | 14 | */ |
10 | async getProcessCounts (startDate, endDate, qxdm) { | 15 | async getProcessCounts (startDate, endDate, qxdm) { |
11 | return request({ | 16 | return request({ |
... | @@ -18,11 +23,11 @@ class efficient { | ... | @@ -18,11 +23,11 @@ class efficient { |
18 | }, | 23 | }, |
19 | }); | 24 | }); |
20 | } | 25 | } |
21 | /* | 26 | /* |
22 | 获取各区县业务对应的天数 | 27 | 获取各区县业务对应的天数 |
23 | recType:业务代码 | 28 | recType:业务代码 |
24 | startDate:开始日期 | 29 | startDate:开始日期 |
25 | endDate:结束日期 | 30 | endDate:结束日期 |
26 | */ | 31 | */ |
27 | async getProcessDays (recType, startDate, endDate) { | 32 | async getProcessDays (recType, startDate, endDate) { |
28 | return request({ | 33 | return request({ | ... | ... |
1 | /* | ||
2 | * @Description :非结构化文档的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:33:26 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -22,4 +27,4 @@ class fjF100 { | ... | @@ -22,4 +27,4 @@ class fjF100 { |
22 | }) | 27 | }) |
23 | } | 28 | } |
24 | } | 29 | } |
25 | export default new fjF100() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
30 | export default new fjF100() | ... | ... |
1 | /* | ||
2 | * @Description :点状定着物信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:33:43 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class ktfQtDzdzw { | ... | @@ -21,4 +26,4 @@ class ktfQtDzdzw { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new ktfQtDzdzw() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new ktfQtDzdzw() | ... | ... |
1 | /* | ||
2 | * @Description :面状定着物api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:34:06 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class ktfQtMzdzw { | ... | @@ -21,4 +26,4 @@ class ktfQtMzdzw { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new ktfQtMzdzw() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new ktfQtMzdzw() | ... | ... |
1 | /* | ||
2 | * @Description :线状定着物api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:34:38 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class ktfQtXzdzw { | ... | @@ -21,4 +26,4 @@ class ktfQtXzdzw { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new ktfQtXzdzw() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new ktfQtXzdzw() | ... | ... |
1 | /* | ||
2 | * @Description :宗地变化情况api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:34:59 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class ktfZdbhqk { | ... | @@ -21,4 +26,4 @@ class ktfZdbhqk { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new ktfZdbhqk() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new ktfZdbhqk() | ... | ... |
1 | /* | ||
2 | * @Description :用海,用岛坐标相关api | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:35:22 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class ktfZhYhydzb { | ... | @@ -21,4 +26,4 @@ class ktfZhYhydzb { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new ktfZhYhydzb() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new ktfZhYhydzb() | ... | ... |
1 | /* | ||
2 | * @Description :用海状况相关api | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:35:41 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class ktfZhYhzk { | ... | @@ -21,4 +26,4 @@ class ktfZhYhzk { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new ktfZhYhzk() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new ktfZhYhzk() | ... | ... |
1 | /* | ||
2 | * @Description :层信息- 业务相关api | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:36:46 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :户信息- 业务api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:37:11 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :逻辑幢信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:37:24 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :自然幢信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:37:44 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :界址点api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:37:58 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class kttGyJzd { | ... | @@ -21,4 +26,4 @@ class kttGyJzd { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new kttGyJzd() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new kttGyJzd() | ... | ... |
1 | /* | ||
2 | * @Description :界址线信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:38:10 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :构筑物api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:38:29 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class kttGzw { | ... | @@ -21,4 +26,4 @@ class kttGzw { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new kttGzw() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new kttGzw() | ... | ... |
1 | /* | ||
2 | * @Description :宗地基本信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:38:51 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class kttZdjbxx { | ... | @@ -21,4 +26,4 @@ class kttZdjbxx { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new kttZdjbxx() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new kttZdjbxx() | ... | ... |
1 | /* | ||
2 | * @Description :宗海基本信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:39:09 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class kttZhjbxx { | ... | @@ -21,4 +26,4 @@ class kttZhjbxx { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new kttZhjbxx() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new kttZhjbxx() | ... | ... |
1 | /* | ||
2 | * @Description :公共方法api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:41:47 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | // let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | // let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 8 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
... | @@ -105,7 +110,7 @@ export function getAllDictItems (name) { | ... | @@ -105,7 +110,7 @@ export function getAllDictItems (name) { |
105 | method: 'get' | 110 | method: 'get' |
106 | }) | 111 | }) |
107 | } | 112 | } |
108 | // get公共方法 | 113 | // get |
109 | export function getAction (url, params = {}) { | 114 | export function getAction (url, params = {}) { |
110 | return request({ | 115 | return request({ |
111 | url, | 116 | url, | ... | ... |
1 | /* | ||
2 | * @Description :更新排序api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:41:30 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :房地产权_项目内多幢房屋项目属性api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:41:13 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class qlfFwFdcqDzXm { | ... | @@ -21,4 +26,4 @@ class qlfFwFdcqDzXm { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new qlfFwFdcqDzXm() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new qlfFwFdcqDzXm() | ... | ... |
1 | /* | ||
2 | * @Description :建筑物区分所有权业主共有部分信息相关api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:43:26 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description : 查封登记信息api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:43:49 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :抵押权api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:44:04 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :地役权api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:45:02 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :更正登记信息相关api | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:45:14 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :海域(含无居民海岛)使用权api | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:45:34 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :建设用地、宅基地使用权的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:45:43 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :农用地使用权(非林地)的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:46:08 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :其他相关权利的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:46:25 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class qlfQlQtxgql { | ... | @@ -21,4 +26,4 @@ class qlfQlQtxgql { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new qlfQlQtxgql() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new qlfQlQtxgql() | ... | ... |
1 | /* | ||
2 | * @Description :土地所有权的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:46:41 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :预告登记信息的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:47:47 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :异议登记信息的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:48:01 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description : 注销登记的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:48:11 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description : 房地产权_项目内多幢房屋信息的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:50:59 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :房地产权(独幢、层、套、间、房屋)的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:51:21 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description : 房地产权(独幢、层、套、间、房屋)的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:51:33 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :林权的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:51:57 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :编辑界面列表查询的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:52:19 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | class ruleConfig { | 8 | class ruleConfig { |
... | @@ -48,4 +53,4 @@ class ruleConfig { | ... | @@ -48,4 +53,4 @@ class ruleConfig { |
48 | }) | 53 | }) |
49 | } | 54 | } |
50 | } | 55 | } |
51 | export default new ruleConfig() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
56 | export default new ruleConfig() | ... | ... |
1 | /* | ||
2 | * @Description :数据上报表头的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:52:42 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -23,4 +28,4 @@ class sjsbFunctionOper { | ... | @@ -23,4 +28,4 @@ class sjsbFunctionOper { |
23 | }) | 28 | }) |
24 | } | 29 | } |
25 | } | 30 | } |
26 | export default new sjsbFunctionOper() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
31 | export default new sjsbFunctionOper() | ... | ... |
1 | /* | ||
2 | * @Description :定时任务的相关api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:53:00 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :工作台数据相关api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:53:31 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :宗地空间属性的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:57:25 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ||
... | @@ -21,4 +26,4 @@ class zdK103 { | ... | @@ -21,4 +26,4 @@ class zdK103 { |
21 | }) | 26 | }) |
22 | } | 27 | } |
23 | } | 28 | } |
24 | export default new zdK103() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | export default new zdK103() | ... | ... |
1 | /* | ||
2 | * @Description :宗海空间属性的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:57:40 | ||
5 | */ | ||
1 | import request from '@/utils/request' | 6 | import request from '@/utils/request' |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | /* | ||
2 | * @Description :权利人 -- 业务表单的api文件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:57:52 | ||
5 | */ | ||
1 | import request from "@/utils/request"; | 6 | import request from "@/utils/request"; |
2 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) | 7 | let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) |
3 | 8 | ... | ... |
1 | <!-- | ||
2 | * @Description :echart封装 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 10:58:24 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div :id="id" :class="className" :style="{ height: height, width: width }" /> | 7 | <div :id="id" :class="className" :style="{ height: height, width: width }" /> |
3 | </template> | 8 | </template> | ... | ... |
1 | /* | ||
2 | * @Description :表单样式 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 11:00:44 | ||
5 | */ | ||
1 | .obligee-item { | 6 | .obligee-item { |
2 | display: flex; | 7 | display: flex; |
3 | height: 100%; | 8 | height: 100%; |
... | @@ -23,4 +28,4 @@ | ... | @@ -23,4 +28,4 @@ |
23 | justify-content: center; | 28 | justify-content: center; |
24 | flex-direction: column; | 29 | flex-direction: column; |
25 | } | 30 | } |
26 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
31 | } | ... | ... |
1 | <!-- | ||
2 | * @Description :登簿信息表单 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 11:02:40 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="applicantInfo itemForm"> | 7 | <div class="applicantInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :发证信息表单 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 11:15:52 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="issuingInfo itemForm"> | 7 | <div class="issuingInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="108px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="108px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :归档信息表单组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:25:48 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="registrationFiling itemForm" :key="key"> | 7 | <div class="registrationFiling itemForm" :key="key"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px"> | ... | ... |
1 | <!-- | ||
2 | * @Description :收费信息表单组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:28:31 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="registrationChargeInfo itemForm"> | 7 | <div class="registrationChargeInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :审核信息表单组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:28:52 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="auditInfo itemForm"> | 7 | <div class="auditInfo itemForm"> |
3 | <el-form :model="form" ref="formList" label-width="110px" :key="key"> | 8 | <el-form :model="form" ref="formList" label-width="110px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :收件信息表单组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:34:54 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="receivingInfo itemForm"> | 7 | <div class="receivingInfo itemForm"> |
3 | <el-form :model="form" :rules="rules" ref="formList" label-width="112px" :key="key"> | 8 | <el-form :model="form" :rules="rules" ref="formList" label-width="112px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :权利人信息表单 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:35:18 | ||
5 | --> | ||
6 | |||
1 | <template> | 7 | <template> |
2 | <div class="applicantInfo itemForm"> | 8 | <div class="applicantInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 9 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :缮证 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:36:10 | ||
5 | --> | ||
6 | <!-- | ||
7 | * @Description : | ||
8 | * @Autor : miaofang | ||
9 | * @LastEditTime : 2023-05-17 13:36:06 | ||
10 | --> | ||
1 | <template> | 11 | <template> |
2 | <div class="certificateInfo itemForm"> | 12 | <div class="certificateInfo itemForm"> |
3 | <el-form :model="certificateInfo" :rules="rules" ref="formList" label-width="100px" :key="key"> | 13 | <el-form :model="certificateInfo" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :申请 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:36:26 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="acceptanceInfo itemForm"> | 7 | <div class="acceptanceInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :附件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:37:37 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="unstructuredDoc itemForm"> | 7 | <div class="unstructuredDoc itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :点状定着物信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:37:51 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="punctateFixator itemForm"> | 7 | <div class="punctateFixator itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :面状定着物 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:39:21 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="planarFixture itemForm"> | 7 | <div class="planarFixture itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :线状定着物 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:39:52 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="linearFixture itemForm"> | 7 | <div class="linearFixture itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :宗地变化情况 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:40:04 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="parcelChange itemForm"> | 7 | <div class="parcelChange itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :用海、用岛坐标信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:40:27 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="islandCoordinates itemForm"> | 7 | <div class="islandCoordinates itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :用海状况信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:43:58 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="seaUse itemForm"> | 7 | <div class="seaUse itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :宗海变化情况 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:40:17 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="parcelChange itemForm"> | 7 | <div class="parcelChange itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :层信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:44:19 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="houseFloor itemForm"> | 7 | <div class="houseFloor itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="121px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="121px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :户信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:44:30 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="households itemForm"> | 7 | <div class="households itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :逻辑幢信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:45:31 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="logicBuilding itemForm"> | 7 | <div class="logicBuilding itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :自然幢 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:45:26 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="naturalBuilding itemForm"> | 7 | <div class="naturalBuilding itemForm"> |
3 | <el-form :model="naturalForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="naturalForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :界址点信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:46:09 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="boundaryPoint itemForm"> | 7 | <div class="boundaryPoint itemForm"> |
3 | <el-form :model="boundaryPoint" :rules="rules" ref="formList" label-width="113px" :key="key"> | 8 | <el-form :model="boundaryPoint" :rules="rules" ref="formList" label-width="113px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 界址线信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:46:22 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="boundaryLine itemForm"> | 7 | <div class="boundaryLine itemForm"> |
3 | <el-form :model="boundaryLine" :rules="rules" ref="formList" label-width="121px" :key="key"> | 8 | <el-form :model="boundaryLine" :rules="rules" ref="formList" label-width="121px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 构筑物 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:47:13 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="structure itemForm"> | 7 | <div class="structure itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :宗地基本信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:48:52 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="parcelBaseInfo itemForm"> | 7 | <div class="parcelBaseInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="120px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="120px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :宗海基本信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:49:43 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="zonghaiBasicInfo itemForm"> | 7 | <div class="zonghaiBasicInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :房地产权(项目内多幢房屋)项目属性 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:49:56 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="multiplehouseInfoXmsx itemForm"> | 7 | <div class="multiplehouseInfoXmsx itemForm"> |
3 | <el-form :model="ruleForm" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 建筑物区分所有权业主共有部分信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:50:31 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="mainCommonPart itemForm"> | 7 | <div class="mainCommonPart itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 查封登记信息页面 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:52:33 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="seizureRegistration itemForm"> | 7 | <div class="seizureRegistration itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="112px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="112px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :抵押权信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:56:46 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="otherRelevant itemForm"> | 7 | <div class="otherRelevant itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :地役权信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:57:06 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="otherRelevant itemForm"> | 7 | <div class="otherRelevant itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :归档信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:57:20 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="issuingInfo itemForm"> | 7 | <div class="issuingInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="issuingInfo" label-width="100px"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="issuingInfo" label-width="100px"> | ... | ... |
1 | <!-- | ||
2 | * @Description :海域(含无居民海岛)使用权表单组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:57:54 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="seaAreaUse itemForm"> | 7 | <div class="seaAreaUse itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :建设用地、宅基地使用权信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:57:54 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="landBuildingInfo itemForm"> | 7 | <div class="landBuildingInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="108px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="108px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :农用地使用权(非林地)表单组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:58:46 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="agriculturalLandUse itemForm"> | 7 | <div class="agriculturalLandUse itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="123px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="123px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :其他相关权利表单 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:59:09 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="otherRelevant itemForm"> | 7 | <div class="otherRelevant itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 土地所有权信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 13:59:50 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="landOwnershipInfo itemForm"> | 7 | <div class="landOwnershipInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :预告登记信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:09:19 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="advanceNoticeRegistration itemForm"> | 7 | <div class="advanceNoticeRegistration itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px"> |
4 | <el-row> | 9 | <el-row> |
10 | <!--要素代码: --> | ||
5 | <el-col :span="8"> | 11 | <el-col :span="8"> |
6 | <el-form-item prop="YSDM"> | 12 | <el-form-item prop="YSDM"> |
7 | <span slot="label"> | 13 | <span slot="label"> |
... | @@ -11,6 +17,7 @@ | ... | @@ -11,6 +17,7 @@ |
11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM"></el-input> | 17 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM"></el-input> |
12 | </el-form-item> | 18 | </el-form-item> |
13 | </el-col> | 19 | </el-col> |
20 | <!--业务号: --> | ||
14 | <el-col :span="8"> | 21 | <el-col :span="8"> |
15 | <el-form-item prop="YWH"> | 22 | <el-form-item prop="YWH"> |
16 | <span slot="label"> | 23 | <span slot="label"> |
... | @@ -20,6 +27,7 @@ | ... | @@ -20,6 +27,7 @@ |
20 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWH"></el-input> | 27 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWH"></el-input> |
21 | </el-form-item> | 28 | </el-form-item> |
22 | </el-col> | 29 | </el-col> |
30 | <!--不动产单元号: --> | ||
23 | <el-col :span="8"> | 31 | <el-col :span="8"> |
24 | <el-form-item prop="BDCDYH"> | 32 | <el-form-item prop="BDCDYH"> |
25 | <span slot="label"> | 33 | <span slot="label"> |
... | @@ -31,6 +39,7 @@ | ... | @@ -31,6 +39,7 @@ |
31 | </el-col> | 39 | </el-col> |
32 | </el-row> | 40 | </el-row> |
33 | <el-row> | 41 | <el-row> |
42 | <!--上次业务号: --> | ||
34 | <el-col :span="8"> | 43 | <el-col :span="8"> |
35 | <el-form-item prop="scYWH"> | 44 | <el-form-item prop="scYWH"> |
36 | <span slot="label"> | 45 | <span slot="label"> |
... | @@ -40,6 +49,7 @@ | ... | @@ -40,6 +49,7 @@ |
40 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.scYWH"></el-input> | 49 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.scYWH"></el-input> |
41 | </el-form-item> | 50 | </el-form-item> |
42 | </el-col> | 51 | </el-col> |
52 | <!--不动产坐落: --> | ||
43 | <el-col :span="8"> | 53 | <el-col :span="8"> |
44 | <el-form-item prop="BDCZL"> | 54 | <el-form-item prop="BDCZL"> |
45 | <span slot="label"> | 55 | <span slot="label"> |
... | @@ -49,6 +59,7 @@ | ... | @@ -49,6 +59,7 @@ |
49 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BDCZL"></el-input> | 59 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BDCZL"></el-input> |
50 | </el-form-item> | 60 | </el-form-item> |
51 | </el-col> | 61 | </el-col> |
62 | <!--义务人: --> | ||
52 | <el-col :span="8"> | 63 | <el-col :span="8"> |
53 | <el-form-item prop="YWR"> | 64 | <el-form-item prop="YWR"> |
54 | <span slot="label"> | 65 | <span slot="label"> |
... | @@ -61,6 +72,7 @@ | ... | @@ -61,6 +72,7 @@ |
61 | </el-row> | 72 | </el-row> |
62 | 73 | ||
63 | <el-row> | 74 | <el-row> |
75 | <!--义务人证件种类: --> | ||
64 | <el-col :span="8"> | 76 | <el-col :span="8"> |
65 | <el-form-item prop="YWRZJZL"> | 77 | <el-form-item prop="YWRZJZL"> |
66 | <span slot="label"> | 78 | <span slot="label"> |
... | @@ -73,7 +85,7 @@ | ... | @@ -73,7 +85,7 @@ |
73 | </el-select> | 85 | </el-select> |
74 | </el-form-item> | 86 | </el-form-item> |
75 | </el-col> | 87 | </el-col> |
76 | 88 | <!--义务人证件号: --> | |
77 | <el-col :span="8"> | 89 | <el-col :span="8"> |
78 | <el-form-item prop="YWRZJH"> | 90 | <el-form-item prop="YWRZJH"> |
79 | <span slot="label"> | 91 | <span slot="label"> |
... | @@ -83,6 +95,7 @@ | ... | @@ -83,6 +95,7 @@ |
83 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWRZJH"></el-input> | 95 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YWRZJH"></el-input> |
84 | </el-form-item> | 96 | </el-form-item> |
85 | </el-col> | 97 | </el-col> |
98 | <!--预告登记种类: --> | ||
86 | <el-col :span="8"> | 99 | <el-col :span="8"> |
87 | <el-form-item prop="YGDJZL"> | 100 | <el-form-item prop="YGDJZL"> |
88 | <span slot="label"> | 101 | <span slot="label"> |
... | @@ -97,6 +110,7 @@ | ... | @@ -97,6 +110,7 @@ |
97 | </el-col> | 110 | </el-col> |
98 | </el-row> | 111 | </el-row> |
99 | <el-row> | 112 | <el-row> |
113 | <!--登记类型: --> | ||
100 | <el-col :span="8"> | 114 | <el-col :span="8"> |
101 | <el-form-item prop="DJLX"> | 115 | <el-form-item prop="DJLX"> |
102 | <span slot="label"> | 116 | <span slot="label"> |
... | @@ -109,6 +123,7 @@ | ... | @@ -109,6 +123,7 @@ |
109 | </el-select> | 123 | </el-select> |
110 | </el-form-item> | 124 | </el-form-item> |
111 | </el-col> | 125 | </el-col> |
126 | <!--登记原因: --> | ||
112 | <el-col :span="8"> | 127 | <el-col :span="8"> |
113 | <el-form-item prop="DJYY"> | 128 | <el-form-item prop="DJYY"> |
114 | <span slot="label"> | 129 | <span slot="label"> |
... | @@ -118,6 +133,7 @@ | ... | @@ -118,6 +133,7 @@ |
118 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJYY"></el-input> | 133 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJYY"></el-input> |
119 | </el-form-item> | 134 | </el-form-item> |
120 | </el-col> | 135 | </el-col> |
136 | <!--土地使用权人: --> | ||
121 | <el-col :span="8"> | 137 | <el-col :span="8"> |
122 | <el-form-item prop="TDSYQR"> | 138 | <el-form-item prop="TDSYQR"> |
123 | <span slot="label"> | 139 | <span slot="label"> |
... | @@ -129,6 +145,7 @@ | ... | @@ -129,6 +145,7 @@ |
129 | </el-col> | 145 | </el-col> |
130 | </el-row> | 146 | </el-row> |
131 | <el-row> | 147 | <el-row> |
148 | <!--规划用途: --> | ||
132 | <el-col :span="8"> | 149 | <el-col :span="8"> |
133 | <el-form-item prop="GHYT"> | 150 | <el-form-item prop="GHYT"> |
134 | <span slot="label"> | 151 | <span slot="label"> |
... | @@ -141,6 +158,7 @@ | ... | @@ -141,6 +158,7 @@ |
141 | </el-select> | 158 | </el-select> |
142 | </el-form-item> | 159 | </el-form-item> |
143 | </el-col> | 160 | </el-col> |
161 | <!--用途名称: --> | ||
144 | <el-col :span="8"> | 162 | <el-col :span="8"> |
145 | <el-form-item prop="YTMC"> | 163 | <el-form-item prop="YTMC"> |
146 | <span slot="label"> | 164 | <span slot="label"> |
... | @@ -150,6 +168,7 @@ | ... | @@ -150,6 +168,7 @@ |
150 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YTMC"></el-input> | 168 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YTMC"></el-input> |
151 | </el-form-item> | 169 | </el-form-item> |
152 | </el-col> | 170 | </el-col> |
171 | <!--房屋性质: --> | ||
153 | <el-col :span="8"> | 172 | <el-col :span="8"> |
154 | <el-form-item prop="FWXZ"> | 173 | <el-form-item prop="FWXZ"> |
155 | <span slot="label"> | 174 | <span slot="label"> |
... | @@ -164,6 +183,7 @@ | ... | @@ -164,6 +183,7 @@ |
164 | </el-col> | 183 | </el-col> |
165 | </el-row> | 184 | </el-row> |
166 | <el-row> | 185 | <el-row> |
186 | <!--房屋性质名称: --> | ||
167 | <el-col :span="8"> | 187 | <el-col :span="8"> |
168 | <el-form-item prop="FWXZMC"> | 188 | <el-form-item prop="FWXZMC"> |
169 | <span slot="label"> | 189 | <span slot="label"> |
... | @@ -173,6 +193,7 @@ | ... | @@ -173,6 +193,7 @@ |
173 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.FWXZMC"></el-input> | 193 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.FWXZMC"></el-input> |
174 | </el-form-item> | 194 | </el-form-item> |
175 | </el-col> | 195 | </el-col> |
196 | <!--房屋结构: --> | ||
176 | <el-col :span="8"> | 197 | <el-col :span="8"> |
177 | <el-form-item prop="FWJG"> | 198 | <el-form-item prop="FWJG"> |
178 | <span slot="label"> | 199 | <span slot="label"> |
... | @@ -185,6 +206,7 @@ | ... | @@ -185,6 +206,7 @@ |
185 | </el-select> | 206 | </el-select> |
186 | </el-form-item> | 207 | </el-form-item> |
187 | </el-col> | 208 | </el-col> |
209 | <!--所在层: --> | ||
188 | <el-col :span="8"> | 210 | <el-col :span="8"> |
189 | <el-form-item prop="SZC"> | 211 | <el-form-item prop="SZC"> |
190 | <span slot="label"> | 212 | <span slot="label"> |
... | @@ -197,6 +219,7 @@ | ... | @@ -197,6 +219,7 @@ |
197 | </el-col> | 219 | </el-col> |
198 | </el-row> | 220 | </el-row> |
199 | <el-row> | 221 | <el-row> |
222 | <!--总层数: --> | ||
200 | <el-col :span="8"> | 223 | <el-col :span="8"> |
201 | <el-form-item prop="ZCS" :rules="{ type: 'number' }"> | 224 | <el-form-item prop="ZCS" :rules="{ type: 'number' }"> |
202 | <span slot="label"> | 225 | <span slot="label"> |
... | @@ -207,7 +230,7 @@ | ... | @@ -207,7 +230,7 @@ |
207 | v-only-number="{ max: 9999, min: 0, precision: 0 }"></el-input> | 230 | v-only-number="{ max: 9999, min: 0, precision: 0 }"></el-input> |
208 | </el-form-item> | 231 | </el-form-item> |
209 | </el-col> | 232 | </el-col> |
210 | 233 | <!--建筑面积: --> | |
211 | <el-col :span="8"> | 234 | <el-col :span="8"> |
212 | <el-form-item prop="JZMJ" :rules="{ type: 'number' }"> | 235 | <el-form-item prop="JZMJ" :rules="{ type: 'number' }"> |
213 | <span slot="label"> | 236 | <span slot="label"> |
... | @@ -218,6 +241,7 @@ | ... | @@ -218,6 +241,7 @@ |
218 | v-only-number="{ max: 999999999999999, min: 0, precision: 2 }"></el-input> | 241 | v-only-number="{ max: 999999999999999, min: 0, precision: 2 }"></el-input> |
219 | </el-form-item> | 242 | </el-form-item> |
220 | </el-col> | 243 | </el-col> |
244 | <!-- 取得价格/被担保主债权数额 --> | ||
221 | <el-col :span="8"> | 245 | <el-col :span="8"> |
222 | <el-form-item prop="QDJG" :rules="{ type: 'number' }"> | 246 | <el-form-item prop="QDJG" :rules="{ type: 'number' }"> |
223 | <span slot="label"> | 247 | <span slot="label"> |
... | @@ -230,6 +254,7 @@ | ... | @@ -230,6 +254,7 @@ |
230 | </el-col> | 254 | </el-col> |
231 | </el-row> | 255 | </el-row> |
232 | <el-row> | 256 | <el-row> |
257 | <!-- 金额单位: --> | ||
233 | <el-col :span="8"> | 258 | <el-col :span="8"> |
234 | <el-form-item prop="JEDW"> | 259 | <el-form-item prop="JEDW"> |
235 | <span slot="label"> | 260 | <span slot="label"> |
... | @@ -242,6 +267,7 @@ | ... | @@ -242,6 +267,7 @@ |
242 | </el-select> | 267 | </el-select> |
243 | </el-form-item> | 268 | </el-form-item> |
244 | </el-col> | 269 | </el-col> |
270 | <!-- 担保范围: --> | ||
245 | <el-col :span="8"> | 271 | <el-col :span="8"> |
246 | <el-form-item prop="DBFW"> | 272 | <el-form-item prop="DBFW"> |
247 | <span slot="label"> | 273 | <span slot="label"> |
... | @@ -252,6 +278,7 @@ | ... | @@ -252,6 +278,7 @@ |
252 | </el-input> | 278 | </el-input> |
253 | </el-form-item> | 279 | </el-form-item> |
254 | </el-col> | 280 | </el-col> |
281 | <!-- 是否存在禁止或限制转让抵押不动产的约定: --> | ||
255 | <el-col :span="8"> | 282 | <el-col :span="8"> |
256 | <el-form-item prop="SFCZJZHXZ"> | 283 | <el-form-item prop="SFCZJZHXZ"> |
257 | <span slot="label"> | 284 | <span slot="label"> |
... | @@ -265,6 +292,7 @@ | ... | @@ -265,6 +292,7 @@ |
265 | </el-form-item> | 292 | </el-form-item> |
266 | </el-col> | 293 | </el-col> |
267 | </el-row> | 294 | </el-row> |
295 | <!-- 不动产登记证明号: --> | ||
268 | <el-row> | 296 | <el-row> |
269 | <el-col :span="8"> | 297 | <el-col :span="8"> |
270 | <el-form-item prop="BDCDJZMH"> | 298 | <el-form-item prop="BDCDJZMH"> |
... | @@ -276,7 +304,7 @@ | ... | @@ -276,7 +304,7 @@ |
276 | </el-input> | 304 | </el-input> |
277 | </el-form-item> | 305 | </el-form-item> |
278 | </el-col> | 306 | </el-col> |
279 | 307 | <!-- 区县代码: --> | |
280 | <el-col :span="8"> | 308 | <el-col :span="8"> |
281 | <el-form-item prop="QXDM"> | 309 | <el-form-item prop="QXDM"> |
282 | <span slot="label"> | 310 | <span slot="label"> |
... | @@ -286,6 +314,7 @@ | ... | @@ -286,6 +314,7 @@ |
286 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM"></el-input> | 314 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM"></el-input> |
287 | </el-form-item> | 315 | </el-form-item> |
288 | </el-col> | 316 | </el-col> |
317 | <!-- 登记机构: --> | ||
289 | <el-col :span="8"> | 318 | <el-col :span="8"> |
290 | <el-form-item prop="DJJG"> | 319 | <el-form-item prop="DJJG"> |
291 | <span slot="label"> | 320 | <span slot="label"> |
... | @@ -297,6 +326,7 @@ | ... | @@ -297,6 +326,7 @@ |
297 | </el-col> | 326 | </el-col> |
298 | </el-row> | 327 | </el-row> |
299 | <el-row> | 328 | <el-row> |
329 | <!-- 登簿人: --> | ||
300 | <el-col :span="8"> | 330 | <el-col :span="8"> |
301 | <el-form-item prop="DBR"> | 331 | <el-form-item prop="DBR"> |
302 | <span slot="label"> | 332 | <span slot="label"> |
... | @@ -306,6 +336,7 @@ | ... | @@ -306,6 +336,7 @@ |
306 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR"></el-input> | 336 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR"></el-input> |
307 | </el-form-item> | 337 | </el-form-item> |
308 | </el-col> | 338 | </el-col> |
339 | <!-- 登记时间: --> | ||
309 | <el-col :span="8"> | 340 | <el-col :span="8"> |
310 | <el-form-item prop="DJSJ"> | 341 | <el-form-item prop="DJSJ"> |
311 | <span slot="label"> | 342 | <span slot="label"> |
... | @@ -316,6 +347,7 @@ | ... | @@ -316,6 +347,7 @@ |
316 | value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker> | 347 | value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker> |
317 | </el-form-item> | 348 | </el-form-item> |
318 | </el-col> | 349 | </el-col> |
350 | <!-- 权属状态: --> | ||
319 | <el-col :span="8"> | 351 | <el-col :span="8"> |
320 | <el-form-item prop="QSZT"> | 352 | <el-form-item prop="QSZT"> |
321 | <span slot="label"> | 353 | <span slot="label"> |
... | @@ -329,6 +361,7 @@ | ... | @@ -329,6 +361,7 @@ |
329 | </el-form-item> | 361 | </el-form-item> |
330 | </el-col> | 362 | </el-col> |
331 | </el-row> | 363 | </el-row> |
364 | <!-- 附记: --> | ||
332 | <el-row> | 365 | <el-row> |
333 | <el-col :span="24"> | 366 | <el-col :span="24"> |
334 | <el-form-item prop="FJ"> | 367 | <el-form-item prop="FJ"> |
... | @@ -340,6 +373,7 @@ | ... | @@ -340,6 +373,7 @@ |
340 | </el-form-item> | 373 | </el-form-item> |
341 | </el-col> | 374 | </el-col> |
342 | </el-row> | 375 | </el-row> |
376 | <!-- 注销预告业务号: --> | ||
343 | <el-row> | 377 | <el-row> |
344 | <el-col :span="8"> | 378 | <el-col :span="8"> |
345 | <el-form-item prop="ZXYGYWH"> | 379 | <el-form-item prop="ZXYGYWH"> |
... | @@ -351,6 +385,7 @@ | ... | @@ -351,6 +385,7 @@ |
351 | </el-input> | 385 | </el-input> |
352 | </el-form-item> | 386 | </el-form-item> |
353 | </el-col> | 387 | </el-col> |
388 | <!-- 注销时间: --> | ||
354 | <el-col :span="8"> | 389 | <el-col :span="8"> |
355 | <el-form-item prop="ZXSJ"> | 390 | <el-form-item prop="ZXSJ"> |
356 | <span slot="label"> | 391 | <span slot="label"> |
... | @@ -361,6 +396,7 @@ | ... | @@ -361,6 +396,7 @@ |
361 | value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker> | 396 | value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker> |
362 | </el-form-item> | 397 | </el-form-item> |
363 | </el-col> | 398 | </el-col> |
399 | <!-- 注销预告原因: --> | ||
364 | <el-col :span="8"> | 400 | <el-col :span="8"> |
365 | <el-form-item prop="ZXYGYY"> | 401 | <el-form-item prop="ZXYGYY"> |
366 | <span slot="label"> | 402 | <span slot="label"> | ... | ... |
1 | <!-- | ||
2 | * @Description :异议登记信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:10:44 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="objectionRegistration itemForm"> | 7 | <div class="objectionRegistration itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="121px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="121px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 注销登记信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:11:07 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="cancellationRegistration itemForm"> | 7 | <div class="cancellationRegistration itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="100px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :房地产权_项目内多幢房屋信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:11:30 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="multiplehouseInfo itemForm"> | 7 | <div class="multiplehouseInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="125px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="125px" :key="key"> |
... | @@ -98,7 +103,7 @@ | ... | @@ -98,7 +103,7 @@ |
98 | 独用土地面积: <br /> | 103 | 独用土地面积: <br /> |
99 | <p class="label-detail">(DYJZMJ)</p> | 104 | <p class="label-detail">(DYJZMJ)</p> |
100 | </span> | 105 | </span> |
101 | <el-input :disabled="$store.state.business.Edit" v-model.number="ruleForm.DYJZMJ" | 106 | <el-input :disabled="$store.state.business.Edit" v-model.number="ruleForm.DYJZMJ" |
102 | title="" type="number" v-only-number="{ max: 999999999999999, min: 0, precision: 2 }"></el-input> | 107 | title="" type="number" v-only-number="{ max: 999999999999999, min: 0, precision: 2 }"></el-input> |
103 | </el-form-item> | 108 | </el-form-item> |
104 | </el-col> | 109 | </el-col> |
... | @@ -122,7 +127,7 @@ | ... | @@ -122,7 +127,7 @@ |
122 | 土地使用起始时间: <br /> | 127 | 土地使用起始时间: <br /> |
123 | <p class="label-detail">(TDSYQSSJ)</p> | 128 | <p class="label-detail">(TDSYQSSJ)</p> |
124 | </span> | 129 | </span> |
125 | <el-date-picker :disabled="$store.state.business.Edit" type="date" | 130 | <el-date-picker :disabled="$store.state.business.Edit" type="date" |
126 | :picker-options="pickerOptionsStart" clearable v-model="ruleForm.TDSYQSSJ" | 131 | :picker-options="pickerOptionsStart" clearable v-model="ruleForm.TDSYQSSJ" |
127 | value-format="yyyy-MM-dd"></el-date-picker> | 132 | value-format="yyyy-MM-dd"></el-date-picker> |
128 | </el-form-item> | 133 | </el-form-item> |
... | @@ -134,7 +139,7 @@ | ... | @@ -134,7 +139,7 @@ |
134 | 土地使用结束时间: <br /> | 139 | 土地使用结束时间: <br /> |
135 | <p class="label-detail">(TDSYJSSJ)</p> | 140 | <p class="label-detail">(TDSYJSSJ)</p> |
136 | </span> | 141 | </span> |
137 | <el-date-picker :disabled="$store.state.business.Edit" type="date" | 142 | <el-date-picker :disabled="$store.state.business.Edit" type="date" |
138 | :picker-options="pickerOptionsEnd" clearable v-model="ruleForm.TDSYJSSJ" | 143 | :picker-options="pickerOptionsEnd" clearable v-model="ruleForm.TDSYJSSJ" |
139 | value-format="yyyy-MM-dd"></el-date-picker> | 144 | value-format="yyyy-MM-dd"></el-date-picker> |
140 | </el-form-item> | 145 | </el-form-item> | ... | ... |
1 | <!-- | ||
2 | * @Description :房地产权_独幢 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 15:29:24 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="singleBuilding itemForm"> | 7 | <div class="singleBuilding itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="135px" :key="key"> |
4 | <el-row> | 9 | <el-row> |
10 | <!-- 要素代码: --> | ||
5 | <el-col :span="8"> | 11 | <el-col :span="8"> |
6 | <el-form-item prop="YSDM"> | 12 | <el-form-item prop="YSDM"> |
7 | <span slot="label"> | 13 | <span slot="label"> |
... | @@ -11,7 +17,7 @@ | ... | @@ -11,7 +17,7 @@ |
11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" maxlength="10"></el-input> | 17 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" maxlength="10"></el-input> |
12 | </el-form-item> | 18 | </el-form-item> |
13 | </el-col> | 19 | </el-col> |
14 | 20 | <!--不动产单元号: --> | |
15 | <el-col :span="8"> | 21 | <el-col :span="8"> |
16 | <el-form-item prop="BDCDYH"> | 22 | <el-form-item prop="BDCDYH"> |
17 | <span slot="label"> | 23 | <span slot="label"> | ... | ... |
1 | <!-- | ||
2 | * @Description :构(建)筑物所有权信息 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:16:20 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="buildingOwnershipInfo itemForm"> | 7 | <div class="buildingOwnershipInfo itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="150px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="150px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description :林权信息表单 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:16:34 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="forestOwnership itemForm"> | 7 | <div class="forestOwnership itemForm"> |
3 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="164px" :key="key"> | 8 | <el-form :model="ruleForm" :rules="rules" ref="formList" label-width="164px" :key="key"> | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment