d1029b5d by renchao@pashanhoo.com

style:登记薄补录跳转页面流程的修改

1 parent cc3951cd
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-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;
......
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 }
......