diff --git a/src/api/reportforms/ConsigneeReport.js b/src/api/reportforms/ConsigneeReport.js
new file mode 100644
index 00000000..b0563337
--- /dev/null
+++ b/src/api/reportforms/ConsigneeReport.js
@@ -0,0 +1,28 @@
+import request from '@/axios';
+/** 报表列表 */
+export const postDeptIncomingPage = params => {
+ return request({
+ url: '/api/logpm-report/reportIncoming/consigineeIncomingPage',
+ method: 'get',
+ params,
+ });
+};
+
+/** 查询事业线 */
+export const postFindbusinessLine = () => {
+ return request({
+ url: '/api/logpm-basicdata/warehouse/findBusunessLineList',
+ method: 'get',
+ params: {},
+ });
+};
+
+/** 报表导出 */
+export const postDeptIncomingExport = params => {
+ return request({
+ url: '/api/logpm-report/reportIncoming/consigineeIncomingExport',
+ method: 'get',
+ params,
+ responseType: 'blob',
+ });
+};
diff --git a/src/option/reportforms/ConsigneeReport.js b/src/option/reportforms/ConsigneeReport.js
new file mode 100644
index 00000000..be309c6b
--- /dev/null
+++ b/src/option/reportforms/ConsigneeReport.js
@@ -0,0 +1,297 @@
+export const columnList = [
+ {
+ prop: '',
+ label: '复选框',
+ type: 0,
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: '',
+ label: '序号',
+ type: 12,
+ values: '',
+ width: 55,
+ fixed: true,
+ },
+ {
+ prop: 'consignee',
+ label: '收货单位',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'businessLine',
+ label: '事业线',
+ type: 1,
+ values: '',
+ width: '180',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'departureWarehouseName',
+ label: '始发仓',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'destinationWarehouseName',
+ label: '目的仓',
+ type: 1,
+ 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: 'waybillNum',
+ label: '运单数',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'num',
+ label: '件数',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'weight',
+ label: '重量',
+ type: 1,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'volume',
+ label: '体积',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'stockNum',
+ label: '到货件数',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'signNum',
+ label: '签收件数',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'pickupFee',
+ label: '提货费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'freightFee',
+ label: '运费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'deliveryFee',
+ label: '送货费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'warehouseManagementFee',
+ 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: 'nian',
+ label: '年',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'yue',
+ label: '月',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'timeStr',
+ label: '时间周期',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'handlingFee',
+ label: '仓储操作费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'sortingFee',
+ label: '仓储分拣费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'installFee',
+ label: '安装费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'otherFee',
+ label: '其他费',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+ {
+ prop: 'totalFee',
+ label: '总费用',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ isshowSummary: true, //开启统计
+ },
+];
diff --git a/src/option/reportforms/SalesDepartmentIncomeReport.js b/src/option/reportforms/SalesDepartmentIncomeReport.js
index 2e30d079..bab766bf 100644
--- a/src/option/reportforms/SalesDepartmentIncomeReport.js
+++ b/src/option/reportforms/SalesDepartmentIncomeReport.js
@@ -191,8 +191,19 @@ export const columnList = [
isshowSummary: true, //开启统计
},
{
- prop: 'startWareOutTime',
- label: '始发仓发货日期',
+ prop: 'nian',
+ label: '年',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'yue',
+ label: '月',
type: 1,
values: '',
width: '150',
diff --git a/src/views/reportforms/ConsigneeReport.vue b/src/views/reportforms/ConsigneeReport.vue
new file mode 100644
index 00000000..f78127d1
--- /dev/null
+++ b/src/views/reportforms/ConsigneeReport.vue
@@ -0,0 +1,522 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+