修改发起申请对应的字段内容处理
Showing
16 changed files
with
50 additions
and
60 deletions
... | @@ -285,7 +285,7 @@ export function selectZdjbxxSplitMergeLast (data) { | ... | @@ -285,7 +285,7 @@ export function selectZdjbxxSplitMergeLast (data) { |
285 | */ | 285 | */ |
286 | export function selectZrz (data) { | 286 | export function selectZrz (data) { |
287 | return request({ | 287 | return request({ |
288 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectZrz', | 288 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectZrzQjdc', |
289 | method: 'post', | 289 | method: 'post', |
290 | data | 290 | data |
291 | }) | 291 | }) | ... | ... |
... | @@ -159,10 +159,6 @@ export default { | ... | @@ -159,10 +159,6 @@ export default { |
159 | } | 159 | } |
160 | }, | 160 | }, |
161 | handleSelectionChange(val) { | 161 | handleSelectionChange(val) { |
162 | val.forEach((item, index) => { | ||
163 | item.bsmSsql = item.bsmQlxx; | ||
164 | item.ybdcqzsh = item.bdcqzh; | ||
165 | }); | ||
166 | this.bdcdysz = val; | 162 | this.bdcdysz = val; |
167 | }, | 163 | }, |
168 | select(selection, row) { | 164 | select(selection, row) { | ... | ... |
... | @@ -126,10 +126,6 @@ | ... | @@ -126,10 +126,6 @@ |
126 | }) | 126 | }) |
127 | }, | 127 | }, |
128 | handleSelectionChange (val) { | 128 | handleSelectionChange (val) { |
129 | val.forEach((item, index) => { | ||
130 | item.bsmSsql = item.bsmQlxx; | ||
131 | item.ybdcqzsh = item.bdcqzh; | ||
132 | }); | ||
133 | this.bdcdysz = val; | 129 | this.bdcdysz = val; |
134 | }, | 130 | }, |
135 | select(selection, row){ | 131 | select(selection, row){ | ... | ... |
... | @@ -260,9 +260,6 @@ | ... | @@ -260,9 +260,6 @@ |
260 | this.$popupCacel() | 260 | this.$popupCacel() |
261 | }, | 261 | }, |
262 | handleSelectionChange (val) { | 262 | handleSelectionChange (val) { |
263 | val.forEach((item, index) => { | ||
264 | item.bsmSsql = item.zdbsm | ||
265 | }) | ||
266 | this.bdcdysz = val | 263 | this.bdcdysz = val |
267 | }, | 264 | }, |
268 | handleLpbClick (item) { | 265 | handleLpbClick (item) { | ... | ... |
... | @@ -111,10 +111,6 @@ | ... | @@ -111,10 +111,6 @@ |
111 | }) | 111 | }) |
112 | }, | 112 | }, |
113 | handleSelectionChange (val) { | 113 | handleSelectionChange (val) { |
114 | val.forEach((item, index) => { | ||
115 | item.bsmSsql = item.bsmQlxx | ||
116 | item.ybdcqzsh = item.bdcqzh | ||
117 | }) | ||
118 | this.bdcdysz = val; | 114 | this.bdcdysz = val; |
119 | }, | 115 | }, |
120 | openBook (row) { | 116 | openBook (row) { | ... | ... |
... | @@ -139,10 +139,6 @@ | ... | @@ -139,10 +139,6 @@ |
139 | }) | 139 | }) |
140 | }, | 140 | }, |
141 | handleSelectionChange (val) { | 141 | handleSelectionChange (val) { |
142 | val.forEach((item, index) => { | ||
143 | item.bsmSsql = item.bsmQlxx; | ||
144 | item.ybdcqzsh = item.bdcqzh; | ||
145 | }); | ||
146 | this.bdcdysz = val; | 142 | this.bdcdysz = val; |
147 | }, | 143 | }, |
148 | select(selection, row){ | 144 | select(selection, row){ | ... | ... |
... | @@ -116,10 +116,6 @@ | ... | @@ -116,10 +116,6 @@ |
116 | }) | 116 | }) |
117 | }, | 117 | }, |
118 | handleSelectionChange (val) { | 118 | handleSelectionChange (val) { |
119 | val.forEach((item, index) => { | ||
120 | item.bsmSsql = item.bsmQlxx; | ||
121 | item.ybdcqzsh = item.bdcqzh; | ||
122 | }); | ||
123 | this.bdcdysz = val; | 119 | this.bdcdysz = val; |
124 | }, | 120 | }, |
125 | select(selection, row){ | 121 | select(selection, row){ | ... | ... |
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
48 | </template> | 48 | </template> |
49 | <script> | 49 | <script> |
50 | import store from '@/store/index.js' | 50 | import store from '@/store/index.js' |
51 | import { datas, sendThis } from "../javascript/selectYgdj100.js"; | 51 | import { datas, sendThis } from "../javascript/selectH.js"; |
52 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 52 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
53 | import table from "@/utils/mixin/table"; | 53 | import table from "@/utils/mixin/table"; |
54 | import jump from "./mixin/jump"; | 54 | import jump from "./mixin/jump"; |
... | @@ -115,11 +115,7 @@ | ... | @@ -115,11 +115,7 @@ |
115 | this.$popupCacel() | 115 | this.$popupCacel() |
116 | }) | 116 | }) |
117 | }, | 117 | }, |
118 | handleSelectionChange (val) { | 118 | handleSelectionChange (val) { |
119 | val.forEach((item, index) => { | ||
120 | item.bsmSsql = item.bsmQlxx; | ||
121 | item.ybdcqzsh = item.bdcqzh; | ||
122 | }); | ||
123 | this.bdcdysz = val; | 119 | this.bdcdysz = val; |
124 | }, | 120 | }, |
125 | select(selection, row){ | 121 | select(selection, row){ | ... | ... |
... | @@ -123,11 +123,7 @@ | ... | @@ -123,11 +123,7 @@ |
123 | this.$popupCacel() | 123 | this.$popupCacel() |
124 | }) | 124 | }) |
125 | }, | 125 | }, |
126 | handleSelectionChange (val) { | 126 | handleSelectionChange (val) { |
127 | val.forEach((item, index) => { | ||
128 | item.bsmSsql = item.bsmQlxx; | ||
129 | item.ybdcqzsh = item.bdcqzh; | ||
130 | }); | ||
131 | this.bdcdysz = val; | 127 | this.bdcdysz = val; |
132 | }, | 128 | }, |
133 | openBook (row) { | 129 | openBook (row) { | ... | ... |
... | @@ -110,6 +110,7 @@ | ... | @@ -110,6 +110,7 @@ |
110 | if (res.code === 200) { | 110 | if (res.code === 200) { |
111 | this.tableData.datastwo = res.result | 111 | this.tableData.datastwo = res.result |
112 | this.tableData.datastwo.forEach(item => { | 112 | this.tableData.datastwo.forEach(item => { |
113 | item.bsm = item.zdbsm; | ||
113 | item.bglx = '2' | 114 | item.bglx = '2' |
114 | }) | 115 | }) |
115 | this.bdcdysz = [this.bdcdysz[0], ...this.tableData.datastwo] | 116 | this.bdcdysz = [this.bdcdysz[0], ...this.tableData.datastwo] |
... | @@ -130,8 +131,6 @@ | ... | @@ -130,8 +131,6 @@ |
130 | handleRowClick (val) { | 131 | handleRowClick (val) { |
131 | this.radioVal = val.bhqkbsm | 132 | this.radioVal = val.bhqkbsm |
132 | let obj = val | 133 | let obj = val |
133 | obj.bsmSsql = val.bsmQlxx; | ||
134 | obj.ybdcqzsh = val.bdcqzh; | ||
135 | obj.bglx = '1'; | 134 | obj.bglx = '1'; |
136 | 135 | ||
137 | this.bdcdysz[0] = obj | 136 | this.bdcdysz[0] = obj | ... | ... |
... | @@ -121,6 +121,9 @@ | ... | @@ -121,6 +121,9 @@ |
121 | }) | 121 | }) |
122 | }, | 122 | }, |
123 | handleSelectionChange (val) { | 123 | handleSelectionChange (val) { |
124 | val.forEach((item, index) => { | ||
125 | item.bsm = item.zdbsm; | ||
126 | }); | ||
124 | this.bdcdysz = val; | 127 | this.bdcdysz = val; |
125 | }, | 128 | }, |
126 | select(selection, row){ | 129 | select(selection, row){ | ... | ... |
... | @@ -115,11 +115,7 @@ | ... | @@ -115,11 +115,7 @@ |
115 | this.$popupCacel() | 115 | this.$popupCacel() |
116 | }) | 116 | }) |
117 | }, | 117 | }, |
118 | handleSelectionChange (val) { | 118 | handleSelectionChange (val) { |
119 | val.forEach((item, index) => { | ||
120 | item.bsmSsql = item.bsmQlxx; | ||
121 | item.ybdcqzsh = item.bdcqzh; | ||
122 | }); | ||
123 | this.bdcdysz = val; | 119 | this.bdcdysz = val; |
124 | }, | 120 | }, |
125 | select(selection, row){ | 121 | select(selection, row){ | ... | ... |
... | @@ -116,10 +116,6 @@ | ... | @@ -116,10 +116,6 @@ |
116 | }) | 116 | }) |
117 | }, | 117 | }, |
118 | handleSelectionChange (val) { | 118 | handleSelectionChange (val) { |
119 | val.forEach((item, index) => { | ||
120 | item.bsmSsql = item.bsmQlxx; | ||
121 | item.ybdcqzsh = item.bdcqzh; | ||
122 | }); | ||
123 | this.bdcdysz = val; | 119 | this.bdcdysz = val; |
124 | }, | 120 | }, |
125 | select(selection, row){ | 121 | select(selection, row){ | ... | ... |
... | @@ -116,10 +116,6 @@ | ... | @@ -116,10 +116,6 @@ |
116 | }) | 116 | }) |
117 | }, | 117 | }, |
118 | handleSelectionChange (val) { | 118 | handleSelectionChange (val) { |
119 | val.forEach((item, index) => { | ||
120 | item.bsmSsql = item.bsmQlxx; | ||
121 | item.ybdcqzsh = item.bdcqzh; | ||
122 | }); | ||
123 | this.bdcdysz = val; | 119 | this.bdcdysz = val; |
124 | }, | 120 | }, |
125 | select(selection, row){ | 121 | select(selection, row){ | ... | ... |
... | @@ -51,25 +51,48 @@ class data extends filter { | ... | @@ -51,25 +51,48 @@ class data extends filter { |
51 | </div> | 51 | </div> |
52 | ) | 52 | ) |
53 | } | 53 | } |
54 | }, | 54 | }, |
55 | { | 55 | { |
56 | prop: "qllxmc", | 56 | label: "测绘类型", |
57 | label: "权利类型", | 57 | render: (h, scope) => { |
58 | return ( | ||
59 | <div> | ||
60 | <span v-show={scope.row.scyclx == 0}>预测</span> | ||
61 | <span v-show={scope.row.scyclx == 1}>实测</span> | ||
62 | </div> | ||
63 | ) | ||
64 | } | ||
58 | }, | 65 | }, |
59 | { | 66 | { |
60 | prop: "bdcdyh", | 67 | prop: "bdcdyh", |
61 | label: "不动产单元号", | 68 | label: "不动产单元号", |
62 | }, | 69 | }, |
63 | { | 70 | { |
71 | prop: "jzwmc", | ||
72 | label: "建筑物名称", | ||
73 | }, | ||
74 | { | ||
75 | prop: "fwxzmc", | ||
76 | label: "房屋性质", | ||
77 | }, | ||
78 | { | ||
79 | prop: "showFwyt", | ||
80 | label: "房屋用途", | ||
81 | }, | ||
82 | { | ||
64 | prop: "szc", | 83 | prop: "szc", |
65 | label: "房屋所在层数", | 84 | label: "所在层", |
85 | }, | ||
86 | { | ||
87 | prop: "zcs", | ||
88 | label: "总层数", | ||
66 | }, | 89 | }, |
67 | { | 90 | { |
68 | prop: "mj", | 91 | prop: "jzmj", |
69 | label: "房屋面积", | 92 | label: "建筑面积", |
70 | }, | 93 | }, |
71 | { | 94 | { |
72 | prop: "fwjgmc", | 95 | prop: "showfwjg", |
73 | label: "房屋结构", | 96 | label: "房屋结构", |
74 | }, | 97 | }, |
75 | { | 98 | { | ... | ... |
... | @@ -67,11 +67,11 @@ class data extends filter { | ... | @@ -67,11 +67,11 @@ class data extends filter { |
67 | minWidth: '110' | 67 | minWidth: '110' |
68 | }, | 68 | }, |
69 | { | 69 | { |
70 | prop: "qlxzmc", | 70 | prop: "showQlxz", |
71 | label: "权利性质", | 71 | label: "权利性质", |
72 | }, | 72 | }, |
73 | { | 73 | { |
74 | prop: "mj", | 74 | prop: "zdmj", |
75 | label: "宗地面积(㎡)", | 75 | label: "宗地面积(㎡)", |
76 | }, | 76 | }, |
77 | { | 77 | { |
... | @@ -79,10 +79,18 @@ class data extends filter { | ... | @@ -79,10 +79,18 @@ class data extends filter { |
79 | label: "权利设定方式", | 79 | label: "权利设定方式", |
80 | }, | 80 | }, |
81 | { | 81 | { |
82 | prop: "ytmc", | 82 | prop: "showTdyt", |
83 | label: "土地用途", | 83 | label: "土地用途", |
84 | }, | 84 | }, |
85 | { | 85 | { |
86 | prop: "tfh", | ||
87 | label: "图幅号", | ||
88 | }, | ||
89 | { | ||
90 | prop: "djh", | ||
91 | label: "地籍号", | ||
92 | }, | ||
93 | { | ||
86 | prop: "zl", | 94 | prop: "zl", |
87 | label: "坐落", | 95 | label: "坐落", |
88 | minWidth: '110' | 96 | minWidth: '110' | ... | ... |
-
Please register or sign in to post a comment