diff --git a/src/api/distribution/distributionDeliveryList.js b/src/api/distribution/distributionDeliveryList.js index 02cebe8d..3c49a662 100644 --- a/src/api/distribution/distributionDeliveryList.js +++ b/src/api/distribution/distributionDeliveryList.js @@ -360,4 +360,13 @@ export const $_deliveryZeroPackage = data => { method: 'post', data: data, }); +}; + +// 查看二维码 +export const $_showInventoryPackgeCode = params => { + return request({ + url: '/api/logpm-distribution/distributionStockList/showInventoryPackgeCode', + method: 'get', + params, + }); }; \ No newline at end of file diff --git a/src/api/reportforms/index.js b/src/api/reportforms/index.js index 6ed5b3ad..a9922d4f 100644 --- a/src/api/reportforms/index.js +++ b/src/api/reportforms/index.js @@ -132,10 +132,49 @@ export const $_exportInventory = (params) => { }) } // 获取仓库 -export const $_getMyWarehouseList = data => { +export const $_getMyWarehouseList = (data) => { return request({ url: '/api/logpm-basicdata/warehouse/getMyWarehouseList', method: 'get', data, }); -}; \ No newline at end of file +}; + +// 自提任务维度 +export const $_getasks= (params) => { + return request({ + url: '/api/logpm-report/reportBillLoading/tasks', + method: 'get', + params, + }); +}; +// 导出自提任务 +export const $_exportTasks = (params) => { + return request({ + url: '/api/logpm-report/reportBillLoading/exportTasks', + method: 'get', + params, + responseType: 'blob', + }) +} + + +// 在库订单 +export const $_getstockOrder= (params) => { + return request({ + url: '/api/logpm-report/reportDelivery/stockOrder', + method: 'get', + params, + }); +}; + + +// 导出在库订单 +export const $_exportStockOrder = (params) => { + return request({ + url: '/api/logpm-report/reportDelivery/exportStockOrder', + method: 'get', + params, + responseType: 'blob', + }) +} \ No newline at end of file diff --git a/src/option/reportforms/Inventory.js b/src/option/reportforms/Inventory.js index ee2b40cb..35468c7a 100644 --- a/src/option/reportforms/Inventory.js +++ b/src/option/reportforms/Inventory.js @@ -39,7 +39,7 @@ export const columnList = [ { prop: 'serviceType', label: '类型', - type: 2, + type: 3, values: '', width: '150', checkarr: [], diff --git a/src/option/reportforms/InventoryOutbound.js b/src/option/reportforms/InventoryOutbound.js index 05f0e8eb..2db86d52 100644 --- a/src/option/reportforms/InventoryOutbound.js +++ b/src/option/reportforms/InventoryOutbound.js @@ -259,7 +259,7 @@ export const columnList = [ { prop: 'outType', label: '出库类型', - type: 2, + type: 3, values: '', width: '150', checkarr: [], diff --git a/src/option/reportforms/Selfpickupreport.js b/src/option/reportforms/Selfpickupreport.js index fcb3ed25..84762884 100644 --- a/src/option/reportforms/Selfpickupreport.js +++ b/src/option/reportforms/Selfpickupreport.js @@ -28,7 +28,7 @@ export const columnList = [ { prop: 'warehouse', label: '仓库', - type: 3, + type: 2, values: '', width: '150', checkarr: [], diff --git a/src/option/reportforms/Selfpickuptask.js b/src/option/reportforms/Selfpickuptask.js new file mode 100644 index 00000000..0cf22844 --- /dev/null +++ b/src/option/reportforms/Selfpickuptask.js @@ -0,0 +1,277 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'pickupBatch', + label: '自提批次号', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'warehouse', + label: '仓库', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'waybillNumber', + label: '运单号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderCode', + label: '订单自编号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'consigneeUnit', + label: '收货单位', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'consigneeUser', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'consigneePhone', + label: '联系电话', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'billUser', + label: '提货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'billUserPhone', + label: '提货人手机号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'billRegistrationNumber', + label: '提货车牌', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'idType', + label: '证件类型', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'billPaper', + label: '提货证件', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'billStatus', + label: '提货状态', + type:2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'planBillNumber', + label: '计划提货件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'goodsInfo', + label: '货物信息', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'billLoadingNum', + label: '实际提货件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'collectPaymentFee', + label: '到付运费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'transportFee', + label: '搬运费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'storageFee', + label: '仓储费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'forkliftFee', + label: '叉车费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'addValueFee', + label: '增值费', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'amountToFee', + label: '费用合计', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + // { + // prop: 'createUserName', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, + ] \ No newline at end of file diff --git a/src/option/reportforms/Stockordertable.js b/src/option/reportforms/Stockordertable.js new file mode 100644 index 00000000..6b549ffd --- /dev/null +++ b/src/option/reportforms/Stockordertable.js @@ -0,0 +1,407 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'waybillNumber', + label: '运单号', + type: 2, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'serviceNumber', + label: '服务号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderCode', + label: '订单自编号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'mallName', + label: '商场名称', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'descriptionGoods', + label: '货物名称', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'warehouse', + label: '仓库', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'warehouseEntryTime', + label: '入库时间', + type: 4, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'warehouseEntryTimeEnd', + label: '最新入库时间', + type: 4, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'storeTime', + label: '在库时间', + type: 4, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'consigneeUnit', + label: '收货单位', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'consigneePerson', + label: '收货人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalNumber', + label: '订单总件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'handQuantity', + label: '在库件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'notReceived', + label: '未入库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'sortingQuantity', + label: '分拣件数', + type:1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'deliveryQuantity', + label: '配送件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'transferQuantity', + label: '中转件数', + type:1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'signinQuantity', + label: '签收件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true,//开启统计 + }, + { + prop: 'groundingStatus', + label: '上架状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'brand', + label: '品牌', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'trays', + label: '所在托盘', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'allocation', + label: '所在货位', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'freezeStatus', + label: '冻结状态', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'orderStatus', + label: '订单状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'reservationStatus', + label: '预约状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'stockupStatus', + label: '备货状态', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'completeSet', + label: '是否齐套', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'typeService', + label: '服务类型', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerName', + label: '顾客名字', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerTelephone', + label: '顾客电话', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerAddress', + label: '顾客地址', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'fee', + label: '增值服务', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'createUser', + label: '创建人', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'createTime', + label: '创建时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: 'createUserName', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, + ] \ No newline at end of file diff --git a/src/views/basicdata/brand/basicClient.vue b/src/views/basicdata/brand/basicClient.vue index a35c46e3..e23adcfc 100644 --- a/src/views/basicdata/brand/basicClient.vue +++ b/src/views/basicdata/brand/basicClient.vue @@ -576,6 +576,17 @@ export default { sortable: true, head: false, }, + { + prop: 'typeServiceNameFy', + label: '服务类型', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, // { // prop: 'typeServiceName', // label: '服务类型', @@ -1473,7 +1484,7 @@ export default { // console.log('==-=-=', i.typeService, fuw.dictKey, fuw.dictValue); } }); - i.typeServiceName = typeServiceName.join(','); + i.typeServiceNameFy = typeServiceName.join(','); } }); let dz = ''; diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index dd516910..3bcd549c 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -903,6 +903,7 @@ import { deliveryInventorySign, printBatch, $_deliveryZeroPackage, + $_showInventoryPackgeCode, } from '@/api/distribution/distributionDeliveryList'; import { showOrderPackgeCode } from '@/api/distribution/distributionStockArticle'; import { showInventoryPackgeCode } from '@/api/distribution/distributionStockList'; @@ -4273,7 +4274,7 @@ export default { } catch (error) { console.log('error :>> ', error); } finally { - this.loadingObj.pageLoading = true; + this.loadingObj.pageLoading = false; } }, /** @@ -4290,10 +4291,10 @@ export default { this.materialQRCode = row; let qr = { - ids: row.id, + id: row.id, }; this.html = ''; - const res = await showOrderPackgeCode(qr); + const res = await $_showInventoryPackgeCode(qr); const { code, data } = res.data; diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue index 4f534b4f..86b0c8d5 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue @@ -697,6 +697,12 @@ export default { } }, async handleStockList() { + + if(this.selectionList.length >1){ + this.$message.warning('只能选择一个数据'); + return; + } + if (this.selectionList.length === 0) { this.$message.warning('请选择至少一条数据'); return; @@ -749,10 +755,10 @@ export default { } //查询库存数据 - const res = await getListOwn(this.page.currentPage, this.page.pageSize, { + const res = await getListOwn( { stockArticleIds: ids.join(','), parcelType: '2', - }); + },this.page.currentPage, this.page.pageSize); // console.log("包件物料不存在!!",res.data.data.records); lost = res.data.data.records.every(val => { console.log('val.materialId :>> ', val.materialId); diff --git a/src/views/distribution/inventory/distributionStockArticleFrom.vue b/src/views/distribution/inventory/distributionStockArticleFrom.vue index 9fd57a4a..4b47c388 100644 --- a/src/views/distribution/inventory/distributionStockArticleFrom.vue +++ b/src/views/distribution/inventory/distributionStockArticleFrom.vue @@ -127,6 +127,8 @@ export default { this.loading = true; this.query.stockArticleId = this.$route.query.id; this.query.conditions = '1'; + this.query.isLoading=0; + this.query.isSigning=0; 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/reportforms/Inventory.vue b/src/views/reportforms/Inventory.vue index bed2f8d6..eefc6eef 100644 --- a/src/views/reportforms/Inventory.vue +++ b/src/views/reportforms/Inventory.vue @@ -4,15 +4,83 @@