Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
5 changed files
with
136 additions
and
12 deletions
... | @@ -116,6 +116,19 @@ export function startBusinessFlow (data) { | ... | @@ -116,6 +116,19 @@ export function startBusinessFlow (data) { |
116 | } | 116 | } |
117 | 117 | ||
118 | /** | 118 | /** |
119 | * @description: 业务办理-发起业务申请流程 | ||
120 | * @param {*} data | ||
121 | * @author: renchao | ||
122 | */ | ||
123 | export function startRepairFlow (data) { | ||
124 | return request({ | ||
125 | url: SERVER.SERVERAPI + '/rest/business/workFlow/startRepairFlow', | ||
126 | method: 'post', | ||
127 | data | ||
128 | }) | ||
129 | } | ||
130 | |||
131 | /** | ||
119 | * @description: 已办箱列表查询接口 | 132 | * @description: 已办箱列表查询接口 |
120 | * @param {*} data | 133 | * @param {*} data |
121 | * @author: renchao | 134 | * @author: renchao | ... | ... |
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
22 | </div> | 22 | </div> |
23 | <el-row :gutter="10"> | 23 | <el-row :gutter="10"> |
24 | <el-col :span="8"> | 24 | <el-col :span="8"> |
25 | <el-form-item label="业务号:"> | 25 | <el-form-item label="补录编号:"> |
26 | <el-input disabled v-model="ruleForm.qlxx.ywh"></el-input> | 26 | <el-input disabled v-model="ruleForm.qlxx.ywh"></el-input> |
27 | </el-form-item> | 27 | </el-form-item> |
28 | </el-col> | 28 | </el-col> |
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
37 | </el-form-item> | 37 | </el-form-item> |
38 | </el-col> | 38 | </el-col> |
39 | </el-row> | 39 | </el-row> |
40 | <el-row :gutter="10"> | 40 | <!-- <el-row :gutter="10"> |
41 | <el-col :span="8"> | 41 | <el-col :span="8"> |
42 | <el-form-item label="权利类型:"> | 42 | <el-form-item label="权利类型:"> |
43 | <el-input v-model="ruleForm.qlxx.qlxx"></el-input> | 43 | <el-input v-model="ruleForm.qlxx.qlxx"></el-input> |
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
53 | <el-input v-model="ruleForm.qlxx.djlxmc"></el-input> | 53 | <el-input v-model="ruleForm.qlxx.djlxmc"></el-input> |
54 | </el-form-item> | 54 | </el-form-item> |
55 | </el-col> | 55 | </el-col> |
56 | </el-row> | 56 | </el-row> --> |
57 | <div class="slxx_title title-block"> | 57 | <div class="slxx_title title-block"> |
58 | 不动产单元情况 | 58 | 不动产单元情况 |
59 | <div class="triangle"></div> | 59 | <div class="triangle"></div> |
... | @@ -69,6 +69,11 @@ | ... | @@ -69,6 +69,11 @@ |
69 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | 69 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> |
70 | </el-form-item> | 70 | </el-form-item> |
71 | </el-col> | 71 | </el-col> |
72 | <el-col :span="8"> | ||
73 | <el-form-item label="权利性质:"> | ||
74 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
75 | </el-form-item> | ||
76 | </el-col> | ||
72 | </el-row> | 77 | </el-row> |
73 | <el-row :gutter="10"> | 78 | <el-row :gutter="10"> |
74 | <el-col :span="8"> | 79 | <el-col :span="8"> |
... | @@ -91,6 +96,102 @@ | ... | @@ -91,6 +96,102 @@ |
91 | <el-input v-model="ruleForm.fdcq2.fwjgmc"></el-input> | 96 | <el-input v-model="ruleForm.fdcq2.fwjgmc"></el-input> |
92 | </el-form-item> | 97 | </el-form-item> |
93 | </el-col> | 98 | </el-col> |
99 | <el-col :span="8"> | ||
100 | <el-form-item label="权利性质:"> | ||
101 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
102 | </el-form-item> | ||
103 | </el-col> | ||
104 | <el-col :span="8"> | ||
105 | <el-form-item label="上手业务号"> | ||
106 | <el-input v-model="ruleForm.qlxx.ssywh"></el-input> | ||
107 | </el-form-item> | ||
108 | </el-col> | ||
109 | <el-col :span="8"> | ||
110 | <el-form-item label="权利类型:"> | ||
111 | <el-input v-model="ruleForm.qlxx.qllx"></el-input> | ||
112 | </el-form-item> | ||
113 | </el-col> | ||
114 | <el-col :span="8"> | ||
115 | <el-form-item label="登记类型:"> | ||
116 | <el-input v-model="ruleForm.qlxx.djlx"></el-input> | ||
117 | </el-form-item> | ||
118 | </el-col> | ||
119 | <el-col :span="8"> | ||
120 | <el-form-item label="房地坐落:"> | ||
121 | <el-input v-model="ruleForm.qlxx.fdzl"></el-input> | ||
122 | </el-form-item> | ||
123 | </el-col> | ||
124 | <el-col :span="8"> | ||
125 | <el-form-item label="土地使用权人:"> | ||
126 | <el-input v-model="ruleForm.qlxx.tdsyqr"></el-input> | ||
127 | </el-form-item> | ||
128 | </el-col> | ||
129 | <el-col :span="8"> | ||
130 | <el-form-item label="独用土地面积:"> | ||
131 | <el-input v-model="ruleForm.qlxx.dytdmj"></el-input> | ||
132 | </el-form-item> | ||
133 | </el-col> | ||
134 | <el-col :span="8"> | ||
135 | <el-form-item label="权利性质:"> | ||
136 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
137 | </el-form-item> | ||
138 | </el-col> | ||
139 | <el-col :span="8"> | ||
140 | <el-form-item label="权利性质:"> | ||
141 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
142 | </el-form-item> | ||
143 | </el-col> | ||
144 | <el-col :span="8"> | ||
145 | <el-form-item label="权利性质:"> | ||
146 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
147 | </el-form-item> | ||
148 | </el-col> | ||
149 | <el-col :span="8"> | ||
150 | <el-form-item label="权利性质:"> | ||
151 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
152 | </el-form-item> | ||
153 | </el-col> | ||
154 | <el-col :span="8"> | ||
155 | <el-form-item label="权利性质:"> | ||
156 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
157 | </el-form-item> | ||
158 | </el-col> | ||
159 | <el-col :span="8"> | ||
160 | <el-form-item label="权利性质:"> | ||
161 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
162 | </el-form-item> | ||
163 | </el-col> | ||
164 | <el-col :span="8"> | ||
165 | <el-form-item label="权利性质:"> | ||
166 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
167 | </el-form-item> | ||
168 | </el-col> | ||
169 | <el-col :span="8"> | ||
170 | <el-form-item label="权利性质:"> | ||
171 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
172 | </el-form-item> | ||
173 | </el-col> | ||
174 | <el-col :span="8"> | ||
175 | <el-form-item label="权利性质:"> | ||
176 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
177 | </el-form-item> | ||
178 | </el-col> | ||
179 | <el-col :span="8"> | ||
180 | <el-form-item label="权利性质:"> | ||
181 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
182 | </el-form-item> | ||
183 | </el-col> | ||
184 | <el-col :span="8"> | ||
185 | <el-form-item label="权利性质:"> | ||
186 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
187 | </el-form-item> | ||
188 | </el-col> | ||
189 | <el-col :span="8"> | ||
190 | <el-form-item label="权利性质:"> | ||
191 | <el-input v-model="ruleForm.qlxx.qlxzmc"></el-input> | ||
192 | </el-form-item> | ||
193 | </el-col> | ||
194 | |||
94 | </el-row> | 195 | </el-row> |
95 | <div class="slxx_title title-block"> | 196 | <div class="slxx_title title-block"> |
96 | 权利人信息 | 197 | 权利人信息 | ... | ... |
... | @@ -224,7 +224,7 @@ | ... | @@ -224,7 +224,7 @@ |
224 | if (!this.isJump) { | 224 | if (!this.isJump) { |
225 | startBusinessFlow({ | 225 | startBusinessFlow({ |
226 | bsmSqyw: this.bsmSqyw, | 226 | bsmSqyw: this.bsmSqyw, |
227 | fwlx: this.activeName, | 227 | sjlx: 'zrz', |
228 | bdcdysz: this.bdcdysz, | 228 | bdcdysz: this.bdcdysz, |
229 | djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", | 229 | djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", |
230 | djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", | 230 | djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", | ... | ... |
... | @@ -30,8 +30,8 @@ | ... | @@ -30,8 +30,8 @@ |
30 | </el-col> | 30 | </el-col> |
31 | <el-col :span="4" class="btnColRight"> | 31 | <el-col :span="4" class="btnColRight"> |
32 | <el-form-item> | 32 | <el-form-item> |
33 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> | 33 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
34 | <el-button @click="moreQueryClick">高级查询</el-button> | 34 | <el-button type="primary" @click="handleSearch">查询</el-button> |
35 | </el-form-item> | 35 | </el-form-item> |
36 | </el-col> | 36 | </el-col> |
37 | </el-row> | 37 | </el-row> |
... | @@ -52,6 +52,8 @@ | ... | @@ -52,6 +52,8 @@ |
52 | </template> | 52 | </template> |
53 | <script> | 53 | <script> |
54 | import { mapGetters } from "vuex"; | 54 | import { mapGetters } from "vuex"; |
55 | import {startRepairFlow} from "@/api/ywbl.js"; | ||
56 | import store from '@/store/index.js' | ||
55 | import table from "@/utils/mixin/table"; | 57 | import table from "@/utils/mixin/table"; |
56 | import { datas, sendThis } from "../javascript/selectDjbbl.js"; | 58 | import { datas, sendThis } from "../javascript/selectDjbbl.js"; |
57 | import { getDjbBysearch } from "@/api/zhcx.js"; | 59 | import { getDjbBysearch } from "@/api/zhcx.js"; |
... | @@ -88,6 +90,10 @@ export default { | ... | @@ -88,6 +90,10 @@ export default { |
88 | qllxs: [], | 90 | qllxs: [], |
89 | isDialog: false, | 91 | isDialog: false, |
90 | djbxxData: {}, | 92 | djbxxData: {}, |
93 | bsmSqyw: | ||
94 | this.sqywInfo.nodetype === "djlx" | ||
95 | ? this.sqywInfo.bsmSqyw | ||
96 | : this.sqywInfo.parentid, | ||
91 | }; | 97 | }; |
92 | }, | 98 | }, |
93 | computed: { | 99 | computed: { |
... | @@ -140,12 +146,15 @@ export default { | ... | @@ -140,12 +146,15 @@ export default { |
140 | this.$message.error("请至少选择一条数据"); | 146 | this.$message.error("请至少选择一条数据"); |
141 | return; | 147 | return; |
142 | } | 148 | } |
143 | startBusinessFlow({ | 149 | console.log("this.sqywInfo",this.sqywInfo,this.sqywInfo.nodetype == "djqx"); |
150 | let from={ | ||
144 | bsmSqyw: this.bsmSqyw, | 151 | bsmSqyw: this.bsmSqyw, |
145 | bdcdysz: this.bdcdysz, | 152 | bdcdysz: this.bdcdysz, |
146 | djqxbm: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodecode : "", | 153 | djqxbm: this.sqywInfo.nodetype == "djlx" ? this.sqywInfo.nodecode : "", |
147 | djqxmc: this.sqywInfo.nodetype == "djqx" ? this.sqywInfo.nodename : "", | 154 | djqxmc: this.sqywInfo.nodetype == "djlx" ? this.sqywInfo.nodename : "", |
148 | }).then((res) => { | 155 | } |
156 | console.log("发起申请传参",from,this.sqywInfo); | ||
157 | startRepairFlow(from).then((res) => { | ||
149 | if (res.code == 200) { | 158 | if (res.code == 200) { |
150 | this.$message({ | 159 | this.$message({ |
151 | showClose: true, | 160 | showClose: true, |
... | @@ -164,6 +173,7 @@ export default { | ... | @@ -164,6 +173,7 @@ export default { |
164 | }) | 173 | }) |
165 | }, | 174 | }, |
166 | handleSelectionChange (val) { | 175 | handleSelectionChange (val) { |
176 | console.log("val",val); | ||
167 | this.bdcdysz = val; | 177 | this.bdcdysz = val; |
168 | }, | 178 | }, |
169 | handleRowClick(row){ | 179 | handleRowClick(row){ | ... | ... |
... | @@ -4,8 +4,8 @@ export function queueDjywmc(djywbm, djqxbm) { | ... | @@ -4,8 +4,8 @@ export function queueDjywmc(djywbm, djqxbm) { |
4 | return "selectJsydsyqSplitMerge"; | 4 | return "selectJsydsyqSplitMerge"; |
5 | } | 5 | } |
6 | if (djqxbm == "DJBBL001") { | 6 | if (djqxbm == "DJBBL001") { |
7 | return "selectDjbbl"; | 7 | return "selectDjbbl"; |
8 | } | 8 | } |
9 | let vm = null; | 9 | let vm = null; |
10 | switch (djywbm) { | 10 | switch (djywbm) { |
11 | case "A03100"://建设用地使用权(首次登记) | 11 | case "A03100"://建设用地使用权(首次登记) | ... | ... |
-
Please register or sign in to post a comment