diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index b128bfd5..b5607a17 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -7,7 +7,14 @@ export const $_Getlist = params => { params, }); }; - +// 日度仓储成本统计表接口 +export const $_GetexpenseWarehouseDay = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseDay/page', + method: 'get', + params, + }); +}; // 获取仓库 export const $_getMyWarehouseList = params => { return request({ diff --git a/src/option/storagecost/Warehousedaily.js b/src/option/storagecost/Warehousedaily.js new file mode 100644 index 00000000..58d576a3 --- /dev/null +++ b/src/option/storagecost/Warehousedaily.js @@ -0,0 +1,270 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'warehouseName', + label: '目的仓', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'costSettlementTime', + label: '成本结算时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalArea', + label: '仓库总面积(㎡)', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'monthlyRent', + label: '仓库日租金', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalQuantityIssued', + label: '出库总件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerLeasedArea', + label: '客户租用面积(㎡)', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerMonthlyRent', + label: '客户日租金', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'rentedItemsDispatchedQuantity', + label: '租用出库件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerRentedItemCostPerUnit', + label: '客户租用单件成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'customerTotalLeasingCost', + label: '客户租用总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'temporaryTurnoverArea', + label: '临时周转面积', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'temporaryTurnoverQuantity', + label: '临时周转件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'temporaryTurnoverCostPerItem', + label: '临时周转单件成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalTemporaryTurnoverCost', + label: '临时周转总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'drWareDisArea', + label: '干仓配仓储面积(㎡)', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'drWareDisNumber', + label: '干仓配件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'drWareDisCostPerUnit', + label: '干仓配单件成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'drWareDisTotalCost', + label: '干仓配仓储总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalCostOfConsignmentStorage', + label: '代入库总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalCostOfConsignmentWithdrawal', + label: '代出库总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalCostOfAgencyOperations', + label: '代作业总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'totalWarehouseCost', + label: '仓储总成本', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: '', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, + ]; + \ No newline at end of file diff --git a/src/views/cost/storagecost/Warehousedaily.vue b/src/views/cost/storagecost/Warehousedaily.vue new file mode 100644 index 00000000..35856a17 --- /dev/null +++ b/src/views/cost/storagecost/Warehousedaily.vue @@ -0,0 +1,444 @@ + + + + + + \ No newline at end of file