d4782c20 by xiaomiao
2 parents 8ef8c005 a8214033
/*
* @Description:workFramezu.vue组件的方法 头部按钮弹框方法
* @Autor: miaofang
* @LastEditTime: 2023-07-17 16:14:23
* @LastEditTime: 2023-07-20 15:37:23
*/
import { getPrintTemplateByCode } from "@/api/print";
import { getQllxByBdcdyid } from "@/api/djbDetail.js";
......@@ -107,21 +107,21 @@ export default {
})
break;
case "B2": //材料分屏按钮
this.splitScreen = this.splitScreen ? false : true;
this.$store.dispatch("app/settScreen", this.splitScreen);
if (this.splitScreen) {
this.splitScreen = this.splitScreen ? false : true;
this.$store.dispatch("app/settScreen", this.splitScreen);
if (this.splitScreen) {
//如果当前选项卡为材料信息内容,递减到上一个选项卡内容
if (this.tabName == this.clxxTab.value) {
this.tabName = this.tabList[this.clxxIndex - 1].value;
this.getFromRouter(this.tabList[this.clxxIndex - 1].value);
//如果当前选项卡为材料信息内容,递减到上一个选项卡内容
if (this.tabName == this.clxxTab.value) {
this.tabName = this.tabList[this.clxxIndex - 1].value;
this.getFromRouter(this.tabList[this.clxxIndex - 1].value);
}
//删除材料信息选项卡数据
this.tabList.splice(this.clxxIndex, 1);
} else {
//新增材料信息选项卡数据
this.tabList.splice(this.clxxIndex, 0, this.clxxTab);
}
//删除材料信息选项卡数据
this.tabList.splice(this.clxxIndex, 1);
} else {
//新增材料信息选项卡数据
this.tabList.splice(this.clxxIndex, 0, this.clxxTab);
}
// this.closefp()
// if (this.splitScreen) {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-26 16:05:28
* @LastEditTime: 2023-07-20 16:19:54
-->
<!-- 批量删除弹框 -->
<template>
......
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-07-21 10:15:11
* @LastEditTime: 2023-07-24 14:14:01
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-17 14:20:17
* @LastEditTime: 2023-07-24 14:14:22
*/
import { getPrintTemplateByCode } from "@/api/print";
import { uploadUndo } from "@/api/clxx";
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:03
* @LastEditTime: 2023-07-21 13:46:02
-->
<template>
<!-- 抵押权利信息查询 -->
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 13:56:38
* @LastEditTime: 2023-07-21 14:17:26
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:14
* @LastEditTime: 2023-07-21 13:46:18
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:22
* @LastEditTime: 2023-07-21 13:46:30
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:26
* @LastEditTime: 2023-07-21 13:46:36
-->
<template>
<!-- 主体权利信息查询 -->
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:32
* @LastEditTime: 2023-07-21 13:46:42
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:36
* @LastEditTime: 2023-07-21 13:46:49
-->
<template>
<!-- 主体权利信息查询 -->
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:39
* @LastEditTime: 2023-07-21 13:46:57
-->
<template>
<!-- 主体权利信息查询 -->
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:18:45
* @LastEditTime: 2023-07-21 13:47:08
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:19:04
* @LastEditTime: 2023-07-21 13:47:23
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:19:09
* @LastEditTime: 2023-07-21 13:47:35
-->
<template>
<div class="from-clues">
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:19:14
* @LastEditTime: 2023-07-21 13:47:50
-->
<template>
<!-- 主体权利信息查询 -->
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:19:18
* @LastEditTime: 2023-07-21 13:48:00
-->
<template>
<!-- 主体权利信息查询 -->
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:19:23
* @LastEditTime: 2023-07-21 13:48:09
-->
<template>
<!-- 主体权利信息查询 -->
......
......@@ -148,7 +148,7 @@
flex: 1;
width: 100%;
padding: 3px;
font-size: 16px;
}
p:nth-child(2) {
......