19ec1029 by renchao@pashanhoo.com

style:选择不动产单元

1 parent e5ee6444
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 () {
...@@ -56,14 +56,14 @@ export default { ...@@ -56,14 +56,14 @@ export default {
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 }
...@@ -77,7 +77,10 @@ export default { ...@@ -77,7 +77,10 @@ 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 })
81 break; 84 break;
82 case "B1": 85 case "B1":
83 getWorkFlowImage(this.bsmSlsq, this.$route.query.bestepid).then(res => { 86 getWorkFlowImage(this.bsmSlsq, this.$route.query.bestepid).then(res => {
...@@ -90,7 +93,7 @@ export default { ...@@ -90,7 +93,7 @@ export default {
90 rejectedTaskSet: {}, 93 rejectedTaskSet: {},
91 finishedSequenceFlowSet: result.finishedSequenceFlowIds 94 finishedSequenceFlowSet: result.finishedSequenceFlowIds
92 }, 95 },
93 handlinglist:result.runningTasks, 96 handlinglist: result.runningTasks,
94 allCommentList: result.finishedTasks 97 allCommentList: result.finishedTasks
95 }, '80%', true) 98 }, '80%', true)
96 }) 99 })
......
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,12 +47,10 @@ ...@@ -47,12 +47,10 @@
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>
53 <el-button @click="compare">变化情况对比+</el-button> 52 <el-button @click="compare">变化情况对比+</el-button>
54 </div> 53 </div>
55 </div>
56 <el-row :gutter="10"> 54 <el-row :gutter="10">
57 <el-col :span="8"> 55 <el-col :span="8">
58 <el-form-item label="原不动产权证号:"> 56 <el-form-item label="原不动产权证号:">
......