From 6f52b91aba2aa6b1ce3c7da14164c93a6608fcde Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 28 Dec 2023 16:15:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=BB=93=E5=BA=93=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=89=80=E6=9C=89=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/top/index.vue | 16 +++++----------- src/store/modules/tags.js | 3 +++ .../signfor/distributionSignfortreat.vue | 13 ++++++------- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index c1f726b4..850d11e4 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -104,7 +104,7 @@ import { getclearWarehouseCache, getMyCurrentWarehouse, } from '@/api/work/work'; - +import { AddressClosed } from '@/utils/util'; export default { components: { topLock, @@ -137,6 +137,7 @@ export default { filters: {}, created() { + getMyCurrentWarehouse().then(res => { if (res.data.data == null) { console.log('当前没有数据'); @@ -149,18 +150,8 @@ export default { }else{ this.dataName = res.data.data.name;//仓库名字 } - // localStorage.setItem('my_data', JSON.stringify(res.data.data)) }); - // let warehouseName = localStorage.getItem('WarehouseName'); - // // let modifiedName = warehouseName.replace(/"/g, ''); - // if (warehouseName == 'undefined') { - // this.dataName = ''; - // console.log('当前暂时没有参数', this.dataName); - // } else { - // this.dataName = warehouseName; - // console.log(this.dataName, '当前参数存在值'); - // } }, computed: { ...mapGetters([ @@ -218,6 +209,9 @@ export default { this.$message({ message: res.data.msg, type: 'error' }); } } + // this.$store.commit('SET_WAREHOUSELIST', this.warehouseList); + this.$store.commit('DEL_TAG_CURRENT'); + this.$store.commit('DEL_TAG_OTHER'); }, warehouseChange(val) { console.log(val); diff --git a/src/store/modules/tags.js b/src/store/modules/tags.js index 5b20f51a..fceef25f 100644 --- a/src/store/modules/tags.js +++ b/src/store/modules/tags.js @@ -17,6 +17,7 @@ const navs = { state.tagList.push(action); setStore({ name: 'tagList', content: state.tagList }); }, + // 关闭指定标签 DEL_TAG: (state, action) => { state.tagList = state.tagList.filter(item => { return item.fullPath !== action.fullPath; @@ -27,6 +28,7 @@ const navs = { state.tagList = tagList; setStore({ name: 'tagList', content: state.tagList }); }, + // 关闭除了当前页面的所有页面 DEL_TAG_OTHER: state => { state.tagList = state.tagList.filter(item => { console.log("关闭其他111state.tag.fullPath, website.fistPage.path",state.tag.fullPath, website.fistPage.path,item); @@ -35,6 +37,7 @@ const navs = { console.log("2222state.tagList",state.tagList); setStore({ name: 'tagList', content: state.tagList }); }, + // 关闭当前页面 DEL_TAG_CURRENT: state => { state.tagList = state.tagList.filter(item => { console.log("state.tag.fullPath, website.fistPage.path",state.tag.fullPath, website.fistPage.path,item); diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue index 0118f06f..4fc5c999 100644 --- a/src/views/distribution/signfor/distributionSignfortreat.vue +++ b/src/views/distribution/signfor/distributionSignfortreat.vue @@ -1430,7 +1430,12 @@ export default { // width: '100px' // }, - + { + label: '包件状态', + prop: 'orderPackageStatusName', + search: true, + width: '100px', + }, { label: '冻结状态', prop: 'orderPackageFreezeStatusName', @@ -1461,12 +1466,6 @@ export default { search: true, width: '100px', }, - { - label: '签收状态', - prop: 'orderPackageStatusName', - search: true, - width: '100px', - }, // { // label: '配送计划状态', // prop: 'orderPackageDeliveryStatus',