From e3fb5101568ca99b276a09990f86b26cb8c23dbe Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Mon, 17 Jul 2023 10:18:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../delivery/distributionStockArticle.vue | 162 +++++++++++++- .../distributionStockArticleDiscuss.vue | 190 +++++++++++++++- .../distributionStockArticleMarket.vue | 190 +++++++++++++++- .../delivery/distributionStockArticleSelf.vue | 207 +++++++++++++++++- .../inventory/distributionStockList.vue | 62 +++--- 5 files changed, 747 insertions(+), 64 deletions(-) diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue index 3c9ec16e..9d808c2a 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue @@ -439,6 +439,24 @@ export default { sortable: true, }, { + prop: 'consigneeUnit', + label: '收货单位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'consigneePerson', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'handQuantity', label: '在库件数', type: 1, @@ -447,8 +465,7 @@ export default { checkarr: [], fixed: false, sortable: true, - }, - { + }, { prop: 'availableQuantity', label: '可用数量', type: 2, @@ -458,6 +475,109 @@ export default { fixed: false, sortable: true, }, + { + prop: 'handQuantity', + label: '未入库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'sortingQuantity', + label: '分拣数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'deliveryQuantity', + label: '配送数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'transferQuantity', + label: '中转数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'signinQuantity', + label: '签收数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'handQuantity', + label: '上架状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'allocation', + label: '货区-货位-货架', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'resource', + label: '订单来源', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'trays', + label: '所在托盘', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'freeze_status', + label: '冻结状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'state', + label: '状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'completeSetName', label: '是否齐套', @@ -536,6 +656,42 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'createUser', + label: '创建人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'createTime', + label: '创建时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryDate', + label: '最新盘点时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryPerson', + label: '盘点人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: '', @@ -946,7 +1102,7 @@ export default { this.height = this.setPx(document.body.clientHeight - 340); getDictionaryBiz('distribution_type').then(res => { this.distributionType = res.data.data; - this.columnList[12].checkarr =res.data.data.map(item=>{ + this.columnList[13].checkarr =res.data.data.map(item=>{ item.value=item.dictKey item.label=item.dictValue return item diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue index ab652c36..827850e7 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue @@ -440,6 +440,24 @@ export default { sortable: true, }, { + prop: 'consigneeUnit', + label: '收货单位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'consigneePerson', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'handQuantity', label: '在库件数', type: 1, @@ -448,6 +466,118 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'availableQuantity', + label: '可用数量', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'handQuantity', + label: '未入库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'sortingQuantity', + label: '分拣数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'deliveryQuantity', + label: '配送数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'transferQuantity', + label: '中转数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'signinQuantity', + label: '签收数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'handQuantity', + label: '上架状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'allocation', + label: '货区-货位-货架', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'resource', + label: '订单来源', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'trays', + label: '所在托盘', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'freeze_status', + label: '冻结状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'state', + label: '状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: 'completeSetName', @@ -468,20 +598,20 @@ export default { fixed: false, sortable: true, }, + // { + // prop: 'brand', + // label: '品牌', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { - prop: 'brand', - label: '品牌', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'typeService', + prop: 'typeName', label: '服务类型', - type: 1, + type: 3, values: '', width: '150', checkarr: [], @@ -527,6 +657,42 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'createUser', + label: '创建人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'createTime', + label: '创建时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryDate', + label: '最新盘点时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryPerson', + label: '盘点人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: '', diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue index 0c350dc6..eda640af 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue @@ -440,6 +440,24 @@ export default { sortable: true, }, { + prop: 'consigneeUnit', + label: '收货单位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'consigneePerson', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'handQuantity', label: '在库件数', type: 1, @@ -448,6 +466,118 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'availableQuantity', + label: '可用数量', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'handQuantity', + label: '未入库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'sortingQuantity', + label: '分拣数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'deliveryQuantity', + label: '配送数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'transferQuantity', + label: '中转数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'signinQuantity', + label: '签收数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'handQuantity', + label: '上架状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'allocation', + label: '货区-货位-货架', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'resource', + label: '订单来源', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'trays', + label: '所在托盘', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'freeze_status', + label: '冻结状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'state', + label: '状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: 'completeSetName', @@ -468,20 +598,20 @@ export default { fixed: false, sortable: true, }, + // { + // prop: 'brand', + // label: '品牌', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { - prop: 'brand', - label: '品牌', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'typeService', + prop: 'typeName', label: '服务类型', - type: 1, + type: 3, values: '', width: '150', checkarr: [], @@ -527,6 +657,42 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'createUser', + label: '创建人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'createTime', + label: '创建时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryDate', + label: '最新盘点时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryPerson', + label: '盘点人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: '', diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue index f11fc944..ad8b8d8b 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue @@ -441,6 +441,24 @@ export default { sortable: true, }, { + prop: 'consigneeUnit', + label: '收货单位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'consigneePerson', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'handQuantity', label: '在库件数', type: 1, @@ -449,6 +467,118 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'availableQuantity', + label: '可用数量', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'handQuantity', + label: '未入库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'sortingQuantity', + label: '分拣数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'deliveryQuantity', + label: '配送数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'transferQuantity', + label: '中转数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'signinQuantity', + label: '签收数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'handQuantity', + label: '上架状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'allocation', + label: '货区-货位-货架', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + },{ + prop: 'resource', + label: '订单来源', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'trays', + label: '所在托盘', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'freeze_status', + label: '冻结状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'state', + label: '状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: 'completeSetName', @@ -469,10 +599,20 @@ export default { fixed: false, sortable: true, }, + // { + // prop: 'brand', + // label: '品牌', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { - prop: 'brand', - label: '品牌', - type: 2, + prop: 'typeName', + label: '服务类型', + type: 3, values: '', width: '150', checkarr: [], @@ -480,12 +620,21 @@ export default { sortable: true, }, { - prop: 'typeService', - label: '服务类型', - type: 1, + prop: 'notification', + label: '通知状态', + type: 3, values: '', width: '150', - checkarr: [], + checkarr: [ + { + value: '2', + label: '已通知', + }, + { + value: '1', + label: '未通知', + }, + ], fixed: false, sortable: true, }, @@ -528,6 +677,42 @@ export default { checkarr: [], fixed: false, sortable: true, + }, { + prop: 'createUser', + label: '创建人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'createTime', + label: '创建时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryDate', + label: '最新盘点时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, { + prop: 'inventoryPerson', + label: '盘点人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, }, { prop: '', @@ -542,6 +727,7 @@ export default { // 更多列的配置... ], columnListedit: [], + drawerShow: false, height: 0, // 弹框标题 @@ -1128,6 +1314,13 @@ export default { getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total; + data.records.some(i =>{ + if(i.notification == '1'){ + i.notification = '未通知' + }else{ + i.notification = '已通知' + } + }); this.data = data.records; this.loading = false; this.selectionClear(); diff --git a/src/views/distribution/inventory/distributionStockList.vue b/src/views/distribution/inventory/distributionStockList.vue index bf106466..49b592ba 100644 --- a/src/views/distribution/inventory/distributionStockList.vue +++ b/src/views/distribution/inventory/distributionStockList.vue @@ -251,16 +251,16 @@ export default { // fixed: false, // sortable: true, // }, - { - prop: 'marketName', - label: '商场', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'marketName', + // label: '商场', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'descriptionGoods', label: '货物名称', @@ -290,16 +290,16 @@ export default { // fixed: false, // sortable: true, // }, - { - prop: 'storeName', - label: '门店', - type: 2, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'storeName', + // label: '门店', + // type: 2, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, /* { prop: 'storageLocation', label: '库位信息', @@ -310,16 +310,17 @@ export default { 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, @@ -433,7 +434,8 @@ export default { checkarr: [], fixed: false, sortable: true, - },{ + }, + { prop: 'shoppingMall', label: '所属商场', type: 2, From 36664b22717688bb9edff9bbd9b319a9c151da3d Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Mon, 17 Jul 2023 17:42:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E5=BA=93?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/distrilbutionCallDelivery.js | 11 ++ .../distribution/distributionStockArticle.js | 19 +++ .../delivery/distributionStockArticleSelf.vue | 114 ++++++++++++++++-- .../stockup/distributionStockup.vue | 72 ++++++++--- 4 files changed, 191 insertions(+), 25 deletions(-) diff --git a/src/api/distribution/distrilbutionCallDelivery.js b/src/api/distribution/distrilbutionCallDelivery.js index 001ed282..98aad322 100644 --- a/src/api/distribution/distrilbutionCallDelivery.js +++ b/src/api/distribution/distrilbutionCallDelivery.js @@ -11,6 +11,17 @@ export const getList = (current, size, params) => { } }) } +export const getListCallDelivery = (current, size, params) => { + return request({ + url: '/api/logpm-distribution/distrilbutionCallDelivery/list', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} export const getDetail = (id) => { return request({ diff --git a/src/option/distribution/distributionStockArticle.js b/src/option/distribution/distributionStockArticle.js index a387eb7b..f6143b2c 100644 --- a/src/option/distribution/distributionStockArticle.js +++ b/src/option/distribution/distributionStockArticle.js @@ -3,6 +3,25 @@ export default { index: true, border: true, selection: true, + //提货记录 + columnWayBill: [ + { + label: '时间', + prop: 'createTime', + search: true + }, + { + label: '跟进记录', + prop: 'followUpRecord', + search: true + }, + { + label: '运单号', + prop: 'waybillNumber', + search: true + } + + ], columnBasic: [ { label: '租户号', diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue index ad8b8d8b..e1ec6fd5 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue @@ -65,8 +65,8 @@
- 通知提货 - 再次通知 + 通知提货 + 再次通知
@@ -131,11 +131,53 @@ placeholder="请填写内容" /> - + + + + + + + + + + + + + + + + + + +
+ + + +