添加注释代码优化
Showing
154 changed files
with
901 additions
and
81 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"> | ... | ... |
1 | <!-- | ||
2 | * @Description :宗地空间属性 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:16:57 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="parcelSpaceProperties itemForm"> | 7 | <div class="parcelSpaceProperties itemForm"> |
3 | <el-form :model="obligeeForm" ref="formList" label-width="113px" :key="key"> | 8 | <el-form :model="obligeeForm" ref="formList" label-width="113px" :key="key"> | ... | ... |
1 | <!-- | ||
2 | * @Description : 宗海空间属性 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:17:12 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="seaSpaceAttribute itemForm"> | 7 | <div class="seaSpaceAttribute 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:33:00 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="obligee itemForm"> | 7 | <div class="obligee itemForm"> |
3 | <el-form :model="obligeeForm" ref="formList" label-width="113px" :key="key"> | 8 | <el-form :model="obligeeForm" ref="formList" label-width="113px" :key="key"> |
... | @@ -5,6 +10,7 @@ | ... | @@ -5,6 +10,7 @@ |
5 | <p class="obligee-item-name">权利人{{ index + 1 }}</p> | 10 | <p class="obligee-item-name">权利人{{ index + 1 }}</p> |
6 | <div class="obligee-item-list"> | 11 | <div class="obligee-item-list"> |
7 | <el-row class="obligee-item-input"> | 12 | <el-row class="obligee-item-input"> |
13 | <!-- 要素代码: --> | ||
8 | <el-col :span="8"> | 14 | <el-col :span="8"> |
9 | <el-form-item class="borderTopNone" :prop="'obligeeList.' + index + '.YSDM'" :rules="rules.YSDM"> | 15 | <el-form-item class="borderTopNone" :prop="'obligeeList.' + index + '.YSDM'" :rules="rules.YSDM"> |
10 | <span slot="label"> | 16 | <span slot="label"> |
... | @@ -15,7 +21,7 @@ | ... | @@ -15,7 +21,7 @@ |
15 | </el-input> | 21 | </el-input> |
16 | </el-form-item> | 22 | </el-form-item> |
17 | </el-col> | 23 | </el-col> |
18 | 24 | <!-- 顺序号: --> | |
19 | <el-col :span="8"> | 25 | <el-col :span="8"> |
20 | <el-form-item class="borderTopNone" :prop="'obligeeList.' + index + '.SXH'" | 26 | <el-form-item class="borderTopNone" :prop="'obligeeList.' + index + '.SXH'" |
21 | :rules="{ ...rules.SXH, ...typeNum }"> | 27 | :rules="{ ...rules.SXH, ...typeNum }"> |
... | @@ -27,7 +33,7 @@ | ... | @@ -27,7 +33,7 @@ |
27 | title="" type="number" v-only-number="{ max: 9999, min: 0, precision: 0 }"></el-input> | 33 | title="" type="number" v-only-number="{ max: 9999, min: 0, precision: 0 }"></el-input> |
28 | </el-form-item> | 34 | </el-form-item> |
29 | </el-col> | 35 | </el-col> |
30 | 36 | <!-- 不动产单元号: --> | |
31 | <el-col :span="8"> | 37 | <el-col :span="8"> |
32 | <el-form-item class="borderTopNone" :prop="'obligeeList.' + index + '.BDCDYH'" :rules="rules.BDCDYH"> | 38 | <el-form-item class="borderTopNone" :prop="'obligeeList.' + index + '.BDCDYH'" :rules="rules.BDCDYH"> |
33 | <span slot="label"> | 39 | <span slot="label"> |
... | @@ -41,6 +47,7 @@ | ... | @@ -41,6 +47,7 @@ |
41 | </el-row> | 47 | </el-row> |
42 | 48 | ||
43 | <el-row class="obligee-item-input"> | 49 | <el-row class="obligee-item-input"> |
50 | <!-- 权利人名称: --> | ||
44 | <el-col :span="8"> | 51 | <el-col :span="8"> |
45 | <el-form-item :prop="'obligeeList.' + index + '.QLRMC'" :rules="rules.QLRMC"> | 52 | <el-form-item :prop="'obligeeList.' + index + '.QLRMC'" :rules="rules.QLRMC"> |
46 | <span slot="label"> | 53 | <span slot="label"> |
... | @@ -51,7 +58,7 @@ | ... | @@ -51,7 +58,7 @@ |
51 | </el-input> | 58 | </el-input> |
52 | </el-form-item> | 59 | </el-form-item> |
53 | </el-col> | 60 | </el-col> |
54 | 61 | <!-- 不动产权证号: --> | |
55 | <el-col :span="8"> | 62 | <el-col :span="8"> |
56 | <el-form-item :prop="'obligeeList.' + index + '.BDCQZH'" :rules="rules.BDCQZH"> | 63 | <el-form-item :prop="'obligeeList.' + index + '.BDCQZH'" :rules="rules.BDCQZH"> |
57 | <span slot="label"> | 64 | <span slot="label"> |
... | @@ -62,7 +69,7 @@ | ... | @@ -62,7 +69,7 @@ |
62 | </el-input> | 69 | </el-input> |
63 | </el-form-item> | 70 | </el-form-item> |
64 | </el-col> | 71 | </el-col> |
65 | 72 | <!-- 权证印刷序列号: --> | |
66 | <el-col :span="8"> | 73 | <el-col :span="8"> |
67 | <el-form-item :prop="'obligeeList.' + index + '.QZYSXLH'" :rules="rules.QZYSXLH"> | 74 | <el-form-item :prop="'obligeeList.' + index + '.QZYSXLH'" :rules="rules.QZYSXLH"> |
68 | <span slot="label"> | 75 | <span slot="label"> |
... | @@ -76,6 +83,7 @@ | ... | @@ -76,6 +83,7 @@ |
76 | </el-row> | 83 | </el-row> |
77 | 84 | ||
78 | <el-row class="obligee-item-input"> | 85 | <el-row class="obligee-item-input"> |
86 | <!-- 是否持证人: --> | ||
79 | <el-col :span="8"> | 87 | <el-col :span="8"> |
80 | <el-form-item :prop="'obligeeList.' + index + '.SFCZR'" :rules="rules.SFCZR"> | 88 | <el-form-item :prop="'obligeeList.' + index + '.SFCZR'" :rules="rules.SFCZR"> |
81 | <span slot="label"> | 89 | <span slot="label"> |
... | @@ -88,7 +96,7 @@ | ... | @@ -88,7 +96,7 @@ |
88 | </el-select> | 96 | </el-select> |
89 | </el-form-item> | 97 | </el-form-item> |
90 | </el-col> | 98 | </el-col> |
91 | 99 | <!-- 证件种类: --> | |
92 | <el-col :span="8"> | 100 | <el-col :span="8"> |
93 | <el-form-item :prop="'obligeeList.' + index + '.ZJZL'" :rules="rules.ZJZL"> | 101 | <el-form-item :prop="'obligeeList.' + index + '.ZJZL'" :rules="rules.ZJZL"> |
94 | <span slot="label"> | 102 | <span slot="label"> |
... | @@ -101,7 +109,7 @@ | ... | @@ -101,7 +109,7 @@ |
101 | </el-select> | 109 | </el-select> |
102 | </el-form-item> | 110 | </el-form-item> |
103 | </el-col> | 111 | </el-col> |
104 | 112 | <!-- 证件号: --> | |
105 | <el-col :span="8"> | 113 | <el-col :span="8"> |
106 | <el-form-item :prop="'obligeeList.' + index + '.ZJH'" :rules="rules.ZJH"> | 114 | <el-form-item :prop="'obligeeList.' + index + '.ZJH'" :rules="rules.ZJH"> |
107 | <span slot="label"> | 115 | <span slot="label"> |
... | @@ -113,7 +121,7 @@ | ... | @@ -113,7 +121,7 @@ |
113 | </el-form-item> | 121 | </el-form-item> |
114 | </el-col> | 122 | </el-col> |
115 | </el-row> | 123 | </el-row> |
116 | 124 | <!-- 发证机关: --> | |
117 | <el-row class="obligee-item-input"> | 125 | <el-row class="obligee-item-input"> |
118 | <el-col :span="8"> | 126 | <el-col :span="8"> |
119 | <el-form-item :prop="'obligeeList.' + index + '.FZJG'" :rules="rules.FZJG"> | 127 | <el-form-item :prop="'obligeeList.' + index + '.FZJG'" :rules="rules.FZJG"> |
... | @@ -125,7 +133,7 @@ | ... | @@ -125,7 +133,7 @@ |
125 | </el-input> | 133 | </el-input> |
126 | </el-form-item> | 134 | </el-form-item> |
127 | </el-col> | 135 | </el-col> |
128 | 136 | <!-- 所属行业: --> | |
129 | <el-col :span="8"> | 137 | <el-col :span="8"> |
130 | <el-form-item :prop="'obligeeList.' + index + '.SSHY'" :rules="rules.SSHY"> | 138 | <el-form-item :prop="'obligeeList.' + index + '.SSHY'" :rules="rules.SSHY"> |
131 | <span slot="label"> | 139 | <span slot="label"> |
... | @@ -136,7 +144,7 @@ | ... | @@ -136,7 +144,7 @@ |
136 | </el-input> | 144 | </el-input> |
137 | </el-form-item> | 145 | </el-form-item> |
138 | </el-col> | 146 | </el-col> |
139 | 147 | <!-- 国家/地区 --> | |
140 | <el-col :span="8"> | 148 | <el-col :span="8"> |
141 | <el-form-item :prop="'obligeeList.' + index + '.GJ'" :rules="rules.GJ"> | 149 | <el-form-item :prop="'obligeeList.' + index + '.GJ'" :rules="rules.GJ"> |
142 | <span slot="label"> | 150 | <span slot="label"> |
... | @@ -149,6 +157,7 @@ | ... | @@ -149,6 +157,7 @@ |
149 | </el-row> | 157 | </el-row> |
150 | 158 | ||
151 | <el-row class="obligee-item-input"> | 159 | <el-row class="obligee-item-input"> |
160 | <!-- 户籍所在省市: --> | ||
152 | <el-col :span="8"> | 161 | <el-col :span="8"> |
153 | <el-form-item :prop="'obligeeList.' + index + '.HJSZSS'" :rules="rules.HJSZSS"> | 162 | <el-form-item :prop="'obligeeList.' + index + '.HJSZSS'" :rules="rules.HJSZSS"> |
154 | <span slot="label"> | 163 | <span slot="label"> |
... | @@ -159,7 +168,7 @@ | ... | @@ -159,7 +168,7 @@ |
159 | </el-input> | 168 | </el-input> |
160 | </el-form-item> | 169 | </el-form-item> |
161 | </el-col> | 170 | </el-col> |
162 | 171 | <!-- 性别 --> | |
163 | <el-col :span="8"> | 172 | <el-col :span="8"> |
164 | <el-form-item :prop="'obligeeList.' + index + '.XB'" :rules="rules.XB"> | 173 | <el-form-item :prop="'obligeeList.' + index + '.XB'" :rules="rules.XB"> |
165 | <span slot="label"> | 174 | <span slot="label"> |
... | @@ -172,7 +181,7 @@ | ... | @@ -172,7 +181,7 @@ |
172 | </el-select> | 181 | </el-select> |
173 | </el-form-item> | 182 | </el-form-item> |
174 | </el-col> | 183 | </el-col> |
175 | 184 | <!-- 电话 --> | |
176 | <el-col :span="8"> | 185 | <el-col :span="8"> |
177 | <el-form-item :prop="'obligeeList.' + index + '.DH'" :rules="rules.DH"> | 186 | <el-form-item :prop="'obligeeList.' + index + '.DH'" :rules="rules.DH"> |
178 | <span slot="label"> | 187 | <span slot="label"> |
... | @@ -186,6 +195,7 @@ | ... | @@ -186,6 +195,7 @@ |
186 | </el-row> | 195 | </el-row> |
187 | 196 | ||
188 | <el-row class="obligee-item-input"> | 197 | <el-row class="obligee-item-input"> |
198 | <!-- 地址 --> | ||
189 | <el-col :span="8"> | 199 | <el-col :span="8"> |
190 | <el-form-item :prop="'obligeeList.' + index + '.DZ'" :rules="rules.DZ"> | 200 | <el-form-item :prop="'obligeeList.' + index + '.DZ'" :rules="rules.DZ"> |
191 | <span slot="label"> | 201 | <span slot="label"> |
... | @@ -195,7 +205,7 @@ | ... | @@ -195,7 +205,7 @@ |
195 | <el-input :disabled="$store.state.business.Edit" v-model="obligeeForm.obligeeList[index].DZ"></el-input> | 205 | <el-input :disabled="$store.state.business.Edit" v-model="obligeeForm.obligeeList[index].DZ"></el-input> |
196 | </el-form-item> | 206 | </el-form-item> |
197 | </el-col> | 207 | </el-col> |
198 | 208 | <!-- 邮编 --> | |
199 | <el-col :span="8"> | 209 | <el-col :span="8"> |
200 | <el-form-item :prop="'obligeeList.' + index + '.YB'" :rules="rules.YB"> | 210 | <el-form-item :prop="'obligeeList.' + index + '.YB'" :rules="rules.YB"> |
201 | <span slot="label"> | 211 | <span slot="label"> |
... | @@ -205,7 +215,7 @@ | ... | @@ -205,7 +215,7 @@ |
205 | <el-input :disabled="$store.state.business.Edit" v-model="obligeeForm.obligeeList[index].YB"></el-input> | 215 | <el-input :disabled="$store.state.business.Edit" v-model="obligeeForm.obligeeList[index].YB"></el-input> |
206 | </el-form-item> | 216 | </el-form-item> |
207 | </el-col> | 217 | </el-col> |
208 | 218 | <!-- 工作单位 --> | |
209 | <el-col :span="8"> | 219 | <el-col :span="8"> |
210 | <el-form-item :prop="'obligeeList.' + index + '.GZDW'" :rules="rules.GZDW"> | 220 | <el-form-item :prop="'obligeeList.' + index + '.GZDW'" :rules="rules.GZDW"> |
211 | <span slot="label"> | 221 | <span slot="label"> |
... | @@ -219,6 +229,7 @@ | ... | @@ -219,6 +229,7 @@ |
219 | </el-row> | 229 | </el-row> |
220 | 230 | ||
221 | <el-row class="obligee-item-input"> | 231 | <el-row class="obligee-item-input"> |
232 | <!-- 电子邮件--> | ||
222 | <el-col :span="8"> | 233 | <el-col :span="8"> |
223 | <el-form-item :prop="'obligeeList.' + index + '.DZYJ'" :rules="rules.DZYJ"> | 234 | <el-form-item :prop="'obligeeList.' + index + '.DZYJ'" :rules="rules.DZYJ"> |
224 | <span slot="label"> | 235 | <span slot="label"> |
... | @@ -229,7 +240,7 @@ | ... | @@ -229,7 +240,7 @@ |
229 | </el-input> | 240 | </el-input> |
230 | </el-form-item> | 241 | </el-form-item> |
231 | </el-col> | 242 | </el-col> |
232 | 243 | <!-- 权利人类型:--> | |
233 | <el-col :span="8"> | 244 | <el-col :span="8"> |
234 | <el-form-item :prop="'obligeeList.' + index + '.QLRLX'" :rules="rules.QLRLX"> | 245 | <el-form-item :prop="'obligeeList.' + index + '.QLRLX'" :rules="rules.QLRLX"> |
235 | <span slot="label"> | 246 | <span slot="label"> |
... | @@ -242,7 +253,7 @@ | ... | @@ -242,7 +253,7 @@ |
242 | </el-select> | 253 | </el-select> |
243 | </el-form-item> | 254 | </el-form-item> |
244 | </el-col> | 255 | </el-col> |
245 | 256 | <!-- 权利比例--> | |
246 | <el-col :span="8"> | 257 | <el-col :span="8"> |
247 | <el-form-item :prop="'obligeeList.' + index + '.QLBL'" :rules="rules.QLBL"> | 258 | <el-form-item :prop="'obligeeList.' + index + '.QLBL'" :rules="rules.QLBL"> |
248 | <span slot="label"> | 259 | <span slot="label"> |
... | @@ -256,6 +267,7 @@ | ... | @@ -256,6 +267,7 @@ |
256 | </el-row> | 267 | </el-row> |
257 | 268 | ||
258 | <el-row class="obligee-item-input"> | 269 | <el-row class="obligee-item-input"> |
270 | <!-- 共有方式--> | ||
259 | <el-col :span="8"> | 271 | <el-col :span="8"> |
260 | <el-form-item :prop="'obligeeList.' + index + '.GYFS'" :rules="rules.GYFS"> | 272 | <el-form-item :prop="'obligeeList.' + index + '.GYFS'" :rules="rules.GYFS"> |
261 | <span slot="label"> | 273 | <span slot="label"> |
... | @@ -268,7 +280,7 @@ | ... | @@ -268,7 +280,7 @@ |
268 | </el-select> | 280 | </el-select> |
269 | </el-form-item> | 281 | </el-form-item> |
270 | </el-col> | 282 | </el-col> |
271 | 283 | <!-- 共有情况:--> | |
272 | <el-col :span="8"> | 284 | <el-col :span="8"> |
273 | <el-form-item :prop="'obligeeList.' + index + '.GYQK'" :rules="rules.GYQK"> | 285 | <el-form-item :prop="'obligeeList.' + index + '.GYQK'" :rules="rules.GYQK"> |
274 | <span slot="label"> | 286 | <span slot="label"> |
... | @@ -279,7 +291,7 @@ | ... | @@ -279,7 +291,7 @@ |
279 | </el-input> | 291 | </el-input> |
280 | </el-form-item> | 292 | </el-form-item> |
281 | </el-col> | 293 | </el-col> |
282 | 294 | <!-- 备注:--> | |
283 | <el-col :span="8"> | 295 | <el-col :span="8"> |
284 | <el-form-item :prop="'obligeeList.' + index + '.BZ'" :rules="rules.BZ"> | 296 | <el-form-item :prop="'obligeeList.' + index + '.BZ'" :rules="rules.BZ"> |
285 | <span slot="label"> | 297 | <span slot="label"> |
... | @@ -292,6 +304,7 @@ | ... | @@ -292,6 +304,7 @@ |
292 | </el-row> | 304 | </el-row> |
293 | 305 | ||
294 | <el-row class="obligee-item-input"> | 306 | <el-row class="obligee-item-input"> |
307 | <!-- 区县代码:--> | ||
295 | <el-col :span="8"> | 308 | <el-col :span="8"> |
296 | <el-form-item :prop="'obligeeList.' + index + '.QXDM'" :rules="rules.QXDM"> | 309 | <el-form-item :prop="'obligeeList.' + index + '.QXDM'" :rules="rules.QXDM"> |
297 | <span slot="label"> | 310 | <span slot="label"> |
... | @@ -302,6 +315,7 @@ | ... | @@ -302,6 +315,7 @@ |
302 | </el-input> | 315 | </el-input> |
303 | </el-form-item> | 316 | </el-form-item> |
304 | </el-col> | 317 | </el-col> |
318 | <!-- 权利类型:--> | ||
305 | <el-col :span="8"> | 319 | <el-col :span="8"> |
306 | <el-form-item :prop="'obligeeList.' + index + '.QLLX'" :rules="rules.QLLX"> | 320 | <el-form-item :prop="'obligeeList.' + index + '.QLLX'" :rules="rules.QLLX"> |
307 | <span slot="label"> | 321 | <span slot="label"> |
... | @@ -312,6 +326,7 @@ | ... | @@ -312,6 +326,7 @@ |
312 | </el-input> | 326 | </el-input> |
313 | </el-form-item> | 327 | </el-form-item> |
314 | </el-col> | 328 | </el-col> |
329 | <!-- 业务号:--> | ||
315 | <el-col :span="8"> | 330 | <el-col :span="8"> |
316 | <el-form-item :prop="'obligeeList.' + index + '.YWH'" :rules="rules.YWH"> | 331 | <el-form-item :prop="'obligeeList.' + index + '.YWH'" :rules="rules.YWH"> |
317 | <span slot="label"> | 332 | <span slot="label"> |
... | @@ -324,6 +339,7 @@ | ... | @@ -324,6 +339,7 @@ |
324 | </el-col> | 339 | </el-col> |
325 | </el-row> | 340 | </el-row> |
326 | <el-row class="obligee-item-input"> | 341 | <el-row class="obligee-item-input"> |
342 | <!-- 权利人特征:--> | ||
327 | <el-col :span="8"> | 343 | <el-col :span="8"> |
328 | <el-form-item :prop="'obligeeList.' + index + '.QLRTZ'" :rules="rules.QLRTZ"> | 344 | <el-form-item :prop="'obligeeList.' + index + '.QLRTZ'" :rules="rules.QLRTZ"> |
329 | <span slot="label"> | 345 | <span slot="label"> |
... | @@ -334,6 +350,7 @@ | ... | @@ -334,6 +350,7 @@ |
334 | </el-input> | 350 | </el-input> |
335 | </el-form-item> | 351 | </el-form-item> |
336 | </el-col> | 352 | </el-col> |
353 | <!-- 承包方代码:--> | ||
337 | <el-col :span="8"> | 354 | <el-col :span="8"> |
338 | <el-form-item :prop="'obligeeList.' + index + '.CBFBM'" :rules="rules.CBFBM"> | 355 | <el-form-item :prop="'obligeeList.' + index + '.CBFBM'" :rules="rules.CBFBM"> |
339 | <span slot="label"> | 356 | <span slot="label"> |
... | @@ -344,6 +361,7 @@ | ... | @@ -344,6 +361,7 @@ |
344 | </el-input> | 361 | </el-input> |
345 | </el-form-item> | 362 | </el-form-item> |
346 | </el-col> | 363 | </el-col> |
364 | <!-- 发包方代码:--> | ||
347 | <el-col :span="8"> | 365 | <el-col :span="8"> |
348 | <el-form-item :prop="'obligeeList.' + index + '.FBFBM'" :rules="rules.FBFBM"> | 366 | <el-form-item :prop="'obligeeList.' + index + '.FBFBM'" :rules="rules.FBFBM"> |
349 | <span slot="label"> | 367 | <span slot="label"> |
... | @@ -355,6 +373,7 @@ | ... | @@ -355,6 +373,7 @@ |
355 | </el-form-item> | 373 | </el-form-item> |
356 | </el-col> | 374 | </el-col> |
357 | </el-row> | 375 | </el-row> |
376 | <!-- 权属状态:--> | ||
358 | <el-row class="obligee-item-input"> | 377 | <el-row class="obligee-item-input"> |
359 | <el-col :span="8"> | 378 | <el-col :span="8"> |
360 | <el-form-item :prop="'obligeeList.' + index + '.QSZT'" :rules="rules.QSZT"> | 379 | <el-form-item :prop="'obligeeList.' + index + '.QSZT'" :rules="rules.QSZT"> | ... | ... |
1 | /* | ||
2 | * @Description :挂载js方法 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:35:06 | ||
5 | */ | ||
1 | import Vue from 'vue' | 6 | import Vue from 'vue' |
2 | import XEUtils from 'xe-utils' | 7 | import XEUtils from 'xe-utils' |
3 | import VXETablePluginElement from 'vxe-table-plugin-element' | 8 | import VXETablePluginElement from 'vxe-table-plugin-element' | ... | ... |
1 | <!--面包屑 --> | 1 | <!-- |
2 | * @Description :面包屑 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:35:47 | ||
5 | --> | ||
2 | <template> | 6 | <template> |
3 | <el-breadcrumb class="app-breadcrumb" separator="/"> | 7 | <el-breadcrumb class="app-breadcrumb" separator="/"> |
4 | <transition-group name="breadcrumb"> | 8 | <transition-group name="breadcrumb"> | ... | ... |
1 | <!-- | ||
2 | * @Description :logo组件 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 14:47:27 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <div class="sidebar-logo-container" :class="{ 'collapse': collapse }"> | 7 | <div class="sidebar-logo-container" :class="{ 'collapse': collapse }"> |
3 | <transition name="sidebarLogoFade"> | 8 | <transition name="sidebarLogoFade"> | ... | ... |
... | @@ -4,9 +4,9 @@ | ... | @@ -4,9 +4,9 @@ |
4 | * @LastEditors: Please set LastEditors | 4 | * @LastEditors: Please set LastEditors |
5 | * @LastEditTime: 2023-05-11 10:11:15 | 5 | * @LastEditTime: 2023-05-11 10:11:15 |
6 | * @FilePath: \bdcjg-web\src\views\statistics\registerBookQuality\index.vue | 6 | * @FilePath: \bdcjg-web\src\views\statistics\registerBookQuality\index.vue |
7 | * @Description: | 7 | * @Description: 接入质量评价表 |
8 | * | 8 | * |
9 | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. | 9 | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. |
10 | --> | 10 | --> |
11 | <!-- 接入质量评价表 --> | 11 | <!-- 接入质量评价表 --> |
12 | <template> | 12 | <template> | ... | ... |
1 | <!-- | ||
2 | * @Description :修改登簿日志弹窗 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 15:38:05 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <!-- 修改登簿日志弹窗 --> | 7 | <!-- 修改登簿日志弹窗 --> |
3 | <el-dialog :close-on-click-modal="false" top="0" @close="closeDialog" | 8 | <el-dialog :close-on-click-modal="false" top="0" @close="closeDialog" | ... | ... |
1 | <!-- | ||
2 | * @Description : 编辑 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 15:40:41 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <!-- 编辑 --> | 7 | <!-- 编辑 --> |
3 | <dialogBox title="详情" @closeDialog="closeDialog" @submitForm="handleSubmit" v-model="myValue"> | 8 | <dialogBox title="详情" @closeDialog="closeDialog" @submitForm="handleSubmit" v-model="myValue"> |
... | @@ -85,4 +90,4 @@ export default { | ... | @@ -85,4 +90,4 @@ export default { |
85 | } | 90 | } |
86 | } | 91 | } |
87 | } | 92 | } |
88 | </script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
93 | </script> | ... | ... |
1 | <!-- | ||
2 | * @Description :编辑 | ||
3 | * @Autor : miaofang | ||
4 | * @LastEditTime : 2023-05-17 15:41:11 | ||
5 | --> | ||
1 | <template> | 6 | <template> |
2 | <!-- 编辑 --> | 7 | <!-- 编辑 --> |
3 | <dialogBox title="详情" @closeDialog="closeDialog" @submitForm="handleSubmit" v-model="myValue"> | 8 | <dialogBox title="详情" @closeDialog="closeDialog" @submitForm="handleSubmit" v-model="myValue"> |
... | @@ -85,4 +90,4 @@ export default { | ... | @@ -85,4 +90,4 @@ export default { |
85 | } | 90 | } |
86 | } | 91 | } |
87 | } | 92 | } |
88 | </script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
93 | </script> | ... | ... |
1 | <!-- 上报报文查询 --> | 1 | |
2 | <template> | 2 | <template> |
3 | <div class="from-clues"> | 3 | <div class="from-clues"> |
4 | <!-- 头部搜索 --> | 4 | <!-- |
5 | 头部搜索 | ||
6 | --> | ||
5 | <div class="from-clues-header"> | 7 | <div class="from-clues-header"> |
6 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 8 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
7 | <!-- 判断进入监管还是上报系统 --> | 9 | <!-- |
10 | 判断进入监管还是上报系统 | ||
11 | --> | ||
8 | <el-form-item v-if="BASE_API.THEME == 'jg'"> | 12 | <el-form-item v-if="BASE_API.THEME == 'jg'"> |
9 | <Breadcrumb /> | 13 | <Breadcrumb /> |
10 | </el-form-item> | 14 | </el-form-item> |
... | @@ -83,7 +87,9 @@ | ... | @@ -83,7 +87,9 @@ |
83 | </el-select> | 87 | </el-select> |
84 | </el-form-item> | 88 | </el-form-item> |
85 | </el-col> | 89 | </el-col> |
86 | <!-- 操作按钮 --> | 90 | <!-- |
91 | 操作按钮 | ||
92 | --> | ||
87 | <el-col :span="6" class="btnColRight"> | 93 | <el-col :span="6" class="btnColRight"> |
88 | <btn nativeType="cz" @click="resetForm">重置</btn> | 94 | <btn nativeType="cz" @click="resetForm">重置</btn> |
89 | <btn nativeType="cx" @click="handleSearch">查询</btn> | 95 | <btn nativeType="cx" @click="handleSearch">查询</btn> |
... | @@ -104,27 +110,38 @@ | ... | @@ -104,27 +110,38 @@ |
104 | </div> | 110 | </div> |
105 | </template> | 111 | </template> |
106 | <script> | 112 | <script> |
107 | // 上报报文查询 | 113 | /* |
108 | // 引入表头数据 | 114 | 引入表头数据 |
115 | */ | ||
109 | import { datas, sendThis } from "./data"; | 116 | import { datas, sendThis } from "./data"; |
110 | // 引入表格混入方法 | 117 | /* |
118 | 引入表格混入方法 | ||
119 | */ | ||
111 | import tableMixin from "@/mixins/tableMixin.js"; | 120 | import tableMixin from "@/mixins/tableMixin.js"; |
112 | // 引入详情弹框 | 121 | /* |
122 | 引入详情弹框 | ||
123 | */ | ||
113 | import dataDetails from "@/components/EditDialog"; | 124 | import dataDetails from "@/components/EditDialog"; |
114 | import { getSjsbReportPage } from "@/api/dataReport.js"; | 125 | import { getSjsbReportPage } from "@/api/dataReport.js"; |
115 | //引入日期处理方法 | 126 | /* |
127 | 引入日期处理方法 | ||
128 | */ | ||
116 | import { timeFormat } from "@/utils/operation"; | 129 | import { timeFormat } from "@/utils/operation"; |
117 | export default { | 130 | export default { |
118 | name: "sbbwcx", | 131 | name: "sbbwcx", |
119 | mixins: [tableMixin], | 132 | mixins: [tableMixin], |
120 | // 注册组件 | 133 | /* |
134 | 注册组件 | ||
135 | */ | ||
121 | components: { | 136 | components: { |
122 | dataDetails, | 137 | dataDetails, |
123 | }, | 138 | }, |
124 | data () { | 139 | data () { |
125 | return { | 140 | return { |
126 | isShow: false, | 141 | isShow: false, |
127 | // 开始结束日期限制 | 142 | /* |
143 | 开始结束日期限制 | ||
144 | */ | ||
128 | pickerOptionsStart: { | 145 | pickerOptionsStart: { |
129 | disabledDate: (time) => { | 146 | disabledDate: (time) => { |
130 | if (this.form.exchangeEndTime) { | 147 | if (this.form.exchangeEndTime) { |
... | @@ -132,7 +149,9 @@ | ... | @@ -132,7 +149,9 @@ |
132 | } | 149 | } |
133 | }, | 150 | }, |
134 | }, | 151 | }, |
135 | // 结束日期限制 | 152 | /* |
153 | 结束日期限制 | ||
154 | */ | ||
136 | pickerOptionsEnd: { | 155 | pickerOptionsEnd: { |
137 | disabledDate: (time) => { | 156 | disabledDate: (time) => { |
138 | if (this.form.exchangeStartTime) { | 157 | if (this.form.exchangeStartTime) { |
... | @@ -140,15 +159,24 @@ | ... | @@ -140,15 +159,24 @@ |
140 | } | 159 | } |
141 | }, | 160 | }, |
142 | }, | 161 | }, |
143 | // 头部搜索 | 162 | /* |
163 | 头部搜索 | ||
164 | */ | ||
144 | form: { | 165 | form: { |
145 | qxdm: "", // 行政区 | 166 | // 行政区 |
167 | qxdm: "", | ||
168 | // 开始日期 | ||
146 | exchangeStartTime: "", // 开始日期 | 169 | exchangeStartTime: "", // 开始日期 |
147 | exchangeEndTime: "", // 结束日期 | 170 | // 结束日期 |
148 | hjjg: "", //汇交状态 | 171 | exchangeEndTime: "", |
149 | bdcdyh: "", // 不动产单元号 | 172 | //汇交状态 |
150 | ywh: "", // 业务号 | 173 | hjjg: "", |
151 | qllx: "", // 权利类型 | 174 | // 不动产单元号 |
175 | bdcdyh: "", | ||
176 | // 业务号 | ||
177 | ywh: "", | ||
178 | // 权利类型 | ||
179 | qllx: "", | ||
152 | djlx: "", // 登记类型 | 180 | djlx: "", // 登记类型 |
153 | jcjg: "", // 检查结果 | 181 | jcjg: "", // 检查结果 |
154 | rkjg: "", //入库结果 | 182 | rkjg: "", //入库结果 | ... | ... |
-
Please register or sign in to post a comment