diff --git a/src/api/distribution/distributionParcelList.js b/src/api/distribution/distributionParcelList.js index 1b238fe9..20922cfd 100644 --- a/src/api/distribution/distributionParcelList.js +++ b/src/api/distribution/distributionParcelList.js @@ -99,3 +99,4 @@ export const getPackageList = (params) => { } + diff --git a/src/api/distribution/distributionStockup.js b/src/api/distribution/distributionStockup.js index 4ecdcfb3..ccbfaa59 100644 --- a/src/api/distribution/distributionStockup.js +++ b/src/api/distribution/distributionStockup.js @@ -28,9 +28,9 @@ export const getDetail = (id) => { }) } -export const getDetailStockupOwn = (id) => { +export const getDetailStockupOwnSelf = (id) => { return request({ - url: '/api/logpm-distribution/distributionStockup/detailOwn', + url: '/api/logpm-distribution/distributionStockup/detailOwnSelf', method: 'get', params: { id @@ -106,3 +106,15 @@ export const update = (row) => { }) } +export const billStockList = (current, size, params) => { + return request({ + url: '/api/logpm-distribution/distributionStockup/billStockList', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} + diff --git a/src/option/distribution/distributionStockup.js b/src/option/distribution/distributionStockup.js index 009bb327..b6de107a 100644 --- a/src/option/distribution/distributionStockup.js +++ b/src/option/distribution/distributionStockup.js @@ -4,134 +4,269 @@ export default { border: true, selection: true, columnReservation: [ // 备货订单 - { - label: "主键", - prop: "id", - display: false, - hide: true, - }, - { - label: "租户号", - prop: "tenantId", - display: false, - hide: true, - }, - { - label: "创建人", - prop: "createUser", - display: false, - hide: true, - }, - { - label: "创建时间", - prop: "createTime", - display: false, - hide: true, - }, - { - label: "更新人", - prop: "updateUser", - display: false, - hide: true, - }, - { - label: "更新时间", - prop: "updateTime", - display: false, - hide: true, - }, - { - label: "状态", - prop: "status", - display: false, - hide: true, - }, - { - label: "是否已删除", - prop: "isDeleted", - display: false, - hide: true, - }, - { - label: "创建部门", - prop: "createDept", - display: false, - hide: true, - }, - // { - // label: "备货时间", - // prop: "stockupDate", - // format: "YYYY-MM-DD hh:mm:ss", - // valueFormat: "YYYY-MM-DD hh:mm:ss", - // }, - // { - // label: "配送单号", - // prop: "stockupUser", - // }, - { - label: "收货人", - prop: "consignee", - search: true, - }, - { - label: "收货电话", - prop: "deliveryPhone", - search: true, - }, - { - label: "收货地址", - prop: "deliveryAddress", - search: true, - }, - { - label: "收货单位", - prop: "mallName", - }, - { - label: "订单自编号", - prop: "stockArticleId", - display: false, - }, - // { - // label: "配送单号", - // prop: "reserve2", - // display: false, - // }, - { - label: "备货状态", - prop: "stockupStatusName", - display: false, - }, - // { - // label: "配送状态", - // prop: "reserve4", - // display: false, - // }, - /* { - label: "装车件数", - prop: "reserve5", - display: false, - }, - { - label: "签收件数", - prop: "reserve3", - display: false, - }, - { - label: "回库件数", - prop: "reserve4", - display: false, - }, - { - label: "是否加急", - prop: "reserve5", - display: false, - }, - { - label: "状态", - prop: "reserve5", - display: false, - },*/ + + { + prop: 'pickupBatch', + label: '提货批次', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'serviceNumber', + label: '服务号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillNumber ', + label: '运单号', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'consigneeUnit', + label: '收货单位', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'customerName', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'customerTelephone', + label: '联系电话', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'warehouse', + label: '仓库', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: true, + }, + { + prop: 'warehouseEntryTime', + label: '入库时间', + type: 4, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'collectFee', + label: '到付运费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'transport', + label: '搬运费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'storageFee', + label: '仓储费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'forklift', + label: '叉车费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'otherFee', + label: '其他增值费用', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + // { + // prop: 'pickUpTime', + // label: '总费用', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + { + prop: 'totalNumber', + label: '应提件数', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'handQuantity', + label: '实提件数', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'brand', + label: '品牌', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'productInformation', + label: '货品信息', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'customerTelephone', + label: '提货手机', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, + { + prop: 'consignee', + label: '提货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, + { + prop: 'pickUpPlate', + label: '提货车牌', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, + { + prop: 'deliveryDocument', + label: '提货证件', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, + { + prop: 'certificateTypeName', + label: '证件类型', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, + // { + // prop: 'notificationStatusName', + // label: '通知状态', + // type: 3, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: false, + // }, + { + prop: 'conditionName', + label: '提货状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, + { + prop: 'totalCost', + label: '费用合计', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: false, + }, ], columnStockOrder: [ // 备货订单 @@ -531,7 +666,7 @@ export default { // }, { label: "备货时间", - prop: "reservationDate", + prop: "stockupDate", search: true, }, { diff --git a/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue b/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue index 87a901ab..d2eb20e9 100644 --- a/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue +++ b/src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue @@ -7,17 +7,17 @@ - - - - - - - - - - - + @@ -181,18 +181,18 @@ - - - - - - - - - - - - + + + + + + + + diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 8d5c2ad1..9f39bab1 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -134,7 +134,8 @@ @@ -178,7 +179,8 @@ @@ -201,7 +203,8 @@ @@ -240,7 +243,8 @@ @@ -309,13 +313,14 @@ :height="height" style="width: 100%" :border="option.border"> - +