Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
3 changed files
with
202 additions
and
83 deletions
... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
61 | <script> | 61 | <script> |
62 | //首次登记 | 62 | //首次登记 |
63 | import store from '@/store/index.js' | 63 | import store from '@/store/index.js' |
64 | import { datas, datastwo, sendThis } from "../javascript/selectJsydsyq.js"; | 64 | import { datas, datastwo, sendThis } from "../javascript/selectJsydsyqhbfg.js"; |
65 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 65 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
66 | import table from "@/utils/mixin/table"; | 66 | import table from "@/utils/mixin/table"; |
67 | import jump from "./mixin/jump"; | 67 | import jump from "./mixin/jump"; | ... | ... |
... | @@ -9,9 +9,6 @@ let vm = null | ... | @@ -9,9 +9,6 @@ let vm = null |
9 | const sendThis = (_this) => { | 9 | const sendThis = (_this) => { |
10 | vm = _this | 10 | vm = _this |
11 | } | 11 | } |
12 | // const sendThiss= (_this) => { | ||
13 | // vm1 = _this | ||
14 | // } | ||
15 | class data extends filter { | 12 | class data extends filter { |
16 | constructor() { | 13 | constructor() { |
17 | super() | 14 | super() |
... | @@ -19,6 +16,11 @@ class data extends filter { | ... | @@ -19,6 +16,11 @@ class data extends filter { |
19 | columns () { | 16 | columns () { |
20 | return [ | 17 | return [ |
21 | { | 18 | { |
19 | type: 'selection', | ||
20 | label: '全选', | ||
21 | selectable: this.selected | ||
22 | }, | ||
23 | { | ||
22 | label: '序号', | 24 | label: '序号', |
23 | type: 'index', | 25 | type: 'index', |
24 | width: '50', | 26 | width: '50', |
... | @@ -108,89 +110,10 @@ class data extends filter { | ... | @@ -108,89 +110,10 @@ class data extends filter { |
108 | ] | 110 | ] |
109 | } | 111 | } |
110 | 112 | ||
111 | } | ||
112 | class datatwo extends filter { | ||
113 | constructor() { | ||
114 | super() | ||
115 | } | ||
116 | |||
117 | columns1 () { | ||
118 | return [ | ||
119 | { | ||
120 | label: '序号', | ||
121 | type: 'index', | ||
122 | width: '50', | ||
123 | render: (h, scope) => { | ||
124 | return ( | ||
125 | <div> | ||
126 | {(vm.pageData.currentPage - 1) * vm.pageData.pageSize + scope.$index + 1} | ||
127 | </div> | ||
128 | ) | ||
129 | } | ||
130 | }, | ||
131 | { | ||
132 | label: "状态", | ||
133 | render: (h, scope) => { | ||
134 | return ( | ||
135 | <div> | ||
136 | {/* <a v-on:click="doSomething"></a> */} | ||
137 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
138 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
139 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
140 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
141 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
142 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
143 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
144 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
145 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
146 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
147 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> | ||
148 | </div> | ||
149 | ) | ||
150 | } | ||
151 | }, | ||
152 | { | ||
153 | prop: "qllxmc", | ||
154 | label: "权利类型", | ||
155 | }, | ||
156 | { | ||
157 | prop: "zddm", | ||
158 | label: "宗地代码", | ||
159 | }, | ||
160 | { | ||
161 | prop: "bdcdyh", | ||
162 | label: "不动产单元号", | ||
163 | minWidth: '110' | ||
164 | }, | ||
165 | { | ||
166 | prop: "qlxzmc", | ||
167 | label: "权利性质", | ||
168 | }, | ||
169 | { | ||
170 | prop: "mj", | ||
171 | label: "宗地面积(㎡)", | ||
172 | }, | ||
173 | { | ||
174 | prop: "qlsdfsmc", | ||
175 | label: "权利设定方式", | ||
176 | }, | ||
177 | { | ||
178 | prop: "ytmc", | ||
179 | label: "土地用途", | ||
180 | }, | ||
181 | { | ||
182 | prop: "zl", | ||
183 | label: "坐落", | ||
184 | minWidth: '110' | ||
185 | }, | ||
186 | ] | ||
187 | } | ||
188 | 113 | ||
189 | } | 114 | } |
190 | let datas = new data() | 115 | let datas = new data() |
191 | let datastwo = new datatwo () | ||
192 | export { | 116 | export { |
193 | datas, | 117 | datas, |
194 | datastwo , | ||
195 | sendThis | 118 | sendThis |
196 | } | 119 | } | ... | ... |
1 | /* | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-05-17 10:37:24 | ||
5 | */ | ||
6 | import filter from '@/utils/filter.js' | ||
7 | let vm = null | ||
8 | |||
9 | const sendThis = (_this) => { | ||
10 | vm = _this | ||
11 | } | ||
12 | // const sendThiss= (_this) => { | ||
13 | // vm1 = _this | ||
14 | // } | ||
15 | class data extends filter { | ||
16 | constructor() { | ||
17 | super() | ||
18 | } | ||
19 | columns () { | ||
20 | return [ | ||
21 | { | ||
22 | label: '序号', | ||
23 | type: 'index', | ||
24 | width: '50', | ||
25 | render: (h, scope) => { | ||
26 | return ( | ||
27 | <div> | ||
28 | {(vm.pageData.currentPage - 1) * vm.pageData.pageSize + scope.$index + 1} | ||
29 | </div> | ||
30 | ) | ||
31 | } | ||
32 | }, | ||
33 | { | ||
34 | label: "状态", | ||
35 | width: '130', | ||
36 | render: (h, scope) => { | ||
37 | return ( | ||
38 | <div> | ||
39 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
40 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
41 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
42 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
43 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
44 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
45 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
46 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
47 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
48 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
49 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> | ||
50 | </div> | ||
51 | ) | ||
52 | } | ||
53 | }, | ||
54 | { | ||
55 | prop: "qllxmc", | ||
56 | label: "权利类型", | ||
57 | }, | ||
58 | { | ||
59 | prop: "bdcdyh", | ||
60 | label: "不动产单元号", | ||
61 | minWidth: '150' | ||
62 | }, | ||
63 | { | ||
64 | prop: "bdcqzh", | ||
65 | label: "不动产权证号", | ||
66 | minWidth: '150' | ||
67 | }, | ||
68 | { | ||
69 | prop: "qlrmc", | ||
70 | label: "使用权人", | ||
71 | }, | ||
72 | { | ||
73 | prop: "qlrzjhm", | ||
74 | label: "证件号", | ||
75 | }, | ||
76 | { | ||
77 | prop: "qlxzmc", | ||
78 | width: '80', | ||
79 | label: "权利性质", | ||
80 | }, | ||
81 | { | ||
82 | prop: "mj", | ||
83 | width: '100', | ||
84 | label: "使用权面积", | ||
85 | }, | ||
86 | { | ||
87 | prop: "ytmc", | ||
88 | label: "土地用途", | ||
89 | }, | ||
90 | { | ||
91 | prop: "zl", | ||
92 | label: "坐落", | ||
93 | minWidth: '150' | ||
94 | }, | ||
95 | { | ||
96 | label: '操作', | ||
97 | width: '80', | ||
98 | align: 'center', | ||
99 | fixed: 'right', | ||
100 | render: (h, scope) => { | ||
101 | return ( | ||
102 | <div> | ||
103 | <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.openBook(scope.row) }}>登记薄</el-button> | ||
104 | </div> | ||
105 | ) | ||
106 | } | ||
107 | }, | ||
108 | ] | ||
109 | } | ||
110 | |||
111 | } | ||
112 | class datatwo extends filter { | ||
113 | constructor() { | ||
114 | super() | ||
115 | } | ||
116 | |||
117 | columns1 () { | ||
118 | return [ | ||
119 | { | ||
120 | label: '序号', | ||
121 | type: 'index', | ||
122 | width: '50', | ||
123 | render: (h, scope) => { | ||
124 | return ( | ||
125 | <div> | ||
126 | {(vm.pageData.currentPage - 1) * vm.pageData.pageSize + scope.$index + 1} | ||
127 | </div> | ||
128 | ) | ||
129 | } | ||
130 | }, | ||
131 | { | ||
132 | label: "状态", | ||
133 | render: (h, scope) => { | ||
134 | return ( | ||
135 | <div> | ||
136 | {/* <a v-on:click="doSomething"></a> */} | ||
137 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
138 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
139 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
140 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
141 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
142 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
143 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
144 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
145 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
146 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
147 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> | ||
148 | </div> | ||
149 | ) | ||
150 | } | ||
151 | }, | ||
152 | { | ||
153 | prop: "qllxmc", | ||
154 | label: "权利类型", | ||
155 | }, | ||
156 | { | ||
157 | prop: "zddm", | ||
158 | label: "宗地代码", | ||
159 | }, | ||
160 | { | ||
161 | prop: "bdcdyh", | ||
162 | label: "不动产单元号", | ||
163 | minWidth: '110' | ||
164 | }, | ||
165 | { | ||
166 | prop: "qlxzmc", | ||
167 | label: "权利性质", | ||
168 | }, | ||
169 | { | ||
170 | prop: "mj", | ||
171 | label: "宗地面积(㎡)", | ||
172 | }, | ||
173 | { | ||
174 | prop: "qlsdfsmc", | ||
175 | label: "权利设定方式", | ||
176 | }, | ||
177 | { | ||
178 | prop: "ytmc", | ||
179 | label: "土地用途", | ||
180 | }, | ||
181 | { | ||
182 | prop: "zl", | ||
183 | label: "坐落", | ||
184 | minWidth: '110' | ||
185 | }, | ||
186 | ] | ||
187 | } | ||
188 | |||
189 | } | ||
190 | let datas = new data() | ||
191 | let datastwo = new datatwo () | ||
192 | export { | ||
193 | datas, | ||
194 | datastwo , | ||
195 | sendThis | ||
196 | } |
-
Please register or sign in to post a comment