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/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..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="请填写内容" /> - + + + + + + + + + + + + + + + + + + +
+ + + +