|
|
|
@ -6,18 +6,21 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<el-form :model="formData" class="order-el-form" ref="formData" label-width="120px" >
|
|
|
|
|
<el-form :model="formData" class="order-el-form" ref="formData" label-width="120px">
|
|
|
|
|
|
|
|
|
|
<el-col :span="18" style="margin-left: 0px" >
|
|
|
|
|
<span style="font-size: 14px;color: #909399">当前工位:    <span style="font-size: 16px;color: #000000">{{this.formData.workplaceName}}</span>
|
|
|
|
|
<el-col :span="18" style="margin-left: 0px">
|
|
|
|
|
<span style="font-size: 14px;color: #909399">当前工位:    <span
|
|
|
|
|
style="font-size: 16px;color: #000000">{{ this.formData.workplaceName }}</span>
|
|
|
|
|
    
|
|
|
|
|
<!-- <span :style="{ color: formData.workplaceStatus === 0 ? 'green' : 'red' }"> ({{ formData.workplaceStatus === 0 ? '服务中' : '服务暂停' }} ) </span>-->
|
|
|
|
|
<!-- <el-button type="primary" @click="toggleWorkplaceStatus" style="margin-left: 10px;" >切换状态</el-button>-->
|
|
|
|
|
<!-- <span :style="{ color: formData.workplaceStatus === 0 ? 'green' : 'red' }"> ({{ formData.workplaceStatus === 0 ? '服务中' : '服务暂停' }} ) </span>-->
|
|
|
|
|
<!-- <el-button type="primary" @click="toggleWorkplaceStatus" style="margin-left: 10px;" >切换状态</el-button>-->
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span style="font-size: 14px;color: #909399;margin-left: 20px">当前业务类型:    <span style="font-size: 16px;color: #000000">{{this.formData.busName}}</span>
|
|
|
|
|
     <el-button type="primary" icon="el-icon-sort" @click="toggleBusType" style="margin-left: 10px;" >切换业务</el-button>
|
|
|
|
|
<el-button type="danger" @click="closeAllTabs" style="margin-left: 10px;" v-if="this.showContextMenu">关闭所有</el-button>
|
|
|
|
|
<span style="font-size: 14px;color: #909399;margin-left: 20px">当前业务类型:    <span
|
|
|
|
|
style="font-size: 16px;color: #000000">{{ this.formData.busName }}</span>
|
|
|
|
|
     <el-button type="primary" icon="el-icon-sort" @click="toggleBusType"
|
|
|
|
|
style="margin-left: 10px;">切换业务</el-button>
|
|
|
|
|
<el-button type="danger" @click="closeAllTabs" style="margin-left: 10px;" v-if="this.showContextMenu">关闭所有</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
@ -56,22 +59,22 @@
|
|
|
|
|
<span>单据管理</span>
|
|
|
|
|
</template>
|
|
|
|
|
<el-menu-item :index=0 @click="clickMenuItem(0)">
|
|
|
|
|
<!-- <i class="el-icon-edit-outline"></i>-->
|
|
|
|
|
<!-- <i class="el-icon-edit-outline"></i>-->
|
|
|
|
|
<span slot="title">处理单据</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
|
|
|
|
|
<el-menu-item :index=4 @click="clickMenuItem(4)">
|
|
|
|
|
<!-- <i class="el-icon-s-order"></i>-->
|
|
|
|
|
<!-- <i class="el-icon-s-order"></i>-->
|
|
|
|
|
<span slot="title">待处理单</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=5 @click="clickMenuItem(5)">
|
|
|
|
|
<!-- <i class="el-icon-s-claim"></i>-->
|
|
|
|
|
<!-- <i class="el-icon-s-claim"></i>-->
|
|
|
|
|
<span slot="title">已完成单</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=6 @click="clickMenuItem(6)">
|
|
|
|
|
<!-- <i class="el-icon-upload"></i>-->
|
|
|
|
|
<span slot="title">单据上传</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=6 @click="clickMenuItem(6)">
|
|
|
|
|
<!-- <i class="el-icon-upload"></i>-->
|
|
|
|
|
<span slot="title">单据上传</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
</el-submenu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -81,18 +84,18 @@
|
|
|
|
|
<span>工位管理</span>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<el-menu-item :index=1 @click="clickMenuItem(1)">
|
|
|
|
|
<!-- <i class="el-icon-s-unfold"></i>-->
|
|
|
|
|
<span slot="title">工位上货</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=2 @click="clickMenuItem(2)">
|
|
|
|
|
<!-- <i class="el-icon-s-fold"></i>-->
|
|
|
|
|
<span slot="title">工位退货</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=3 @click="clickMenuItem(3)">
|
|
|
|
|
<!-- <i class="el-icon-s-platform"></i>-->
|
|
|
|
|
<span slot="title">工位库存</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=1 @click="clickMenuItem(1)">
|
|
|
|
|
<!-- <i class="el-icon-s-unfold"></i>-->
|
|
|
|
|
<span slot="title">工位上货</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=2 @click="clickMenuItem(2)">
|
|
|
|
|
<!-- <i class="el-icon-s-fold"></i>-->
|
|
|
|
|
<span slot="title">工位退货</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=3 @click="clickMenuItem(3)">
|
|
|
|
|
<!-- <i class="el-icon-s-platform"></i>-->
|
|
|
|
|
<span slot="title">工位库存</span>
|
|
|
|
|
</el-menu-item>
|
|
|
|
|
<el-menu-item :index=7 @click="clickMenuItem(7)">
|
|
|
|
|
<!-- <i class="el-icon-s-help"></i>-->
|
|
|
|
|
<span slot="title">拆零管理</span>
|
|
|
|
@ -118,7 +121,7 @@
|
|
|
|
|
|
|
|
|
|
<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"
|
|
|
|
@ -127,12 +130,13 @@
|
|
|
|
|
@contextmenu.stop.prevent="handleTabContextMenu($event, item)"
|
|
|
|
|
style="background-color: white"
|
|
|
|
|
>
|
|
|
|
|
<!-- <ul v-if="showContextMenu" class="context-menu" :style="contextMenuPosition">-->
|
|
|
|
|
<!-- <li @click="closeAllTabs">关闭所有</li>-->
|
|
|
|
|
<!-- </ul>-->
|
|
|
|
|
<div >
|
|
|
|
|
<component v-if="showChild" :is="item.component" v-bind="item.componentProps" :reset-key="resetKeys[item.name]" @parent-method="parentMethod"
|
|
|
|
|
style="margin-top: -14px"/>
|
|
|
|
|
<!-- <ul v-if="showContextMenu" class="context-menu" :style="contextMenuPosition">-->
|
|
|
|
|
<!-- <li @click="closeAllTabs">关闭所有</li>-->
|
|
|
|
|
<!-- </ul>-->
|
|
|
|
|
<div>
|
|
|
|
|
<component v-if="showChild" :is="item.component" v-bind="item.componentProps"
|
|
|
|
|
:reset-key="resetKeys[item.name]" @parent-method="parentMethod"
|
|
|
|
|
style="margin-top: -14px"/>
|
|
|
|
|
</div>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
</el-tabs>
|
|
|
|
@ -152,14 +156,14 @@
|
|
|
|
|
append-to-body
|
|
|
|
|
>
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
<el-col :span="24" style="display: flex; justify-content: flex-end;">
|
|
|
|
|
<el-col :span="24" style="display: flex; justify-content: flex-end;">
|
|
|
|
|
<el-button @click="toggleContent" type="primary" style="margin-right: 20px;">
|
|
|
|
|
<span v-if="!isContentVisible">查看更多业务类型</span>
|
|
|
|
|
<span v-if="isContentVisible">查看常用业务类型</span>
|
|
|
|
|
<i :class="{'el-icon-caret-right': !isContentVisible, 'el-icon-caret-bottom': isContentVisible}"> </i>
|
|
|
|
|
<!-- 这里原本想用大括号图标,但Font Awesome默认没有,所以用了上下箭头代替 -->
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
@ -216,7 +220,7 @@ import ioSplitFifoCode from '@/views/collect/ioSplitFifoCode.vue'
|
|
|
|
|
import CollectOrderUpload from '@/views/collect/CollectOrderUpload.vue'
|
|
|
|
|
import IoDestroyOrder from '@/views/collect/IoDestroyOrder.vue'
|
|
|
|
|
import IoSplitFifoRemind from '@/views/collect/IoSplitFifoRemind.vue'
|
|
|
|
|
import {listPage,switchWorkplaceStatus} from "@/api/basic/workPlace/sysWorkplaceManage";
|
|
|
|
|
import {listPage, switchWorkplaceStatus} from "@/api/basic/workPlace/sysWorkplaceManage";
|
|
|
|
|
import {
|
|
|
|
|
filterListByWorkplace,
|
|
|
|
|
getWorkBindBusTypes,
|
|
|
|
@ -239,7 +243,7 @@ export default {
|
|
|
|
|
return {
|
|
|
|
|
isContentVisible: false, // 控制内容是否显示
|
|
|
|
|
showContextMenu: false, // 控制上下文菜单的显示
|
|
|
|
|
contextMenuPosition: { x: 0, y: 0 }, // 上下文菜单的位置
|
|
|
|
|
contextMenuPosition: {x: 0, y: 0}, // 上下文菜单的位置
|
|
|
|
|
selectBusTypeDisabled: false,
|
|
|
|
|
selectBusTypeClosrrButDisabled: false,
|
|
|
|
|
selectWorkplaceStatusDisabled: false,
|
|
|
|
@ -370,28 +374,28 @@ export default {
|
|
|
|
|
this.isContentVisible = !this.isContentVisible;
|
|
|
|
|
//判断是否展开 展开 就查全部/折叠就是 常用的
|
|
|
|
|
// todo 2024/09/09
|
|
|
|
|
if (this.isContentVisible){
|
|
|
|
|
if (this.isContentVisible) {
|
|
|
|
|
this.busQuery.isPopular = 0
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.busQuery.isPopular = 1
|
|
|
|
|
}
|
|
|
|
|
this.getWorkBindBusTypes(this.formData.workplaceId)
|
|
|
|
|
},
|
|
|
|
|
toggleWorkplaceStatus() {
|
|
|
|
|
if (this.formData.workplaceStatus == 0){
|
|
|
|
|
if (this.formData.workplaceStatus == 0) {
|
|
|
|
|
this.formData.workplaceStatus = 1
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.formData.workplaceStatus = 0
|
|
|
|
|
}
|
|
|
|
|
switchWorkplaceStatus(this.formData).then(resp => {
|
|
|
|
|
if (resp.code == 20000){
|
|
|
|
|
if (resp.code == 20000) {
|
|
|
|
|
this.$message.success("切换成功!")
|
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(resp.message)
|
|
|
|
|
if (this.formData.workplaceStatus == 0){
|
|
|
|
|
if (this.formData.workplaceStatus == 0) {
|
|
|
|
|
this.formData.workplaceStatus = 1
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.formData.workplaceStatus = 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -508,11 +512,11 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
listPage(query).then((res) => {
|
|
|
|
|
this.curWorkPlaces = res.data.list || [];
|
|
|
|
|
if (this.$route.query.workplaceId != null){
|
|
|
|
|
let item = this.curWorkPlaces.find(item => item.workplaceId == this.$route.query.workplaceId);
|
|
|
|
|
this.formData.workplaceName = item.workplaceName
|
|
|
|
|
this.formData.workplaceStatus = item.workplaceStatus
|
|
|
|
|
}
|
|
|
|
|
if (this.$route.query.workplaceId != null) {
|
|
|
|
|
let item = this.curWorkPlaces.find(item => item.workplaceId == this.$route.query.workplaceId);
|
|
|
|
|
this.formData.workplaceName = item.workplaceName
|
|
|
|
|
this.formData.workplaceStatus = item.workplaceStatus
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
getWorkBindBusTypes(workplaceId) {
|
|
|
|
@ -527,16 +531,16 @@ export default {
|
|
|
|
|
let busType = this.busTypeList.find(item => item.documentTypeCode == this.formData.busType)
|
|
|
|
|
this.formData.busName = busType.busName;
|
|
|
|
|
this.autoTag = busType.autoTag;
|
|
|
|
|
}else if (this.busTypeList.length == 1) {
|
|
|
|
|
this.formData.busType = this.busTypeList[0].documentTypeCode
|
|
|
|
|
this.autoTag = this.busTypeList[0].autoTag;
|
|
|
|
|
this.$router.push({query: {...this.$route.query, busType: this.formData.busType}, path: this.$route.path})
|
|
|
|
|
this.selectBusTypeDisabled = false
|
|
|
|
|
} else if (this.busTypeList.length == 1) {
|
|
|
|
|
this.formData.busType = this.busTypeList[0].documentTypeCode
|
|
|
|
|
this.autoTag = this.busTypeList[0].autoTag;
|
|
|
|
|
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;
|
|
|
|
|
} else {
|
|
|
|
|
this.selectBusTypeDisabled = true
|
|
|
|
|
this.formData.busType = null
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
this.selectBusTypeDisabled = true
|
|
|
|
|
this.formData.busType = null
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
return
|
|
|
|
@ -605,9 +609,10 @@ export default {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.context-menu {
|
|
|
|
|
zIndex: 100000;
|
|
|
|
|
position: fixed ;
|
|
|
|
|
position: fixed;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|