From b018c228bc73529f262fa47519bfa21517846e98 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Tue, 18 Jul 2023 11:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E5=93=81?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionStockListDiscuss.vue | 27 ++-- .../inventory/distributionStockListMarket.vue | 91 ++++++------ .../inventory/distributionStockListSelf.vue | 91 ++++++------ .../stockup/distributionStockup.vue | 140 ++++++++++++++---- .../stockup/distributionStockupDiscuss.vue | 27 ++-- .../stockup/distributionStockupMarket.vue | 29 ++-- .../stockup/distributionStockupSelf.vue | 29 ++-- .../warehouseWarehouseingAddReceipt.vue | 8 +- 8 files changed, 270 insertions(+), 172 deletions(-) diff --git a/src/views/distribution/inventory/distributionStockListDiscuss.vue b/src/views/distribution/inventory/distributionStockListDiscuss.vue index 66090cd9..099134ce 100644 --- a/src/views/distribution/inventory/distributionStockListDiscuss.vue +++ b/src/views/distribution/inventory/distributionStockListDiscuss.vue @@ -245,16 +245,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'mallName', - label: '商城名称', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'mallName', + // label: '商城名称', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'quantityStock', label: '库存数量', type: 1, @@ -466,7 +468,7 @@ export default { mounted () { this.init(); this.onLoad(this.page); - /** + /** * 初始化获取本地缓存的编辑隐藏的列表 * 固定搭配,不能更改 */ @@ -568,7 +570,7 @@ export default { this.columnList = newarr; this.$functions.setStorage(window.location.pathname+'sortlist', headarr); } - + }, selectionsc(value) { console.log(value); @@ -778,6 +780,7 @@ export default { }, onLoad (page, params = {}) { this.loading = true; + this.query.typeService = '1'; getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total; diff --git a/src/views/distribution/inventory/distributionStockListMarket.vue b/src/views/distribution/inventory/distributionStockListMarket.vue index 66090cd9..e138468f 100644 --- a/src/views/distribution/inventory/distributionStockListMarket.vue +++ b/src/views/distribution/inventory/distributionStockListMarket.vue @@ -189,16 +189,16 @@ export default { fixed: false, sortable: true, }, - { - prop: 'market', - label: '商场', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'market', + // label: '商场', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'descriptionGoods', label: '货物名称', @@ -227,16 +227,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'shop', - label: '门店', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'shop', + // label: '门店', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'storageLocation', label: '库位信息', type: 2, @@ -245,16 +247,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'mallName', - label: '商城名称', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'mallName', + // label: '商城名称', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'quantityStock', label: '库存数量', type: 1, @@ -385,16 +389,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'shoppingMall', - label: '所属商场', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'shoppingMall', + // label: '所属商场', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'warehouseName', label: '仓库名称', type: 2, @@ -466,7 +472,7 @@ export default { mounted () { this.init(); this.onLoad(this.page); - /** + /** * 初始化获取本地缓存的编辑隐藏的列表 * 固定搭配,不能更改 */ @@ -568,7 +574,7 @@ export default { this.columnList = newarr; this.$functions.setStorage(window.location.pathname+'sortlist', headarr); } - + }, selectionsc(value) { console.log(value); @@ -778,6 +784,7 @@ export default { }, onLoad (page, params = {}) { this.loading = true; + this.query.typeService = '2'; getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total; diff --git a/src/views/distribution/inventory/distributionStockListSelf.vue b/src/views/distribution/inventory/distributionStockListSelf.vue index 66090cd9..084d1d8e 100644 --- a/src/views/distribution/inventory/distributionStockListSelf.vue +++ b/src/views/distribution/inventory/distributionStockListSelf.vue @@ -189,16 +189,16 @@ export default { fixed: false, sortable: true, }, - { - prop: 'market', - label: '商场', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'market', + // label: '商场', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'descriptionGoods', label: '货物名称', @@ -227,16 +227,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'shop', - label: '门店', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'shop', + // label: '门店', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'storageLocation', label: '库位信息', type: 2, @@ -245,16 +247,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'mallName', - label: '商城名称', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'mallName', + // label: '商城名称', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'quantityStock', label: '库存数量', type: 1, @@ -385,16 +389,18 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ - prop: 'shoppingMall', - label: '所属商场', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - },{ + }, + // { + // prop: 'shoppingMall', + // label: '所属商场', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { prop: 'warehouseName', label: '仓库名称', type: 2, @@ -466,7 +472,7 @@ export default { mounted () { this.init(); this.onLoad(this.page); - /** + /** * 初始化获取本地缓存的编辑隐藏的列表 * 固定搭配,不能更改 */ @@ -568,7 +574,7 @@ export default { this.columnList = newarr; this.$functions.setStorage(window.location.pathname+'sortlist', headarr); } - + }, selectionsc(value) { console.log(value); @@ -778,6 +784,7 @@ export default { }, onLoad (page, params = {}) { this.loading = true; + this.query.typeService = '3'; getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total; diff --git a/src/views/distribution/stockup/distributionStockup.vue b/src/views/distribution/stockup/distributionStockup.vue index 939d5d06..b0c4f2ad 100644 --- a/src/views/distribution/stockup/distributionStockup.vue +++ b/src/views/distribution/stockup/distributionStockup.vue @@ -30,8 +30,8 @@