fix:优化

20240912_adapter
chenhc 1 month ago
parent 332bae03da
commit 453feefb8c

@ -10,15 +10,20 @@
<el-col :span="12" style="margin-left: 0px">
<span style="font-size: 14px;color: #909399">当前工位:&nbsp&nbsp&nbsp&nbsp<span
style="font-size: 16px;color: #000000">{{ this.formData.workplaceName }}</span>
&nbsp&nbsp&nbsp&nbsp<el-button type="primary" icon="el-icon-sort" @click="toggleWorkplace" v-if="workPlaceClass == 2"
style="margin-left: 10px;">切换工位</el-button>
style="font-size: 16px;color: #000000"
>{{ this.formData.workplaceName }}</span>
&nbsp&nbsp&nbsp&nbsp<el-button type="primary" icon="el-icon-sort" @click="toggleWorkplace"
v-if="workPlaceClass == 2"
style="margin-left: 10px;"
>切换工位</el-button>
</span>
<span style="font-size: 14px;color: #909399;margin-left: 20px" v-if="workPlaceClass == 1">:&nbsp&nbsp&nbsp&nbsp<span
style="font-size: 16px;color: #000000">{{ this.formData.busName }}</span>
style="font-size: 16px;color: #000000"
>{{ this.formData.busName }}</span>
&nbsp&nbsp&nbsp&nbsp <el-button type="primary" icon="el-icon-sort" @click="toggleBusType"
style="margin-left: 10px;">切换业务</el-button>
style="margin-left: 10px;"
>切换业务</el-button>
<!-- <el-button type="danger" @click="closeAllTabs" style="margin-left: 10px;" v-if="this.showContextMenu"></el-button>-->
</span>
@ -50,14 +55,15 @@
class="el-menu-vertical-demo"
style="width: 100%"
unique-opened="true"
@open="handleOpen">
@open="handleOpen"
>
<!-- <el-submenu index="11" v-if="workPlaceClass == 1">-->
<!-- <template slot="title">-->
<!-- <i class="el-icon-s-order"></i>-->
<!-- <span>单据管理</span>-->
<!-- </template>-->
<div v-if=" productType != 1">
<div v-if=" this.productType != 1">
<el-menu-item :index=0 @click="clickMenuItem(0)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-edit-outline"></i>-->
<span slot="title">处理单据</span>
@ -88,47 +94,8 @@
<!-- <i class="el-icon-upload"></i>-->
<span slot="title">单据上传</span>
</el-menu-item>
</div>
<div v-if=" productType == 1">
<el-menu-item :index=15 @click="clickMenuItem(1000)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-upload"></i>-->
<span slot="title">处理单据(器械)</span>
</el-menu-item>
<el-menu-item :index=16 @click="clickMenuItem(100)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-edit-outline"></i>-->
<span slot="title">单据审核(器械)</span>
</el-menu-item>
<el-menu-item :index=17 @click="clickMenuItem(400)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-edit-outline"></i>-->
<span slot="title">待处理单(器械)</span>
</el-menu-item>
<el-menu-item :index=18 @click="clickMenuItem(500)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-s-claim"></i>-->
<span slot="title">已完成单(器械)</span>
</el-menu-item>
<el-menu-item :index=19 @click="clickMenuItem(600)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-s-claim"></i>-->
<span slot="title">单据上传(器械)</span>
</el-menu-item>
</div>
<!--<el-menu-item :index=20 @click="clickMenuItem(20)" v-if="workPlaceClass == 1">-->
<!-- &lt;!&ndash; <i class="el-icon-upload"></i>&ndash;&gt;-->
<!-- <span slot="title">处理单据(器械)</span>-->
<!--</el-menu-item>-->
<!-- </el-submenu>-->
<!-- <el-submenu index="33" v-if="workPlaceClass == 2">-->
<!-- <template slot="title">-->
<!-- <i class="el-icon-s-platform"></i>-->
<!-- <span>工位管理</span>-->
<!-- </template>-->
<div v-if=" productType != 1">
<el-menu-item :index=1 @click="clickMenuItem(1)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-s-unfold"></i>-->
<span slot="title">工位上货</span>
@ -163,63 +130,76 @@
<span slot="title">处理预验收</span>
</el-menu-item>
</div>
<div v-if=" productType == 1">
<div v-if=" this.productType == 1">
<el-menu-item :index=15 @click="clickMenuItem(1000)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-upload"></i>-->
<span slot="title">处理单据(器械)</span>
</el-menu-item>
<el-menu-item :index=16 @click="clickMenuItem(100)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-edit-outline"></i>-->
<span slot="title">单据审核(器械)</span>
</el-menu-item>
<el-menu-item :index=17 @click="clickMenuItem(400)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-edit-outline"></i>-->
<span slot="title">待处理单(器械)</span>
</el-menu-item>
<el-menu-item :index=18 @click="clickMenuItem(500)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-s-claim"></i>-->
<span slot="title">已完成单(器械)</span>
</el-menu-item>
<el-menu-item :index=19 @click="clickMenuItem(600)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-s-claim"></i>-->
<span slot="title">单据上传(器械)</span>
</el-menu-item>
<el-menu-item :index=1 @click="clickMenuItem(10000)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-s-unfold"></i>-->
<span slot="title">工位上货</span>
<span slot="title">工位上货(器械)</span>
</el-menu-item>
<el-menu-item :index=13 @click="clickMenuItem(1300)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-edit-outline"></i>-->
<span slot="title">工位剔除</span>
<span slot="title">工位剔除(器械)</span>
</el-menu-item>
<el-menu-item :index=8 @click="clickMenuItem(800)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-warning"></i>-->
<span slot="title">上货推荐</span>
<span slot="title">上货推荐(器械)</span>
</el-menu-item>
<el-menu-item :index=3 @click="clickMenuItem(300)" v-if="workPlaceClass == 2 || workPlaceClass == 1">
<!-- <i class="el-icon-s-platform"></i>-->
<span slot="title">工位库存</span>
<span slot="title">工位库存(器械)</span>
</el-menu-item>
<el-menu-item :index=7 @click="clickMenuItem(700)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-s-help"></i>-->
<span slot="title">拆零管理</span>
<span slot="title">拆零管理(器械)</span>
</el-menu-item>
<el-menu-item :index=2 @click="clickMenuItem(200)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-s-fold"></i>-->
<span slot="title">工位退货</span>
<span slot="title">工位退货(器械)</span>
</el-menu-item>
<el-menu-item :index=12 @click="clickMenuItem(1200)" v-if="workPlaceClass == 2">
<!-- <i class="el-icon-s-fold"></i>-->
<span slot="title">上货记录</span>
<span slot="title">上货记录(器械)</span>
</el-menu-item>
<el-menu-item :index=14 @click="clickMenuItem(1400)" v-if="workPlaceClass == 1">
<!-- <i class="el-icon-s-platform"></i>-->
<span slot="title">处理预验收</span>
<span slot="title">处理预验收(器械)</span>
</el-menu-item>
</div>
<!-- </el-submenu>-->
<!--<el-submenu index="22" v-if="autoTag == 1">-->
<!-- <template slot="title">-->
<!-- <i class="el-icon-s-help"></i>-->
<!-- <span>库存管理</span>-->
<!-- </template>-->
<!--</el-submenu>-->
</el-menu>
</el-col>
<el-col :span="22">
<el-tabs v-model="editableTabsValue" type="card" closable @tab-remove="removeTab"
@tab-click="upodateMenuActive" @contextmenu.native.prevent="handleContextMenu">
@tab-click="upodateMenuActive" @contextmenu.native.prevent="handleContextMenu"
>
<el-tab-pane
v-for="(item, index) in editableTabs"
:key="item.name"
@ -234,7 +214,8 @@
<div>
<component v-if="showChild" :is="item.component" v-bind="item.componentProps"
:reset-key="resetKeys[item.name]" @parent-method="parentMethod"
style="margin-top: -14px"/>
style="margin-top: -14px"
/>
</div>
</el-tab-pane>
</el-tabs>
@ -275,7 +256,8 @@
<div
style="display: flex; justify-content: space-between; align-items: center; height: 46px; /* 约为 200px 的 1/3 */"
@click="selectBusType(info)">
@click="selectBusType(info)"
>
<p style="font-size: 20px;background-color: #e1f3fb;font-weight: bold;">{{ info.busName }}</p>
<!-- 假设你的信息对象中包含一个title属性 -->
<!-- <div style="width: 60px; height: 60px; display: flex; justify-content: center; align-items: center;">-->
@ -291,7 +273,8 @@
<p style="font-size: 14px;background-color: #e1f3fb" @click="selectBusType(info)">
{{ info.remark }}</p>
<el-button type="primary" style="position: absolute; bottom: 20px; right: 20px;" icon="el-icon-thumb"
@click="selectBusType(info)">开始作业
@click="selectBusType(info)"
>开始作业
</el-button>
</div>
@ -303,7 +286,6 @@
</el-dialog>
<el-dialog
title="选择作业工位"
:visible.sync="selectWorkplaceeDisabled"
@ -323,7 +305,8 @@
<div
style="display: flex; justify-content: space-between; align-items: center; height: 46px; /* 约为 200px 的 1/3 */"
@click="selectWorkplace(info)">
@click="selectWorkplace(info)"
>
<p style="font-size: 20px;background-color: #e1f3fb;font-weight: bold;">{{ info.workplaceName }}</p>
<!-- 假设你的信息对象中包含一个title属性 -->
<!-- <div style="width: 60px; height: 60px; display: flex; justify-content: center; align-items: center;">-->
@ -339,7 +322,8 @@
<p style="font-size: 14px;background-color: #e1f3fb" @click="selectWorkplace(info)">
{{ info.remark }}</p>
<el-button type="primary" style="position: absolute; bottom: 20px; right: 20px;" icon="el-icon-thumb"
@click="selectWorkplace(info)">开始作业
@click="selectWorkplace(info)"
>开始作业
</el-button>
</div>
@ -370,20 +354,20 @@ import CollectOrderUpload from '@/views/collect/CollectOrderUpload.vue'
import IoDestroyOrder from '@/views/collect/IoDestroyOrder.vue'
import IoSplitFifoRemind from '@/views/collect/IoSplitFifoRemind.vue'
import IocCollectOrderCheckCode from '@/views/collect/IocCollectOrderCheckCode.vue'
import IocCollectOrderVerify from "@/views/collect/IocCollectOrderVerify.vue"
import IoSplitFifoRemove from "@/views/collect/IoSplitFifoRemove.vue"
import IocCollectOrderVerify from '@/views/collect/IocCollectOrderVerify.vue'
import IoSplitFifoRemove from '@/views/collect/IoSplitFifoRemove.vue'
//
import DevicesIoCreateOrderOut from "@/views/collect/device/DevicesIoCreateOrder.vue"
import DevicesIoSplitFifoRemove from "@/views/collect/device/DevicesIoSplitFifoRemove.vue"
import DevicesIoSplitFifoRemind from "@/views/collect/device/DevicesIoSplitFifoRemind.vue"
import DevicesIoSplitFifoCode from "@/views/collect/device/DevicesIoSplitFifoCode.vue"
import DevicesIoDestroyOrder from "@/views/collect/device/DevicesIoDestroyOrder.vue"
import DevicesIoCreateOrderReturn from "@/views/collect/device/DevicesIoCreateOrder.vue"
import DevicesIoCreateOrderOutRecord from "@/views/collect/device/DevicesIoCreateOrderOutRecord.vue"
import DevicesDealOrderPre from "@/views/collect/device/DevicesDealOrderPre.vue"
import {listPage, switchWorkplaceStatus} from "@/api/basic/workPlace/sysWorkplaceManage";
import DevicesIoCreateOrderOut from '@/views/collect/device/DevicesIoCreateOrder.vue'
import DevicesIoSplitFifoRemove from '@/views/collect/device/DevicesIoSplitFifoRemove.vue'
import DevicesIoSplitFifoRemind from '@/views/collect/device/DevicesIoSplitFifoRemind.vue'
import DevicesIoSplitFifoCode from '@/views/collect/device/DevicesIoSplitFifoCode.vue'
import DevicesIoDestroyOrder from '@/views/collect/device/DevicesIoDestroyOrder.vue'
import DevicesIoCreateOrderReturn from '@/views/collect/device/DevicesIoCreateOrder.vue'
import DevicesIoCreateOrderOutRecord from '@/views/collect/device/DevicesIoCreateOrderOutRecord.vue'
import DevicesDealOrderPre from '@/views/collect/device/DevicesDealOrderPre.vue'
import { listPage, switchWorkplaceStatus } from '@/api/basic/workPlace/sysWorkplaceManage'
import {
filterListByWorkplace,
getWorkBindBusTypes,
@ -391,7 +375,6 @@ import {
} from '@/api/basic/workPlace/sysWorkplaceDocuments'
import { EventBus } from '@/eventBus'
import DevicesDealOrder from '@/views/collect/device/DevicesDealOrder.vue'
import DevicesIocCollectOrderCheckCode from '@/views/collect/device/DevicesIocCollectOrderCheckCode.vue'
import DevicesCollectOrderAllot from '@/views/collect/device/DevicesCollectOrderAllot.vue'
@ -429,7 +412,7 @@ export default {
DevicesIoDestroyOrder,
DevicesIoCreateOrderReturn,
DevicesIoCreateOrderOutRecord,
DevicesDealOrderPre,
DevicesDealOrderPre
},
name: 'CollectOrderTabs',
@ -487,7 +470,7 @@ export default {
component: IoCreateOrderOut,
//
componentProps: {
fromSplitType: "out"
fromSplitType: 'out'
}
},
{
@ -497,7 +480,7 @@ export default {
component: IoCreateOrderReturn,
//
componentProps: {
fromSplitType: "return"
fromSplitType: 'return'
}
},
{
@ -587,7 +570,7 @@ export default {
component: IoSplitFifoRemove,
//
componentProps: {
message : ""
message: ''
}
},
{
@ -596,8 +579,7 @@ export default {
name: 'DealOrderPre',
component: DealOrderPre,
//
componentProps: {
}
componentProps: {}
},
//
@ -652,7 +634,7 @@ export default {
component: DevicesIoCreateOrderOut,
//
componentProps: {
fromSplitType: "out"
fromSplitType: 'out'
}
},
{
@ -662,7 +644,7 @@ export default {
component: DevicesIoSplitFifoRemove,
//
componentProps: {
message : ""
message: ''
}
},
{
@ -696,7 +678,7 @@ export default {
component: DevicesIoCreateOrderReturn,
//
componentProps: {
fromSplitType: "return"
fromSplitType: 'return'
}
},
{
@ -713,9 +695,8 @@ export default {
name: 'DevicesDealOrderPre',
component: DevicesDealOrderPre,
//
componentProps: {
componentProps: {}
}
},
],
editableTabs: [{
number: 0,
@ -742,7 +723,7 @@ export default {
methods: {
toggleContent() {
// isContentVisible
this.isContentVisible = !this.isContentVisible;
this.isContentVisible = !this.isContentVisible
// /
// todo 2024/09/09
if (this.isContentVisible) {
@ -760,7 +741,7 @@ export default {
}
switchWorkplaceStatus(this.formData).then(resp => {
if (resp.code == 20000) {
this.$message.success("切换成功!")
this.$message.success('切换成功!')
} else {
this.$message.error(resp.message)
@ -790,24 +771,24 @@ export default {
selectBusType(info) {
let val = info.documentTypeCode
this.formData.busType = val
let newQuery = {...this.$route.query};
delete newQuery.billNo;
let newQuery = { ...this.$route.query }
delete newQuery.billNo
newQuery.busType = val
this.productType = info.productType
this.$router.push({query: newQuery, path: this.$route.path});
this.formData.busName = info.busName;
this.autoTag = info.autoTag;
this.$router.push({ query: newQuery, path: this.$route.path })
this.formData.busName = info.busName
this.autoTag = info.autoTag
this.editableTabs = []
if (this.busType == 2){
if (this.productType == 2) {
this.clickMenuItem(10)
} else {
this.clickMenuItem(100)
}
this.showChild = false;
this.showChild = false
this.$nextTick(() => {
this.showChild = true;
});
this.showChild = true
})
this.selectBusTypeDisabled = false
this.selectBusTypeClosrrButDisabled = false
@ -815,30 +796,30 @@ export default {
selectWorkplace(info) {
let val = info.workplaceId
this.formData.workplaceId = val
let newQuery = {...this.$route.query};
delete newQuery.billNo;
let newQuery = { ...this.$route.query }
delete newQuery.billNo
newQuery.workplaceId = val
delete newQuery.workPlaceClass;
delete newQuery.workPlaceClass
newQuery.workPlaceClass = info.workPlaceClass
this.$router.push({query: newQuery, path: this.$route.path});
this.formData.workplaceName = info.workplaceName;
this.$router.push({ query: newQuery, path: this.$route.path })
this.formData.workplaceName = info.workplaceName
this.editableTabs = []
this.clickMenuItem(1)
this.showChild = false;
this.showChild = false
this.$nextTick(() => {
this.showChild = true;
});
this.showChild = true
})
this.selectWorkplaceClosrrButDisabled = false
this.selectWorkplaceeDisabled = false
location.reload();
location.reload()
},
parentMethod(data) {
const foundTab = this.findAllTabByName(data)
this.clickMenuItem(foundTab.number)
this.showChild = false;
this.showChild = false
this.$nextTick(() => {
this.showChild = true;
});
this.showChild = true
})
},
upodateMenuActive(tab, event) {
const foundTab = this.findTabByName(tab.name)
@ -846,8 +827,8 @@ export default {
//
this.menuActive = foundTab.number
//
this.$set(this.resetKeys, foundTab.name, Date.now());
this.$store.commit('tabActive/SET_MENU_ACTIVE', foundTab.number);
this.$set(this.resetKeys, foundTab.name, Date.now())
this.$store.commit('tabActive/SET_MENU_ACTIVE', foundTab.number)
}
},
clickMenuItem(val) {
@ -861,13 +842,13 @@ export default {
if (foundTab) {
//
this.editableTabsValue = foundTab.name
this.$set(this.resetKeys, foundTab.name, Date.now());
this.$set(this.resetKeys, foundTab.name, Date.now())
this.menuActive = foundTab.number
this.$store.commit('tabActive/SET_MENU_ACTIVE', foundTab.number);
this.$store.commit('tabActive/SET_MENU_ACTIVE', foundTab.number)
// foundTab
if (val == 13) {
//tab
EventBus.$emit('sendData', { message: this.sendData });
EventBus.$emit('sendData', { message: this.sendData })
}
} else {
//
@ -892,7 +873,7 @@ export default {
this.editableTabs.push(item)
this.editableTabsValue = item.name
this.menuActive = item.number
this.$store.commit('tabActive/SET_MENU_ACTIVE', item.number);
this.$store.commit('tabActive/SET_MENU_ACTIVE', item.number)
},
removeTab(targetName) {
let tabs = this.editableTabs
@ -905,7 +886,7 @@ export default {
if (nextTab) {
activeName = nextTab.name
this.menuActive = nextTab.number
this.$store.commit('tabActive/SET_MENU_ACTIVE', nextTab.number);
this.$store.commit('tabActive/SET_MENU_ACTIVE', nextTab.number)
}
}
})
@ -922,18 +903,17 @@ export default {
// invCode: this.formData.invCode,
workPlaceClass: this.$route.query.workPlaceClass,
page: 1,
limit: 100,
limit: 100
}
listPage(query).then((res) => {
this.curWorkPlaces = res.data.list || [];
this.curWorkPlaces = res.data.list || []
if (this.$route.query.workplaceId != null) {
let item = this.curWorkPlaces.find(item => item.workplaceId == this.$route.query.workplaceId);
let item = this.curWorkPlaces.find(item => item.workplaceId == this.$route.query.workplaceId)
this.formData.workplaceName = item.workplaceName
this.formData.workplaceStatus = item.workplaceStatus
}else
if (this.curWorkPlaces.length == 1 && this.formData.workPlaceCode == null) {
this.formData.workPlaceCode = this.curWorkPlaces[0].workplaceId;
this.workPlaceCodeChange(this.formData.workPlaceCode);
} else if (this.curWorkPlaces.length == 1 && this.formData.workPlaceCode == null) {
this.formData.workPlaceCode = this.curWorkPlaces[0].workplaceId
this.workPlaceCodeChange(this.formData.workPlaceCode)
}
})
},
@ -947,17 +927,20 @@ export default {
if (this.$route.query.busType != null) {
this.formData.busType = this.$route.query.busType
let busType = this.busTypeList.find(item => item.documentTypeCode == this.formData.busType)
this.formData.busName = busType.busName;
this.autoTag = busType.autoTag;
this.inAndOutType = busType.inAndOutType;
this.formData.busName = busType.busName
this.autoTag = busType.autoTag
this.inAndOutType = busType.inAndOutType
this.productType = busType.productType
} else if (this.busTypeList.length == 1) {
this.formData.busType = this.busTypeList[0].documentTypeCode
this.autoTag = this.busTypeList[0].autoTag;
this.inAndOutType = this.busTypeList[0].inAndOutType;
this.$router.push({query: {...this.$route.query, busType: this.formData.busType}, path: this.$route.path})
this.autoTag = this.busTypeList[0].autoTag
this.inAndOutType = this.busTypeList[0].inAndOutType
this.$router.push({
query: { ...this.$route.query, busType: this.formData.busType },
path: this.$route.path
})
this.selectBusTypeDisabled = false
this.formData.busName = this.busTypeList.find(item => item.documentTypeCode == this.formData.busType).busName;
this.formData.busName = this.busTypeList.find(item => item.documentTypeCode == this.formData.busType).busName
this.productType = this.busTypeList[0].productType
} else {
this.selectBusTypeDisabled = true
@ -967,7 +950,7 @@ export default {
if (this.inAndOutType == 1) {
if (this.busType == 2) {
this.closeAllTabs()
this.editableTabsValue = 'IocCollectOrderCheckCode';
this.editableTabsValue = 'IocCollectOrderCheckCode'
this.menuActive = 10
this.editableTabs = [{
number: 10,
@ -977,10 +960,10 @@ export default {
//
componentProps: {}
}
];
]
} else {
this.closeAllTabs()
this.editableTabsValue = 'DevicesIocCollectOrderCheckCode';
this.editableTabsValue = 'DevicesIocCollectOrderCheckCode'
this.menuActive = 16
this.editableTabs = [{
number: 16,
@ -990,7 +973,7 @@ export default {
//
componentProps: {}
}
];
]
}
}
@ -1001,35 +984,35 @@ export default {
},
handleContextMenu() {
this.showContextMenu = true;
this.showContextMenu = true
},
handleTabContextMenu(event, tab) {
this.showContextMenu = true;
this.showContextMenu = true
// this.contextMenuTab = tab;
// this.contextMenuPosition = { x: event.clientX, y: event.clientY };
},
closeContextMenu() {
this.showContextMenu = false;
this.showContextMenu = false
// this.contextMenuStyle.display = 'none'; //
},
closeCurrentTab(index) {
//
this.editableTabs.splice(index, 1); //
this.editableTabsValue = this.editableTabs.length > 0 ? this.editableTabs[0].name : '';
this.closeContextMenu();
this.editableTabs.splice(index, 1) //
this.editableTabsValue = this.editableTabs.length > 0 ? this.editableTabs[0].name : ''
this.closeContextMenu()
},
closeOtherTabs() {
//
// ...
this.closeContextMenu();
this.closeContextMenu()
},
closeAllTabs() {
//
this.editableTabs = [];
this.editableTabsValue = '';
this.closeContextMenu();
},
this.editableTabs = []
this.editableTabsValue = ''
this.closeContextMenu()
}
},
computed: {
@ -1038,16 +1021,16 @@ export default {
position: 'fixed', // 使 fixed
left: `${this.contextMenuPosition.x}px`,
top: `${this.contextMenuPosition.y}px`,
zIndex: 1000, //
zIndex: 1000 //
// ...
};
},
}
}
},
created() {
this.workPlaceClass = this.$route.query.workPlaceClass
if (this.workPlaceClass == 2) {
this.closeAllTabs()
this.editableTabsValue = 'IoCreateOrderOut';
this.editableTabsValue = 'IoCreateOrderOut'
this.menuActive = 1,
this.editableTabs = [{
number: 1,
@ -1056,19 +1039,19 @@ export default {
component: IoCreateOrderOut,
//
componentProps: {
fromSplitType: "out"
fromSplitType: 'out'
}
}
];
]
}
this.findCurWorkPlaces();
this.findCurWorkPlaces()
if (this.$route.query.workplaceId != null) {
this.isLinkDisabled = true
this.formData.workPlaceCode = Number(this.$route.query.workplaceId);
this.formData.workplaceId = Number(this.$route.query.workplaceId);
this.formData.workPlaceCode = Number(this.$route.query.workplaceId)
this.formData.workplaceId = Number(this.$route.query.workplaceId)
if (this.workPlaceClass == 1) {
this.getWorkBindBusTypes(this.formData.workPlaceCode);
this.getWorkBindBusTypes(this.formData.workPlaceCode)
} else if (this.workPlaceClass == 2) {
this.busQuery.workplaceCode = this.formData.workPlaceCode
filterListByWorkplace(this.busQuery).then(res => {
@ -1085,10 +1068,10 @@ export default {
EventBus.$on('update-data', (data) => {
//
this.sendData = data.message
});
})
},
beforeDestroy() {
EventBus.$off('update-data');
EventBus.$off('update-data')
}
}
</script>

Loading…
Cancel
Save