Merge branch 'dev'
Showing
9 changed files
with
37 additions
and
24 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-08 10:30:24 | 4 | * @LastEditTime: 2023-10-10 09:00:12 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
| ... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
| 100 | }, | 100 | }, |
| 101 | mounted () { | 101 | mounted () { |
| 102 | this.delel = this.$parent.isEdit | 102 | this.delel = this.$parent.isEdit |
| 103 | this.loadBdcdylist(); | 103 | this.djbClick(); |
| 104 | }, | 104 | }, |
| 105 | beforeDestroy () { | 105 | beforeDestroy () { |
| 106 | sessionStorage.removeItem('keyPath') | 106 | sessionStorage.removeItem('keyPath') | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-21 14:57:51 | 4 | * @LastEditTime: 2023-10-10 09:07:29 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="container"> | 7 | <div class="container"> |
| ... | @@ -111,7 +111,7 @@ | ... | @@ -111,7 +111,7 @@ |
| 111 | // 首次拿到的业务信息 | 111 | // 首次拿到的业务信息 |
| 112 | oneSelectProps: {}, | 112 | oneSelectProps: {}, |
| 113 | //材料信息选择卡索引 | 113 | //材料信息选择卡索引 |
| 114 | oneget: true, | 114 | oneget: false, |
| 115 | //页面监听时间 | 115 | //页面监听时间 |
| 116 | _beforeUnload_time: "", | 116 | _beforeUnload_time: "", |
| 117 | treedata: {}, | 117 | treedata: {}, |
| ... | @@ -147,7 +147,7 @@ | ... | @@ -147,7 +147,7 @@ |
| 147 | this.tabList.forEach(function (item, index) { | 147 | this.tabList.forEach(function (item, index) { |
| 148 | if (item.value == "clxx") { | 148 | if (item.value == "clxx") { |
| 149 | that.clxxIndex = index; | 149 | that.clxxIndex = index; |
| 150 | that.clxxForm = getForm(item.value, that.$route.query.sqywbm); | 150 | that.clxxForm = getForm(item.value); |
| 151 | that.clxxTab = item; | 151 | that.clxxTab = item; |
| 152 | } | 152 | } |
| 153 | }) | 153 | }) | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-25 17:06:44 | 4 | * @LastEditTime: 2023-10-09 11:02:50 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="djxxTable"> | 7 | <div class="djxxTable"> |
| ... | @@ -172,11 +172,10 @@ | ... | @@ -172,11 +172,10 @@ |
| 172 | }) | 172 | }) |
| 173 | .then(() => { | 173 | .then(() => { |
| 174 | this.$parent.addRepairRecord(row, del); | 174 | this.$parent.addRepairRecord(row, del); |
| 175 | 175 | // this.$message({ | |
| 176 | this.$message({ | 176 | // type: "success", |
| 177 | type: "success", | 177 | // message: "补录成功!", |
| 178 | message: "补录成功!", | 178 | // }); |
| 179 | }); | ||
| 180 | }) | 179 | }) |
| 181 | .catch(() => { | 180 | .catch(() => { |
| 182 | this.$message({ | 181 | this.$message({ | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-19 09:52:42 | 4 | * @LastEditTime: 2023-10-10 09:11:01 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="djbfm"> | 7 | <div class="djbfm"> |
| ... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
| 70 | <style lang="scss" scoped> | 70 | <style lang="scss" scoped> |
| 71 | .djbfm { | 71 | .djbfm { |
| 72 | width: 100%; | 72 | width: 100%; |
| 73 | height: 100%; | 73 | height: 80%; |
| 74 | background: #fff; | 74 | background: #fff; |
| 75 | line-height: 45px; | 75 | line-height: 45px; |
| 76 | text-align: center; | 76 | text-align: center; | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-19 09:52:42 | 4 | * @LastEditTime: 2023-10-10 09:11:05 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="djbfm"> | 7 | <div class="djbfm"> |
| ... | @@ -75,10 +75,9 @@ | ... | @@ -75,10 +75,9 @@ |
| 75 | <style lang="scss" scoped> | 75 | <style lang="scss" scoped> |
| 76 | .djbfm { | 76 | .djbfm { |
| 77 | width: 100%; | 77 | width: 100%; |
| 78 | height: 100%; | 78 | height: 80%; |
| 79 | position: relative; | 79 | position: relative; |
| 80 | .print { | 80 | .print { |
| 81 | // background-color: #0079fe; | ||
| 82 | z-index: 10; | 81 | z-index: 10; |
| 83 | position: absolute; | 82 | position: absolute; |
| 84 | left: 11px; | 83 | left: 11px; | ... | ... |
| ... | @@ -297,6 +297,7 @@ | ... | @@ -297,6 +297,7 @@ |
| 297 | this.previewImg.imgList = res.result ? res.result : []; | 297 | this.previewImg.imgList = res.result ? res.result : []; |
| 298 | }) | 298 | }) |
| 299 | this.previewImg.bsmSj = item?.bsmSj; | 299 | this.previewImg.bsmSj = item?.bsmSj; |
| 300 | this.$refs.imageRef.initialIndex = 0 | ||
| 300 | }, | 301 | }, |
| 301 | /** | 302 | /** |
| 302 | * @description: 小图片点击 | 303 | * @description: 小图片点击 | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-26 13:44:11 | 4 | * @LastEditTime: 2023-10-10 08:55:39 |
| 5 | */ | 5 | */ |
| 6 | import Router from '@/router' | 6 | import Router from '@/router' |
| 7 | export default { | 7 | export default { |
| ... | @@ -19,7 +19,7 @@ export default { | ... | @@ -19,7 +19,7 @@ export default { |
| 19 | jump (data, type) { | 19 | jump (data, type) { |
| 20 | const { href } = Router.resolve( | 20 | const { href } = Router.resolve( |
| 21 | "/djbworkFrame?bsmSlsq=" + data.bsmSlsq + | 21 | "/djbworkFrame?bsmSlsq=" + data.bsmSlsq + |
| 22 | "&bestepid=" + data.bestepid + '&sqywbm=' + type | 22 | "&bestepid=" + data.bestepid + "&zbhj=受理" |
| 23 | ); | 23 | ); |
| 24 | window.open(href, "_blank"); | 24 | window.open(href, "_blank"); |
| 25 | }, | 25 | }, | ... | ... |
| ... | @@ -166,7 +166,7 @@ | ... | @@ -166,7 +166,7 @@ |
| 166 | type: 'success' | 166 | type: 'success' |
| 167 | }) | 167 | }) |
| 168 | if (!this.isJump) { | 168 | if (!this.isJump) { |
| 169 | this.jump(res.result, this.djywbm) | 169 | this.jump(res.result) |
| 170 | } else { | 170 | } else { |
| 171 | store.dispatch('user/refreshPage', true); | 171 | store.dispatch('user/refreshPage', true); |
| 172 | } | 172 | } | ... | ... |
| ... | @@ -100,20 +100,34 @@ class data extends filter { | ... | @@ -100,20 +100,34 @@ class data extends filter { |
| 100 | } | 100 | } |
| 101 | }, | 101 | }, |
| 102 | { | 102 | { |
| 103 | prop: "qlrmc", | ||
| 104 | label: "权利人", | 103 | label: "权利人", |
| 104 | minWidth: '100', | ||
| 105 | render: (h, scope) => { | ||
| 106 | return ( | ||
| 107 | <el-tooltip effect="dark" content={scope.row.qlrmc} placement="top" popper-class="tooltip-width "> | ||
| 108 | <span class="ellipsis-table"> {scope.row.qlrmc}</span> | ||
| 109 | </el-tooltip> | ||
| 110 | ) | ||
| 111 | } | ||
| 105 | }, | 112 | }, |
| 106 | { | 113 | { |
| 107 | prop: "ywrmc", | ||
| 108 | label: "义务人", | 114 | label: "义务人", |
| 115 | minWidth: '100', | ||
| 116 | render: (h, scope) => { | ||
| 117 | return ( | ||
| 118 | <el-tooltip effect="dark" content={scope.row.ywrmc} placement="top" popper-class="tooltip-width "> | ||
| 119 | <span class="ellipsis-table"> {scope.row.ywrmc}</span> | ||
| 120 | </el-tooltip> | ||
| 121 | ) | ||
| 122 | } | ||
| 109 | }, | 123 | }, |
| 110 | { | 124 | { |
| 111 | prop: "mj", | 125 | prop: "qlmjmc", |
| 112 | label: "面积", | 126 | label: "面积", |
| 113 | width: '80' | 127 | width: '100' |
| 114 | }, | 128 | }, |
| 115 | { | 129 | { |
| 116 | prop: "ytmc", | 130 | prop: "qlytmc", |
| 117 | label: "用途", | 131 | label: "用途", |
| 118 | minWidth: '130' | 132 | minWidth: '130' |
| 119 | }, | 133 | }, | ... | ... |
-
Please register or sign in to post a comment