d1029b5d by renchao@pashanhoo.com

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

1 parent cc3951cd
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-10-08 10:30:24
* @LastEditTime: 2023-10-10 09:00:12
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......@@ -100,7 +100,7 @@
},
mounted () {
this.delel = this.$parent.isEdit
this.loadBdcdylist();
this.djbClick();
},
beforeDestroy () {
sessionStorage.removeItem('keyPath')
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 14:57:51
* @LastEditTime: 2023-10-10 09:07:29
-->
<template>
<div class="container">
......@@ -111,7 +111,7 @@
// 首次拿到的业务信息
oneSelectProps: {},
//材料信息选择卡索引
oneget: true,
oneget: false,
//页面监听时间
_beforeUnload_time: "",
treedata: {},
......@@ -147,7 +147,7 @@
this.tabList.forEach(function (item, index) {
if (item.value == "clxx") {
that.clxxIndex = index;
that.clxxForm = getForm(item.value, that.$route.query.sqywbm);
that.clxxForm = getForm(item.value);
that.clxxTab = item;
}
})
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 09:52:42
* @LastEditTime: 2023-10-10 09:11:01
-->
<template>
<div class="djbfm">
......@@ -70,7 +70,7 @@
<style lang="scss" scoped>
.djbfm {
width: 100%;
height: 100%;
height: 80%;
background: #fff;
line-height: 45px;
text-align: center;
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 09:52:42
* @LastEditTime: 2023-10-10 09:11:05
-->
<template>
<div class="djbfm">
......@@ -75,10 +75,9 @@
<style lang="scss" scoped>
.djbfm {
width: 100%;
height: 100%;
height: 80%;
position: relative;
.print {
// background-color: #0079fe;
z-index: 10;
position: absolute;
left: 11px;
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-26 13:44:11
* @LastEditTime: 2023-10-10 08:55:39
*/
import Router from '@/router'
export default {
......@@ -19,7 +19,7 @@ export default {
jump (data, type) {
const { href } = Router.resolve(
"/djbworkFrame?bsmSlsq=" + data.bsmSlsq +
"&bestepid=" + data.bestepid + '&sqywbm=' + type
"&bestepid=" + data.bestepid + "&zbhj=受理"
);
window.open(href, "_blank");
},
......
......@@ -166,7 +166,7 @@
type: 'success'
})
if (!this.isJump) {
this.jump(res.result, this.djywbm)
this.jump(res.result)
} else {
store.dispatch('user/refreshPage', true);
}
......