From 38b18df4316b78f4fd99339f8cf8206143822767 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 27 Feb 2025 15:58:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/CollectOrderTabs.vue | 102 +++++++++++-------------- 1 file changed, 43 insertions(+), 59 deletions(-) diff --git a/src/views/collect/CollectOrderTabs.vue b/src/views/collect/CollectOrderTabs.vue index 8de8b30a..bd6eec22 100644 --- a/src/views/collect/CollectOrderTabs.vue +++ b/src/views/collect/CollectOrderTabs.vue @@ -24,7 +24,6 @@      切换业务 - @@ -49,7 +48,6 @@ - - - - - -
- + 处理单据 - + 取药确认 - + 单据审核 - + 待处理单 - + 单据校验 - + 已完成单 - + 单据上传 - + 工位上货 - + 工位剔除 - + 上货推荐 - + 工位库存 - + 拆零管理 - + 工位退货 - + 上货记录 - + 处理预验收 @@ -137,57 +130,57 @@ - + 处理单据 - + 单据审核 - + 待处理单 - + 已完成单 - + 单据上传 - + 工位上货 - + 工位剔除 - + 上货推荐 - + 工位库存 - + 拆零管理 - + 工位退货 - + 上货记录 - + 处理预验收 @@ -208,9 +201,6 @@ @contextmenu.stop.prevent="handleTabContextMenu($event, item)" style="background-color: white" > - - -
查看更多业务类型 查看常用业务类型 - -

{{ info.busName }}

- - - - - - -
@@ -278,8 +258,6 @@
- -
@@ -308,13 +286,6 @@ @click="selectWorkplace(info)" >

{{ info.workplaceName }}

- - - - - - -
@@ -370,8 +341,6 @@ import DevicesDealOrderPre from '@/views/collect/device/DevicesDealOrderPre.vue' import { listPage, switchWorkplaceStatus } from '@/api/basic/workPlace/sysWorkplaceManage' import { filterListByWorkplace, - getWorkBindBusTypes, - removeBusTypeById } from '@/api/basic/workPlace/sysWorkplaceDocuments' import { EventBus } from '@/eventBus' @@ -1063,6 +1032,21 @@ export default { } ] } + }else if (this.workPlaceClass == 1 && this.productType == 1 ) { + this.closeAllTabs() + this.editableTabsValue = 'DevicesDealOrder' + this.menuActive = 10000, + this.editableTabs = [{ + number: 10000, + title: '处理单据', + name: 'DevicesDealOrder', + component: DevicesDealOrder, + // 假设你需要传递的参数 + componentProps: { + // title: '这是单据的标题', + } + } + ] } this.findCurWorkPlaces()