style:选择不动产单元
Showing
2 changed files
with
12 additions
and
5 deletions
| 1 | /* | 1 | /* | 
| 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 | 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 | 
| 3 | * @Autor: miaofang | 3 | * @Autor: miaofang | 
| 4 | * @LastEditTime: 2023-12-19 10:02:20 | 4 | * @LastEditTime: 2024-01-31 17:09:45 | 
| 5 | */ | 5 | */ | 
| 6 | import { getPrintTemplateByCode } from "@/api/print"; | 6 | import { getPrintTemplateByCode } from "@/api/print"; | 
| 7 | import { getQllxByBdcdyid } from "@/api/djbDetail.js"; | 7 | import { getQllxByBdcdyid } from "@/api/djbDetail.js"; | 
| ... | @@ -87,9 +87,6 @@ export default { | ... | @@ -87,9 +87,6 @@ export default { | 
| 87 | switch (item.value) { | 87 | switch (item.value) { | 
| 88 | case "B0": | 88 | case "B0": | 
| 89 | this.openDialog() | 89 | this.openDialog() | 
| 90 | // this.$alert('此功能正在开发', '提示', { | ||
| 91 | // confirmButtonText: '确定', | ||
| 92 | // }) | ||
| 93 | break; | 90 | break; | 
| 94 | case "B1": | 91 | case "B1": | 
| 95 | getWorkFlowImage(this.bsmSlsq, this.bestepid ? this.bestepid : '').then(res => { | 92 | getWorkFlowImage(this.bsmSlsq, this.bestepid ? this.bestepid : '').then(res => { | ... | ... | 
| 1 | <!-- | 1 | <!-- | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: renchao | 3 | * @Autor: renchao | 
| 4 | * @LastEditTime: 2023-10-10 09:07:29 | 4 | * @LastEditTime: 2024-01-31 17:10:22 | 
| 5 | --> | 5 | --> | 
| 6 | <template> | 6 | <template> | 
| 7 | <div class="container"> | 7 | <div class="container"> | 
| ... | @@ -286,6 +286,16 @@ | ... | @@ -286,6 +286,16 @@ | 
| 286 | .catch((res) => { | 286 | .catch((res) => { | 
| 287 | console.log("错", res) | 287 | console.log("错", res) | 
| 288 | }) | 288 | }) | 
| 289 | }, | ||
| 290 | openDialog () { | ||
| 291 | let data = JSON.parse(localStorage.getItem('ywbl')) | ||
| 292 | let title = '' | ||
| 293 | if (data?.sqywmc) { | ||
| 294 | title = "申请业务:" + data?.sqywmc | ||
| 295 | } else { | ||
| 296 | title = "申请业务:" + data?.djywmc | ||
| 297 | } | ||
| 298 | this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': data }, "90%", true) | ||
| 289 | } | 299 | } | 
| 290 | } | 300 | } | 
| 291 | } | 301 | } | ... | ... | 
- 
Please register or sign in to post a comment