style:业务申请流程的调整
Showing
5 changed files
with
33 additions
and
61 deletions
| ... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
| 76 | qllx: this.$route.query.qllx, | 76 | qllx: this.$route.query.qllx, |
| 77 | // 默认选中 | 77 | // 默认选中 |
| 78 | activeIndex: "0", | 78 | activeIndex: "0", |
| 79 | clickindex:"", | 79 | clickindex: "", |
| 80 | // 折叠 | 80 | // 折叠 |
| 81 | isShowdrawer: true, | 81 | isShowdrawer: true, |
| 82 | delel: true, | 82 | delel: true, |
| ... | @@ -113,7 +113,6 @@ | ... | @@ -113,7 +113,6 @@ |
| 113 | // }, | 113 | // }, |
| 114 | }, | 114 | }, |
| 115 | methods: { | 115 | methods: { |
| 116 | //读取申请单元信息 | ||
| 117 | /** | 116 | /** |
| 118 | * @description: 读取申请单元信息 | 117 | * @description: 读取申请单元信息 |
| 119 | * @author: renchao | 118 | * @author: renchao |
| ... | @@ -130,10 +129,7 @@ | ... | @@ -130,10 +129,7 @@ |
| 130 | } | 129 | } |
| 131 | }); | 130 | }); |
| 132 | } | 131 | } |
| 133 | |||
| 134 | |||
| 135 | }, | 132 | }, |
| 136 | // 获取右侧菜单 | ||
| 137 | /** | 133 | /** |
| 138 | * @description: 获取右侧菜单 | 134 | * @description: 获取右侧菜单 |
| 139 | * @param {*} row | 135 | * @param {*} row |
| ... | @@ -150,25 +146,19 @@ | ... | @@ -150,25 +146,19 @@ |
| 150 | this.unitClick(index) | 146 | this.unitClick(index) |
| 151 | } | 147 | } |
| 152 | }) | 148 | }) |
| 153 | if(row=="change"){ | 149 | if (row == "change") { |
| 154 | this.unitClick(this.clickindex) | 150 | this.unitClick(this.clickindex) |
| 155 | |||
| 156 | } | 151 | } |
| 157 | }else{ | ||
| 158 | if (this.supplementarylist.length) { | ||
| 159 | this.unitClick(0) | ||
| 160 | this.activeIndex = "0" | ||
| 161 | } else { | 152 | } else { |
| 162 | this.loadBdcdylist() | 153 | if (this.supplementarylist.length) { |
| 163 | // this.$emit("getCurrentSelectProps", this.currentSelectProps); | 154 | this.unitClick(0) |
| 155 | this.activeIndex = "0" | ||
| 156 | } else { | ||
| 157 | this.loadBdcdylist() | ||
| 158 | // this.$emit("getCurrentSelectProps", this.currentSelectProps); | ||
| 159 | } | ||
| 164 | } | 160 | } |
| 165 | 161 | }) | |
| 166 | } | ||
| 167 | |||
| 168 | |||
| 169 | |||
| 170 | |||
| 171 | }); | ||
| 172 | }, | 162 | }, |
| 173 | /** | 163 | /** |
| 174 | * @description: handleNodeClick | 164 | * @description: handleNodeClick |
| ... | @@ -188,11 +178,10 @@ | ... | @@ -188,11 +178,10 @@ |
| 188 | * @author: renchao | 178 | * @author: renchao |
| 189 | */ | 179 | */ |
| 190 | unitClick (index) { | 180 | unitClick (index) { |
| 191 | this.clickindex=index | 181 | this.clickindex = index |
| 192 | this.currentSelectProps = this.supplementarylist[index]; | 182 | this.currentSelectProps = this.supplementarylist[index]; |
| 193 | this.$emit("getCurrentSelectProps", this.currentSelectProps); | 183 | this.$emit("getCurrentSelectProps", this.currentSelectProps); |
| 194 | }, | 184 | }, |
| 195 | //登记簿点击事件 | ||
| 196 | /** | 185 | /** |
| 197 | * @description: 登记簿点击事件 | 186 | * @description: 登记簿点击事件 |
| 198 | * @author: renchao | 187 | * @author: renchao |
| ... | @@ -200,7 +189,6 @@ | ... | @@ -200,7 +189,6 @@ |
| 200 | djbClick () { | 189 | djbClick () { |
| 201 | this.loadBdcdylist(); | 190 | this.loadBdcdylist(); |
| 202 | }, | 191 | }, |
| 203 | // 删除补录记录 | ||
| 204 | /** | 192 | /** |
| 205 | * @description: 删除补录记录 | 193 | * @description: 删除补录记录 |
| 206 | * @param {*} row | 194 | * @param {*} row |
| ... | @@ -234,7 +222,6 @@ | ... | @@ -234,7 +222,6 @@ |
| 234 | }); | 222 | }); |
| 235 | }); | 223 | }); |
| 236 | }, | 224 | }, |
| 237 | //补录信息点击事件默认展示第一条补录记录 | ||
| 238 | /** | 225 | /** |
| 239 | * @description: 补录信息点击事件默认展示第一条补录记录 | 226 | * @description: 补录信息点击事件默认展示第一条补录记录 |
| 240 | * @author: renchao | 227 | * @author: renchao |
| ... | @@ -243,10 +230,9 @@ | ... | @@ -243,10 +230,9 @@ |
| 243 | if (this.supplementarylist.length) { | 230 | if (this.supplementarylist.length) { |
| 244 | this.unitClick(0); | 231 | this.unitClick(0); |
| 245 | } | 232 | } |
| 246 | 233 | } | |
| 247 | }, | 234 | } |
| 248 | }, | 235 | } |
| 249 | }; | ||
| 250 | </script> | 236 | </script> |
| 251 | <style scoped lang="scss"> | 237 | <style scoped lang="scss"> |
| 252 | @import "~@/styles/mixin.scss"; | 238 | @import "~@/styles/mixin.scss"; |
| ... | @@ -323,8 +309,8 @@ | ... | @@ -323,8 +309,8 @@ |
| 323 | color: red; | 309 | color: red; |
| 324 | line-height: 22px; | 310 | line-height: 22px; |
| 325 | } | 311 | } |
| 326 | .ywh{ | 312 | .ywh { |
| 327 | font-size: 12px; | 313 | font-size: 12px; |
| 328 | } | 314 | } |
| 329 | .el-icon-delete { | 315 | .el-icon-delete { |
| 330 | margin-top: 10px; | 316 | margin-top: 10px; |
| ... | @@ -333,7 +319,7 @@ | ... | @@ -333,7 +319,7 @@ |
| 333 | height: 27px; | 319 | height: 27px; |
| 334 | float: left; | 320 | float: left; |
| 335 | } | 321 | } |
| 336 | .el-icon-delete:hover{ | 322 | .el-icon-delete:hover { |
| 337 | color: #0079fe; | 323 | color: #0079fe; |
| 338 | } | 324 | } |
| 339 | } | 325 | } | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-15 09:27:14 | 4 | * @LastEditTime: 2023-09-21 14:57:51 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="container"> | 7 | <div class="container"> |
| ... | @@ -73,8 +73,6 @@ | ... | @@ -73,8 +73,6 @@ |
| 73 | import { getForm } from "./flowform"; | 73 | import { getForm } from "./flowform"; |
| 74 | import { getStepFormInfo } from "@/api/workFlow.js"; | 74 | import { getStepFormInfo } from "@/api/workFlow.js"; |
| 75 | import NoticeBar from "@/components/NoticeBar/index"; | 75 | import NoticeBar from "@/components/NoticeBar/index"; |
| 76 | // import ProcessViewer from "./components/processViewer.vue"; | ||
| 77 | |||
| 78 | import ordinaryMenu from "./components/leftmenu/ordinaryMenu.vue"; | 76 | import ordinaryMenu from "./components/leftmenu/ordinaryMenu.vue"; |
| 79 | import qllxDailog from "./djbBook/components/qllxDailog"; | 77 | import qllxDailog from "./djbBook/components/qllxDailog"; |
| 80 | import selectBdc from "@/views/ywbl/ywsq/selectBdc.vue"; | 78 | import selectBdc from "@/views/ywbl/ywsq/selectBdc.vue"; |
| ... | @@ -128,9 +126,6 @@ | ... | @@ -128,9 +126,6 @@ |
| 128 | ableOperation: false, | 126 | ableOperation: false, |
| 129 | }; | 127 | }; |
| 130 | }, | 128 | }, |
| 131 | mounted () { | ||
| 132 | // this.getleftMenubl() | ||
| 133 | }, | ||
| 134 | methods: { | 129 | methods: { |
| 135 | /** | 130 | /** |
| 136 | * @description: stepForm | 131 | * @description: stepForm |
| ... | @@ -155,10 +150,10 @@ | ... | @@ -155,10 +150,10 @@ |
| 155 | that.clxxForm = getForm(item.value, that.$route.query.sqywbm); | 150 | that.clxxForm = getForm(item.value, that.$route.query.sqywbm); |
| 156 | that.clxxTab = item; | 151 | that.clxxTab = item; |
| 157 | } | 152 | } |
| 158 | }); | 153 | }) |
| 159 | } | 154 | } |
| 160 | }); | 155 | }) |
| 161 | }); | 156 | }) |
| 162 | } | 157 | } |
| 163 | }, | 158 | }, |
| 164 | /** | 159 | /** |
| ... | @@ -226,7 +221,6 @@ | ... | @@ -226,7 +221,6 @@ |
| 226 | if (p) { | 221 | if (p) { |
| 227 | this.ableOperation = this.tabList[a.index].ableOperation; | 222 | this.ableOperation = this.tabList[a.index].ableOperation; |
| 228 | } | 223 | } |
| 229 | |||
| 230 | }, | 224 | }, |
| 231 | /** | 225 | /** |
| 232 | * @description: 右侧表单选项卡事件 | 226 | * @description: 右侧表单选项卡事件 |
| ... | @@ -285,13 +279,13 @@ | ... | @@ -285,13 +279,13 @@ |
| 285 | } else { | 279 | } else { |
| 286 | this.$alert(res.message, "提示", { | 280 | this.$alert(res.message, "提示", { |
| 287 | confirmButtonText: "确定", | 281 | confirmButtonText: "确定", |
| 288 | type: "warning", | 282 | type: "warning" |
| 289 | }); | 283 | }) |
| 290 | } | 284 | } |
| 291 | }) | 285 | }) |
| 292 | .catch((res) => { | 286 | .catch((res) => { |
| 293 | console.log("错", res); | 287 | console.log("错", res) |
| 294 | }); | 288 | }) |
| 295 | } | 289 | } |
| 296 | } | 290 | } |
| 297 | } | 291 | } | ... | ... |
| ... | @@ -305,7 +305,6 @@ | ... | @@ -305,7 +305,6 @@ |
| 305 | const { href } = this.$router.resolve( | 305 | const { href } = this.$router.resolve( |
| 306 | "/djbworkFrame?bsmSlsq=" + item.bsmSlsq + | 306 | "/djbworkFrame?bsmSlsq=" + item.bsmSlsq + |
| 307 | "&bestepid=" + item.bestepid + | 307 | "&bestepid=" + item.bestepid + |
| 308 | "&sqywbm=" + item.djywbm + | ||
| 309 | "&zbhj=" + item.zbhj | 308 | "&zbhj=" + item.zbhj |
| 310 | ); | 309 | ); |
| 311 | window.open(href, `djbworkFrame${item.bsmSlsq}`); | 310 | window.open(href, `djbworkFrame${item.bsmSlsq}`); |
| ... | @@ -313,7 +312,6 @@ | ... | @@ -313,7 +312,6 @@ |
| 313 | const { href } = this.$router.resolve( | 312 | const { href } = this.$router.resolve( |
| 314 | "/workFrame?bsmSlsq=" + item.bsmSlsq + | 313 | "/workFrame?bsmSlsq=" + item.bsmSlsq + |
| 315 | "&bestepid=" + item.bestepid + | 314 | "&bestepid=" + item.bestepid + |
| 316 | "&sqywbm=" + item.djywbm + | ||
| 317 | "&zbhj=" + item.zbhj | 315 | "&zbhj=" + item.zbhj |
| 318 | ) | 316 | ) |
| 319 | window.open(href, `workFrame${item.bsmSlsq}`) | 317 | window.open(href, `workFrame${item.bsmSlsq}`) | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-05-05 09:45:31 | 4 | * @LastEditTime: 2023-09-21 14:59:40 |
| 5 | */ | 5 | */ |
| 6 | import Router from '@/router' | 6 | import Router from '@/router' |
| 7 | export default { | 7 | export default { |
| ... | @@ -25,10 +25,8 @@ export default { | ... | @@ -25,10 +25,8 @@ export default { |
| 25 | */ | 25 | */ |
| 26 | jump (data, type) { | 26 | jump (data, type) { |
| 27 | const { href } = Router.resolve( | 27 | const { href } = Router.resolve( |
| 28 | "/djbworkFrame?bsmSlsq=" + | 28 | "/djbworkFrame?bsmSlsq=" + data.bsmSlsq + |
| 29 | data.bsmSlsq + | 29 | "&bestepid=" + data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type |
| 30 | "&bestepid=" + | ||
| 31 | data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type | ||
| 32 | ); | 30 | ); |
| 33 | window.open(href, "_blank"); | 31 | window.open(href, "_blank"); |
| 34 | this.$popupCacel() | 32 | this.$popupCacel() | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-18 11:30:35 | 4 | * @LastEditTime: 2023-09-21 14:59:02 |
| 5 | */ | 5 | */ |
| 6 | import Router from '@/router' | 6 | import Router from '@/router' |
| 7 | export default { | 7 | export default { |
| ... | @@ -19,18 +19,14 @@ export default { | ... | @@ -19,18 +19,14 @@ export default { |
| 19 | }, | 19 | }, |
| 20 | /** | 20 | /** |
| 21 | * @description: jump | 21 | * @description: jump |
| 22 | * @param {*} data | ||
| 23 | * @param {*} type | ||
| 24 | * @author: renchao | 22 | * @author: renchao |
| 25 | */ | 23 | */ |
| 26 | jump (data, type) { | 24 | jump (data, type) { |
| 27 | const { href } = Router.resolve( | 25 | const { href } = Router.resolve( |
| 28 | "/workFrame?bsmSlsq=" + | 26 | "/workFrame?bsmSlsq=" + data.bsmSlsq + |
| 29 | data.bsmSlsq + | 27 | "&bestepid=" + data.bestepid + "&zbhj=受理" |
| 30 | "&bestepid=" + | 28 | ) |
| 31 | data.bestepid + '&bsmBusiness=' + '&sqywbm=' + type + "&zbhj=受理" | 29 | window.open(href, "_blank") |
| 32 | ); | ||
| 33 | window.open(href, "_blank") | ||
| 34 | this.$popupCacel() | 30 | this.$popupCacel() |
| 35 | }, | 31 | }, |
| 36 | /** | 32 | /** | ... | ... |
-
Please register or sign in to post a comment