style:选择不动产单元
Showing
3 changed files
with
55 additions
and
51 deletions
1 | /* | 1 | /* |
2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 | 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 |
3 | * @Autor: miaofang | 3 | * @Autor: miaofang |
4 | * @LastEditTime: 2023-06-14 15:01:31 | 4 | * @LastEditTime: 2023-07-17 14:04:00 |
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"; |
... | @@ -36,7 +36,7 @@ export default { | ... | @@ -36,7 +36,7 @@ export default { |
36 | batchButtonName: '', | 36 | batchButtonName: '', |
37 | // 受理申请信息 | 37 | // 受理申请信息 |
38 | slsq: {}, | 38 | slsq: {}, |
39 | ableOperation:true | 39 | ableOperation: true |
40 | } | 40 | } |
41 | }, | 41 | }, |
42 | mounted () { | 42 | mounted () { |
... | @@ -54,18 +54,18 @@ export default { | ... | @@ -54,18 +54,18 @@ export default { |
54 | } | 54 | } |
55 | stepExpandInfo(formdata).then((res) => { | 55 | stepExpandInfo(formdata).then((res) => { |
56 | if (res.code === 200) { | 56 | if (res.code === 200) { |
57 | this.leftButtonList = res.result.button; | 57 | this.leftButtonList = res.result.button; |
58 | this.rightButtonList = res.result.operation; | 58 | this.rightButtonList = res.result.operation; |
59 | let arr=this.rightButtonList.filter((item) => { | 59 | let arr = this.rightButtonList.filter((item) => { |
60 | return item.name=="删除" | 60 | return item.name == "删除" |
61 | }) | 61 | }) |
62 | 62 | ||
63 | if(arr.length){ | 63 | if (arr.length) { |
64 | this.$refs.Menu.getleftMenubl(); | 64 | this.$refs.Menu.getleftMenubl(); |
65 | }else{ | 65 | } else { |
66 | this.ableOperation=false | 66 | this.ableOperation = false |
67 | this.$refs.Menu.getleftMenubl(1); | 67 | this.$refs.Menu.getleftMenubl(1); |
68 | } | 68 | } |
69 | } | 69 | } |
70 | }) | 70 | }) |
71 | 71 | ||
... | @@ -77,27 +77,30 @@ export default { | ... | @@ -77,27 +77,30 @@ export default { |
77 | let that = this; | 77 | let that = this; |
78 | switch (item.value) { | 78 | switch (item.value) { |
79 | case "B0": | 79 | case "B0": |
80 | this.openDialog() | 80 | // this.openDialog() |
81 | this.$alert('此功能正在开发', '标题', { | ||
82 | confirmButtonText: '确定', | ||
83 | }) | ||
84 | break; | ||
85 | case "B1": | ||
86 | getWorkFlowImage(this.bsmSlsq, this.$route.query.bestepid).then(res => { | ||
87 | let { result } = res | ||
88 | this.$popupDialog("流程图", "workflow/components/processViewer", { | ||
89 | xml: result.xml, | ||
90 | finishedInfo: { | ||
91 | finishedTaskSet: result.finishedActivityIds, | ||
92 | unfinishedTaskSet: result.runningActivityIds, | ||
93 | rejectedTaskSet: {}, | ||
94 | finishedSequenceFlowSet: result.finishedSequenceFlowIds | ||
95 | }, | ||
96 | handlinglist: result.runningTasks, | ||
97 | allCommentList: result.finishedTasks | ||
98 | }, '80%', true) | ||
99 | }) | ||
81 | break; | 100 | break; |
82 | case "B1": | ||
83 | getWorkFlowImage(this.bsmSlsq, this.$route.query.bestepid).then(res => { | ||
84 | let { result } = res | ||
85 | this.$popupDialog("流程图", "workflow/components/processViewer", { | ||
86 | xml: result.xml, | ||
87 | finishedInfo: { | ||
88 | finishedTaskSet: result.finishedActivityIds, | ||
89 | unfinishedTaskSet: result.runningActivityIds, | ||
90 | rejectedTaskSet: {}, | ||
91 | finishedSequenceFlowSet: result.finishedSequenceFlowIds | ||
92 | }, | ||
93 | handlinglist:result.runningTasks, | ||
94 | allCommentList: result.finishedTasks | ||
95 | }, '80%', true) | ||
96 | }) | ||
97 | break; | ||
98 | case "B2": //材料分屏按钮 | 101 | case "B2": //材料分屏按钮 |
99 | 102 | ||
100 | this.closefp() | 103 | this.closefp() |
101 | 104 | ||
102 | // if (this.splitScreen) { | 105 | // if (this.splitScreen) { |
103 | // //如果当前选项卡为材料信息内容,递减到上一个选项卡内容 | 106 | // //如果当前选项卡为材料信息内容,递减到上一个选项卡内容 |
... | @@ -148,22 +151,22 @@ export default { | ... | @@ -148,22 +151,22 @@ export default { |
148 | // }); | 151 | // }); |
149 | 152 | ||
150 | // break; | 153 | // break; |
151 | case "B5": | 154 | case "B5": |
152 | if (this.currentSelectProps.bdcdyid) { | 155 | if (this.currentSelectProps.bdcdyid) { |
153 | getQllxByBdcdyid({ bdcdyid: this.currentSelectProps.bdcdyid }).then( | 156 | getQllxByBdcdyid({ bdcdyid: this.currentSelectProps.bdcdyid }).then( |
154 | (res) => { | 157 | (res) => { |
155 | if (res.code === 200) { | 158 | if (res.code === 200) { |
156 | this.$refs.qllxlist.qllxlistdata = res.result; | 159 | this.$refs.qllxlist.qllxlistdata = res.result; |
157 | this.$refs.qllxlist.dialogVisible = true; | 160 | this.$refs.qllxlist.dialogVisible = true; |
158 | } | ||
159 | } | 161 | } |
160 | ); | 162 | } |
161 | } | 163 | ); |
162 | // this.$refs.Menu.loadBdcdylist("add") | 164 | } |
163 | // this.$popupDialog("选择新增权力类型", "djbworkflow/djbBook/components/qllxcloseDailog", this.currentSelectProps, '50%', true) | 165 | // this.$refs.Menu.loadBdcdylist("add") |
166 | // this.$popupDialog("选择新增权力类型", "djbworkflow/djbBook/components/qllxcloseDailog", this.currentSelectProps, '50%', true) | ||
164 | 167 | ||
165 | 168 | ||
166 | break; | 169 | break; |
167 | case "B6": | 170 | case "B6": |
168 | //根据编号获取对应信息 | 171 | //根据编号获取对应信息 |
169 | getPrintTemplateByCode({ tmpno: 'dysqs' }).then(res => { | 172 | getPrintTemplateByCode({ tmpno: 'dysqs' }).then(res => { | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-13 11:06:42 | 4 | * @LastEditTime: 2023-07-17 14:00:39 |
5 | */ | 5 | */ |
6 | import { getPrintTemplateByCode } from "@/api/print"; | 6 | import { getPrintTemplateByCode } from "@/api/print"; |
7 | import { uploadUndo } from "@/api/clxx"; | 7 | import { uploadUndo } from "@/api/clxx"; |
... | @@ -65,7 +65,10 @@ export default { | ... | @@ -65,7 +65,10 @@ export default { |
65 | let that = this; | 65 | let that = this; |
66 | switch (item.value) { | 66 | switch (item.value) { |
67 | case "B0": | 67 | case "B0": |
68 | this.openDialog() | 68 | // this.openDialog() |
69 | this.$alert('此功能正在开发', '标题', { | ||
70 | confirmButtonText: '确定', | ||
71 | }) | ||
69 | break; | 72 | break; |
70 | case "B1": | 73 | case "B1": |
71 | getWorkFlowImage(this.bsmSlsq, this.$route.query.bestepid).then(res => { | 74 | getWorkFlowImage(this.bsmSlsq, this.$route.query.bestepid).then(res => { | ... | ... |
... | @@ -47,11 +47,9 @@ | ... | @@ -47,11 +47,9 @@ |
47 | </el-form-item> | 47 | </el-form-item> |
48 | </el-col> | 48 | </el-col> |
49 | </el-row> | 49 | </el-row> |
50 | <div class="slxx_title title-block"> | 50 | <div class="slxx_title title-block flex" style="justify-content: space-between;"> |
51 | 不动产单元情况 | 51 | 不动产单元情况 |
52 | <div> | 52 | <el-button @click="compare">变化情况对比+</el-button> |
53 | <el-button @click="compare">变化情况对比+</el-button> | ||
54 | </div> | ||
55 | </div> | 53 | </div> |
56 | <el-row :gutter="10"> | 54 | <el-row :gutter="10"> |
57 | <el-col :span="8"> | 55 | <el-col :span="8"> |
... | @@ -133,7 +131,7 @@ | ... | @@ -133,7 +131,7 @@ |
133 | </div> | 131 | </div> |
134 | <tdytTable | 132 | <tdytTable |
135 | :tableData="ruleForm.tdytqxList" | 133 | :tableData="ruleForm.tdytqxList" |
136 | :ableOperation="ableOperation" | 134 | :ableOperation="ableOperation" |
137 | @upDateTdytxxList="upDateTdytxxList" /> | 135 | @upDateTdytxxList="upDateTdytxxList" /> |
138 | <div class="slxx_title title-block"> | 136 | <div class="slxx_title title-block"> |
139 | 权利人信息 | 137 | 权利人信息 | ... | ... |
-
Please register or sign in to post a comment