Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
19 changed files
with
32 additions
and
32 deletions
| 1 | /* | 1 | /* |
| 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 | 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 |
| 3 | * @Autor: miaofang | 3 | * @Autor: miaofang |
| 4 | * @LastEditTime: 2023-07-17 16:14:23 | 4 | * @LastEditTime: 2023-07-20 15:37:23 |
| 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"; |
| ... | @@ -107,21 +107,21 @@ export default { | ... | @@ -107,21 +107,21 @@ export default { |
| 107 | }) | 107 | }) |
| 108 | break; | 108 | break; |
| 109 | case "B2": //材料分屏按钮 | 109 | case "B2": //材料分屏按钮 |
| 110 | this.splitScreen = this.splitScreen ? false : true; | 110 | this.splitScreen = this.splitScreen ? false : true; |
| 111 | this.$store.dispatch("app/settScreen", this.splitScreen); | 111 | this.$store.dispatch("app/settScreen", this.splitScreen); |
| 112 | if (this.splitScreen) { | 112 | if (this.splitScreen) { |
| 113 | 113 | ||
| 114 | //如果当前选项卡为材料信息内容,递减到上一个选项卡内容 | 114 | //如果当前选项卡为材料信息内容,递减到上一个选项卡内容 |
| 115 | if (this.tabName == this.clxxTab.value) { | 115 | if (this.tabName == this.clxxTab.value) { |
| 116 | this.tabName = this.tabList[this.clxxIndex - 1].value; | 116 | this.tabName = this.tabList[this.clxxIndex - 1].value; |
| 117 | this.getFromRouter(this.tabList[this.clxxIndex - 1].value); | 117 | this.getFromRouter(this.tabList[this.clxxIndex - 1].value); |
| 118 | } | ||
| 119 | //删除材料信息选项卡数据 | ||
| 120 | this.tabList.splice(this.clxxIndex, 1); | ||
| 121 | } else { | ||
| 122 | //新增材料信息选项卡数据 | ||
| 123 | this.tabList.splice(this.clxxIndex, 0, this.clxxTab); | ||
| 118 | } | 124 | } |
| 119 | //删除材料信息选项卡数据 | ||
| 120 | this.tabList.splice(this.clxxIndex, 1); | ||
| 121 | } else { | ||
| 122 | //新增材料信息选项卡数据 | ||
| 123 | this.tabList.splice(this.clxxIndex, 0, this.clxxTab); | ||
| 124 | } | ||
| 125 | // this.closefp() | 125 | // this.closefp() |
| 126 | 126 | ||
| 127 | // if (this.splitScreen) { | 127 | // if (this.splitScreen) { | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-21 10:15:11 | 4 | * @LastEditTime: 2023-07-24 14:14:01 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-17 14:20:17 | 4 | * @LastEditTime: 2023-07-24 14:14:22 |
| 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"; | ... | ... |
-
Please register or sign in to post a comment