qb 8 months ago
parent
commit
aff4fdd350
  1. 11
      src/api/distribution/distributionStockArticle.js
  2. 52
      src/api/storagecost/index.js
  3. 72
      src/option/storagecost/Financialreview.js
  4. 890
      src/option/storagecost/OrderTotalCostDetail.js
  5. 48
      src/option/storagecost/WarehouseDeliveryCost.js
  6. 62
      src/views/basicdata/brand/basicClient.vue
  7. 601
      src/views/cost/Deliverycostmanagement/Financialreview.vue
  8. 61
      src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue
  9. 81
      src/views/cost/Deliverycostmanagement/WarehouseDeliveryCost.vue
  10. 2
      src/views/cost/storagecost/WarehouseMonthly.vue
  11. 6
      src/views/distribution/deliverylist/distributionDeliveryListmar.vue
  12. 65
      src/views/mail/order/list.vue

11
src/api/distribution/distributionStockArticle.js

@ -56,7 +56,7 @@ export const stockArticExport = row => {
*/
export const getClientList = (current, size, params) => {
return request({
url: '/api/logpm-distribution/distributionStockArticle/clientList',
url: '/api/logpm-distribution/maill/clientList',
method: 'get',
params: {
...params,
@ -65,6 +65,15 @@ export const getClientList = (current, size, params) => {
},
});
};
// 导出
export const $_exportmaillOrder = (params) => {
return request({
url: '/api/logpm-distribution/maill/export-maillOrder',
method: 'get',
params,
responseType: 'blob',
});
};
export const getListOne = (current, size, params) => {
//查询订单数据

52
src/api/storagecost/index.js

@ -2,7 +2,7 @@ import request from '@/axios';
// 月度仓储成本统计表接口
export const $_Getlist = params => {
return request({
url: '/api/logpm-statisticsdata/expenseWarehouseMonth/list',
url: '/api/logpm-statisticsdata/expenseWarehouseMonth/page',
method: 'get',
params,
});
@ -30,7 +30,7 @@ export const $_expenseWarehouseMonth = params => {
// 月度订单仓储成本明细列表
export const $_Monthlyorderwarehousing = params => {
return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list',
url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/page',
method: 'get',
params,
});
@ -47,7 +47,7 @@ export const $_expenseOrderWarehouseMonth = params => {
// 订单总仓储成本明细列表
export const $_OrderTotalWarehouse = params => {
return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/list',
url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/page',
method: 'get',
params,
});
@ -61,3 +61,49 @@ export const $_expenseOrderWarehouseTotal = params => {
responseType: 'blob',
});
};
// 配送-仓库月度配送成本表
export const $_WarehouseDeliveryCost = params => {
return request({
url: '/api/logpm-statisticsdata/expenseDispatchWarehouseMonth/page',
method: 'get',
params,
});
};
// 配送-仓库月度配送成本表-导出
export const $_expenseDispatchWarehouseMonth = params => {
return request({
url: '/api/logpm-statisticsdata/expenseDispatchWarehouseMonth/export-expenseDispatchWarehouseMonth',
method: 'get',
params,
responseType: 'blob',
});
};
// 配送-订单总成本明细表
export const $_OrderTotalCostDetail = params => {
return request({
url: '/api/logpm-statisticsdata/expenseDispatchOrderDetail/page',
method: 'get',
params,
});
};
// 配送-订单总成本明细表-导出
export const $_expenseDispatchOrderDetail= params => {
return request({
url: '/api/logpm-statisticsdata/expenseDispatchOrderDetail/export-expenseDispatchOrderDetail',
method: 'get',
params,
responseType: 'blob',
});
};
// 配送-财务审单
export const $_Financialreview = params => {
return request({
url: '/api/logpm-statisticsdata/expenseDispatchFinancialReview/page',
method: 'get',
params,
});
};

72
src/option/storagecost/Financialreview.js

@ -15,7 +15,7 @@ export const columnList = [
fixed: true,
},
{
prop: 'a1',
prop: 'bookingReferenceNumber',
label: '预约计划编号',
type: 2,
values: '',
@ -26,7 +26,7 @@ export const columnList = [
head: false,
},
{
prop: 'a2',
prop: 'trainNumber',
label: '车次号',
type: 1,
values: '',
@ -37,7 +37,7 @@ export const columnList = [
head: false,
},
{
prop: 'a3',
prop: 'deliveryDate',
label: '配送日期',
type: 1,
values: '',
@ -48,7 +48,7 @@ export const columnList = [
head: false,
},
{
prop: 'a4',
prop: 'destinationWarehouse',
label: '目的仓',
type: 3,
values: '',
@ -59,7 +59,7 @@ export const columnList = [
head: false,
},
{
prop: 'a5',
prop: 'customerName',
label: '客户名称',
type: 1,
values: '',
@ -70,7 +70,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'orderCode',
label: '订单自编号',
type: 1,
values: '',
@ -81,7 +81,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'distributionType',
label: '配送类型',
type: 1,
values: '',
@ -101,7 +101,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'financialAuditStatus',
label: '财务审核状态',
type: 1,
values: '',
@ -112,7 +112,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'deliveryVehicle',
label: '配送车辆',
type: 1,
values: '',
@ -123,7 +123,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'distributionModel',
label: '配送车型',
type: 1,
values: '',
@ -134,7 +134,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'carrierName',
label: '承运方名称',
type: 1,
values: '',
@ -145,7 +145,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'carrierType',
label: '承运方类型',
type: 1,
values: '',
@ -156,7 +156,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'deliveryDriver',
label: '配送司机',
type: 1,
values: '',
@ -167,7 +167,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'plannedTotalQuantity',
label: '计划总件数',
type: 1,
values: '',
@ -178,7 +178,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'totalOrderQuantity',
label: '订单总数',
type: 1,
values: '',
@ -189,7 +189,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'inventoryItemCount',
label: '库存品件数',
type: 1,
values: '',
@ -200,7 +200,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'totalLoadedPieces',
label: '装车总件数',
type: 1,
values: '',
@ -211,7 +211,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'totalReceiptCost',
label: '签收总件数',
type: 1,
values: '',
@ -222,7 +222,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'totalDistributionCost',
label: '配送总成本',
type: 1,
values: '',
@ -233,7 +233,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'distributionCost',
label: '配送成本',
type: 1,
values: '',
@ -244,7 +244,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'inventoryDistributionCost',
label: '库存品配送成本',
type: 1,
values: '',
@ -255,7 +255,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'tagRemovalCost',
label: '撕标签成本',
type: 1,
values: '',
@ -266,7 +266,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'stairCarryingFee',
label: '上楼费成本',
type: 1,
values: '',
@ -277,7 +277,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'goodsAllocationCost ',
label: '分货费成本',
type: 1,
values: '',
@ -288,7 +288,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'repositioningCost',
label: '平移费成本',
type: 1,
values: '',
@ -299,7 +299,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'handlingCost',
label: '装卸费成本',
type: 1,
values: '',
@ -310,7 +310,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'mileageCost',
label: '公里数成本',
type: 1,
values: '',
@ -321,7 +321,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'subsidizedKilometerCost',
label: '补贴公里数成本',
type: 1,
values: '',
@ -332,7 +332,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'excessZoneMileageCost',
label: '超区公里费成本',
type: 1,
values: '',
@ -343,7 +343,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'locationSubsidyCost',
label: '点位补贴费成本',
type: 1,
values: '',
@ -354,7 +354,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'minimumGuaranteeCost',
label: '保底费成本',
type: 1,
values: '',
@ -365,7 +365,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'fuelCost',
label: '油费成本',
type: 1,
values: '',
@ -376,7 +376,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'otherCosts ',
label: '其他成本',
type: 1,
values: '',
@ -387,7 +387,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'remarks',
label: '备注',
type: 1,
values: '',
@ -398,7 +398,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'financialAuditTime',
label: '财务审核时间',
type: 1,
values: '',
@ -409,7 +409,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'financialAuditor',
label: '财务审核人',
type: 1,
values: '',

890
src/option/storagecost/OrderTotalCostDetail.js

@ -1,457 +1,446 @@
export const columnList = [
{
prop: 'checkbox',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: 'xh',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'a1',
label: '品牌',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a2',
label: '订单编号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a3',
label: '运单号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a4',
label: '目的仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a5',
label: '发货单位',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a6',
label: '收货单位',
type: 3,
values: '',
width: '150',
checkarr: [ ],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a7',
label: '运单类型',
type: 1,
values: '',
width: '150',
checkarr: [
{
label: '商配',
value: '商配',
},
{
label: '市配',
value: '市配',
},
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a8',
label: '开单时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a9',
label: '货物品类',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a11',
label: '品类件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a12',
label: '品类数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a13',
label: '总件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a14',
label: '总重量',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a15',
label: '总体积',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a16',
label: '配送总成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a17',
label: '配送成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a17',
label: '撕标签成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a17',
label: '上楼费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '分货费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '平移费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '装卸费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '公里数成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '补贴公里数成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '超区公里费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '点位补贴费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '保底费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '油费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '其他成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '配送公里数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '超区公里费',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '发货人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '发货人手机号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '发货地址',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '到站',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '发站仓',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '收货人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'a18',
label: '收货人手机号',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'checkbox',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: 'xh',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'brand',
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: 'waybillNumber',
label: '运单号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'destinationWarehouse',
label: '目的仓',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shippingOrg',
label: '发货单位',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consigneeOrg',
label: '收货单位',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'waybillType',
label: '运单类型',
type: 3,
values: '',
width: '150',
checkarr: [
{
prop: 'a18',
label: '收货地址',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
label: '商配',
value: '商配',
},
{
prop: 'a18',
label: '客户车次',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
label: '市配',
value: '市配',
},
],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'documentCreationTime',
label: '开单时间',
type: 4,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsCategories ',
label: '货物品类',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'categoryPieceCount',
label: '品类件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'categoryCount',
label: '品类数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalQuantity',
label: '总件数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalWeight',
label: '总重量',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalVolume',
label: '总体积',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'totalDistributionCost',
label: '配送总成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'distributionCost',
label: '配送成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'inventoryDistributionCost',
label: '撕标签成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'stairCarryingFee',
label: '上楼费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'goodsAllocationCost',
label: '分货费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'repositioningCost',
label: '平移费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'handlingCost',
label: '装卸费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'mileageCost',
label: '公里数成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'subsidizedKilometerCost',
label: '补贴公里数成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'excessZoneMileageCost',
label: '超区公里费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'locationSubsidyCost',
label: '点位补贴费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'minimumGuaranteeCost',
label: '保底费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'fuelCost',
label: '油费成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'otherCosts',
label: '其他成本',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'deliveryKilometers',
label: '配送公里数',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shipper',
label: '发货人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shippingPhone',
label: '发货人手机号',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'shippingAddress',
label: '发货地址',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'arrivalStation',
label: '到站',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'departureWarehouse',
label: '发站仓',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consignee',
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: 'consigneeAddress',
label: '收货地址',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'customerTrip',
label: '客户车次',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'createUserName',
// label: '操作',
@ -462,5 +451,4 @@ export const columnList = [
// fixed: 'right',
// sortable: false,
// },
];
];

48
src/option/storagecost/WarehouseDeliveryCost.js

@ -15,7 +15,7 @@ export const columnList = [
fixed: true,
},
{
prop: 'a1',
prop: 'destinationWarehouse',
label: '目的仓',
type: 2,
values: '',
@ -26,9 +26,9 @@ export const columnList = [
head: false,
},
{
prop: 'a2',
prop: 'costSettlementTime',
label: '成本结算时间',
type: 1,
type: 4,
values: '',
width: '150',
checkarr: [],
@ -37,7 +37,7 @@ export const columnList = [
head: false,
},
{
prop: 'a3',
prop: 'totalTrainService',
label: '车次总数',
type: 1,
values: '',
@ -48,7 +48,7 @@ export const columnList = [
head: false,
},
{
prop: 'a4',
prop: 'distributionPlanQuantity',
label: '计划总数',
type: 1,
values: '',
@ -59,7 +59,7 @@ export const columnList = [
head: false,
},
{
prop: 'a5',
prop: 'totalOrderQuantity',
label: '订单总数',
type: 1,
values: '',
@ -70,7 +70,7 @@ export const columnList = [
head: false,
},
{
prop: 'a6',
prop: 'plannedTotalQuantity',
label: '计划总件数',
type: 1,
values: '',
@ -81,7 +81,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'inventoryItemCount',
label: '库存品件数',
type: 1,
values: '',
@ -92,7 +92,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'totalLoadedPieces',
label: '装车总件数',
type: 1,
values: '',
@ -103,7 +103,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'totalReceiptCost',
label: '签收总件数',
type: 1,
values: '',
@ -114,7 +114,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'totalDistributionCost',
label: '配送总成本',
type: 1,
values: '',
@ -125,7 +125,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'distributionCost',
label: '配送成本',
type: 1,
values: '',
@ -136,7 +136,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'inventoryDistributionCost',
label: '库存品配送成本',
type: 1,
values: '',
@ -147,7 +147,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'stairCarryingFee',
label: '上楼费成本',
type: 1,
values: '',
@ -158,7 +158,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'goodsAllocationCost',
label: '分货费成本',
type: 1,
values: '',
@ -169,7 +169,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'repositioningCost',
label: '平移费成本',
type: 1,
values: '',
@ -180,7 +180,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'handlingCost',
label: '装卸费成本',
type: 1,
values: '',
@ -191,7 +191,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'mileageCost',
label: '公里数成本',
type: 1,
values: '',
@ -202,7 +202,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'subsidizedKilometerCost',
label: '补贴公里数成本',
type: 1,
values: '',
@ -213,7 +213,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'excessZoneMileageCost',
label: '超区公里费成本',
type: 1,
values: '',
@ -224,7 +224,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'locationSubsidyCost',
label: '点位补贴费成本',
type: 1,
values: '',
@ -235,7 +235,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'minimumGuaranteeCost',
label: '保底费成本',
type: 1,
values: '',
@ -246,7 +246,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'fuelCost',
label: '油费成本',
type: 1,
values: '',
@ -257,7 +257,7 @@ export const columnList = [
head: false,
},
{
prop: 'a7',
prop: 'otherCosts',
label: '其他成本',
type: 1,
values: '',

62
src/views/basicdata/brand/basicClient.vue

@ -192,6 +192,7 @@
>
<el-button type="primary" icon="Download"> 点击下载 </el-button>
</a>
<el-button type="primary" icon="Download" @click="ckFileverification">文件校验</el-button>
</div>
<div v-loading="loadingObj.UploadLoadong">
@ -210,6 +211,31 @@
</el-upload>
</div>
</el-dialog>
<el-dialog title="文件校验" append-to-body v-model="Fileverification" width="555px">
<div>
<el-divider content-position="left">文件校验</el-divider>
</div>
<div v-loading="FileverificationLoadong">
<el-upload
class="upload-demo"
drag
:headers="headers"
action="/api/logpm-basicdata/basicdataClient/checkImportBasicDataClient"
:before-upload="handleBeforeUpload"
:on-success="handleSuccess"
:on-error="handleClose"
multiple
>
<el-icon class="el-icon--upload"><upload-filled /></el-icon>
<div class="el-upload__text">拖拽文件或 <em>点击上传</em></div>
</el-upload>
</div>
</el-dialog>
<!-- 表单模块 -->
<el-dialog
:title="title"
@ -519,6 +545,8 @@ export default {
excelForm: {},
fromloading: true,
excelBox: false,
Fileverification:false,
FileverificationLoadong:false,
excelOption: {
submitBtn: false,
emptyBtn: false,
@ -1140,6 +1168,10 @@ export default {
handleCo(file, fileList) {
this.showImgViewer = false;
},
//
ckFileverification(){
this.Fileverification=true;//
},
//
beforeUploadFn(file, fileList) {
// console.log("");
@ -1692,7 +1724,12 @@ export default {
/** 上传文件 */
handleBeforeUpload(file) {
console.log('file :>> ', file);
this.loadingObj.UploadLoadong = true;
if(this.Fileverification){
this.FileverificationLoadong=true
//
}else{
this.loadingObj.UploadLoadong = true;
}
//
const _fileNameArr = file.name.split('.');
@ -1705,22 +1742,39 @@ export default {
if (whiteArr.indexOf(_fileType) !== -1) return true;
this.$message.warning('请传入xls或xlsx格式的文件');
if(this.Fileverification){
this.FileverificationLoadong=false
//
}else{
this.loadingObj.UploadLoadong = false;
}
return false;
},
/** 长传成功 */
handleSuccess(res) {
console.log('res :>> ', res);
this.loadingObj.UploadLoadong = false;
if(this.Fileverification){
this.FileverificationLoadong=true
//
}else{
this.loadingObj.UploadLoadong = true;
}
if (res.code !== 200) return this.$message.warning('上传失败');
this.$message.success('上传成功');
onLoad(this.page);
if(this.loadingObj.submitLoading){
onLoad(this.page);
}
},
/** 上传失败 */
handleClose(res) {
this.loadingObj.UploadLoadong = false;
if(this.Fileverification){
this.FileverificationLoadong=false
//
}else{
this.loadingObj.UploadLoadong = false;
}
// UploadAjaxError
let msgData = JSON.parse(res['message']);
console.log(msgData, 'msgData');

601
src/views/cost/Deliverycostmanagement/Financialreview.vue

@ -1,303 +1,326 @@
<template>
<basic-container>
<!-- 首页表格 -->
<div class="avue-crud">
<!-- 搜索模块 -->
<el-row v-if="search">
<!-- 查询模块 -->
<el-form :inline="true" :model="query" class="el-fr-d">
<!-- 查询按钮 -->
<el-form-item class="el-btn">
<el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button>
<el-button icon="el-icon-delete" @click="searchReset()"> </el-button>
</el-form-item>
</el-form>
</el-row>
<!-- 控件模块 -->
<el-row>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo"><el-icon><Plus /></el-icon></el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChangeS" circle></el-button>
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<el-button icon="Search" @click="searchHide" circle></el-button>
</div>
</div>
</el-row>
<!-- 首页表格 -->
<el-row>
<!-- 列表模块 -->
<tablecmt
class="tableNode"
:columnList="details.columnList"
:tableData="data"
:loading="loadingObj.list"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<el-button type="primary">编辑</el-button>
</div>
</template>
</template>
</tablecmt>
</el-row>
<!-- 分页模块 -->
<el-row class="el-fy">
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div></div>
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
<basic-container>
<!-- 首页表格 -->
<div class="avue-crud">
<!-- 搜索模块 -->
<el-row v-if="search">
<!-- 查询模块 -->
<el-form :inline="true" :model="query" class="el-fr-d">
<!-- 查询按钮 -->
<el-form-item class="el-btn">
<el-button type="primary" icon="el-icon-search" @click="searchChange"> </el-button>
<el-button icon="el-icon-delete" @click="searchReset()"> </el-button>
</el-form-item>
</el-form>
</el-row>
<!-- 控件模块 -->
<el-row>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo"
><el-icon><Plus /></el-icon></el-button
>
</el-pagination>
</div>
</el-row>
</div>
</basic-container>
<!-- 列表配置显示 -->
<edittablehead
@setcolum="setnewcolum"
@closce="showdrawer"
:drawerShow="drawerShow"
:columnList="details.columnList"
v-model="details.columnList"
></edittablehead>
</template>
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/Financialreview.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { processRowProperty,setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js';
import { ElMessageBox,ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex';
import dayjs from 'dayjs';
const $router = useRouter();//
const $useStore = useStore();//
const $route = useRoute();//
const details = reactive({
/** 是否开启搜索 */
search: false,
/** 表格搜索条件 */
query: {},
/** 时间快捷选择设置 */
shortcuts: [
{
text: '最近一周',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
return [start, end];
},
},
{
text: '最近一个月',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
return [start, end];
},
},
{
text: '最近三个月',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
return [start, end];
},
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChangeS" circle></el-button>
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button>
<el-button icon="Search" @click="searchHide" circle></el-button>
</div>
</div>
</el-row>
<!-- 首页表格 -->
<el-row>
<!-- 列表模块 -->
<tablecmt
class="tableNode"
:columnList="details.columnList"
:tableData="data"
:loading="loadingObj.list"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<div class="ElBtnClass">
<el-button type="primary">编辑</el-button>
</div>
</template>
</template>
</tablecmt>
</el-row>
<!-- 分页模块 -->
<el-row class="el-fy">
<div class="avue-crud__pagination flex-c-sb" style="width: 100%">
<div></div>
<el-pagination
align="right"
background
@size-change="sizeChange"
@current-change="currentChange"
:current-page="page.currentPage"
:page-sizes="[30, 50, 80, 120]"
:page-size="page.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="page.total"
>
</el-pagination>
</div>
</el-row>
</div>
</basic-container>
<!-- 列表配置显示 -->
<edittablehead
@setcolum="setnewcolum"
@closce="showdrawer"
:drawerShow="drawerShow"
:columnList="details.columnList"
v-model="details.columnList"
></edittablehead>
</template>
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/Financialreview.js';
import { $_getMyWarehouseList,$_Financialreview } from '@/api/storagecost/index.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js';
import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex';
import dayjs from 'dayjs';
const $router = useRouter(); //
const $useStore = useStore(); //
const $route = useRoute(); //
const details = reactive({
/** 是否开启搜索 */
search: false,
/** 表格搜索条件 */
query: {},
/** 时间快捷选择设置 */
shortcuts: [
{
text: '最近一周',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
return [start, end];
},
],
/** 时间选择器数据 */
stockupDate: [],
/** 列表 */
columnList,
/** 列表数据 */
data: [{}],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
list: false,
packageListLoading: false,
},
/** 列表复选框选中的数据 */
selectionList: [],
/** 是否显示设置表格 */
drawerShow: false,
/** 分页参数 */
page: {
currentPage: 1,
pageSize: 50,
total: 0,
},
/** 弹出层显示 */
popUpShow: {
/** 包件明细 */
packageOrderListlVisited: false,
/** 二维码 */
QRCodeVisible: false,
/** 修改客户信息 */
editClientInfoVisible: false,
{
text: '最近一个月',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
return [start, end];
},
},
/** 列表Dom节点 */
listNode: '',
form: {},
/** 全屏 */
fullscreenObj: {
/** 包明细 */
packageOrderListlVisited: false,
{
text: '最近三个月',
value: () => {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
return [start, end];
},
},
});
const {
search,
query,
shortcuts,
stockupDate,
data,
loadingObj,
selectionList,
drawerShow,
page,
trickleLoadingPage,
zeroAdditionalRecordingInfo,
popUpShow,
recorddata,
} = toRefs(details);
],
/** 时间选择器数据 */
stockupDate: [],
/** 列表 */
columnList,
/** 展开列表控件 */
const showdrawer = _flag => {
details.drawerShow = _flag;
};
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
processRowProperty(index, row, details);
test(details.query);
};
//
const test=(val)=>{
/** 列表数据 */
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
list: false,
packageListLoading: false,
},
/** 列表复选框选中的数据 */
selectionList: [],
/** 是否显示设置表格 */
drawerShow: false,
/** 分页参数 */
page: {
currentPage: 1,
pageSize: 50,
total: 0,
},
/** 弹出层显示 */
popUpShow: {
/** 包件明细 */
packageOrderListlVisited: false,
/** 二维码 */
QRCodeVisible: false,
/** 修改客户信息 */
editClientInfoVisible: false,
},
/** 列表Dom节点 */
listNode: '',
form: {},
/** 全屏 */
fullscreenObj: {
/** 包明细 */
packageOrderListlVisited: false,
},
});
const {
search,
query,
shortcuts,
stockupDate,
data,
loadingObj,
selectionList,
drawerShow,
page,
trickleLoadingPage,
zeroAdditionalRecordingInfo,
popUpShow,
recorddata,
} = toRefs(details);
/** 展开列表控件 */
const showdrawer = _flag => {
details.drawerShow = _flag;
};
/** 表格表头输入框搜索 */
const inputsc = (index, row) => {
details.query[row.prop] = index;
processRowProperty(index, row, details);
test(details.query);
};
//
const test = val => {};
/** 表格表头时间选择 */
const timesc = (index, row) => {
console.log(index, row);
if (!!index) {
index = dayjs(index).format('YYYY-MM-DD');
}
/** 表格表头时间选择 */
const timesc = (index, row) => {
console.log(index, row);
if (!!index) {
index = dayjs(index).format('YYYY-MM-DD');
}
details.query[row.prop] = index;
if (!index) {
delete details.query[row.prop];
}
};
/** 表格表头输入框搜索 */
const btnsc = val => {
console.log(val);
};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
processRowProperty(index, row, details);
};
/** 表格表头复选框选择 */
const selectionChange = list => {
console.log(list);
details.selectionList = list;
};
//
const searchChange = () => {
details.search = false; //
};
//
const sizeChange = val => {
page.value.pageSize = val;
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
};
//
const searchChangeS = () => {
details.search = false; //
};
//
const searchHide = () => {
console.log(details);
details.search = !details.search;
const _node = document.querySelector('.tableNode');
setNodeHeight(_node, '', true);
};
//
function updateDictionary(targetArray, dictionaryType) {
getDictionaryBiz(dictionaryType).then(res => {
console.log(res, '字典');
res.data.data.forEach(item => {
targetArray.push({
value: item.dictKey,
label: item.dictValue,
});
details.query[row.prop] = index;
if (!index) {
delete details.query[row.prop];
}
};
/** 表格表头输入框搜索 */
const btnsc = val => {
console.log(val);
};
/** 表格表头下拉框选择 */
const selectsc = (index, row) => {
processRowProperty(index, row, details);
};
/** 表格表头复选框选择 */
const selectionChange = list => {
console.log(list);
details.selectionList = list;
};
//
const searchChange = () => {
details.search = false; //
};
//
const sizeChange = val => {
page.value.pageSize = val;
};
/** 页码改变执行的回调 */
const currentChange = val => {
page.value.currentPage = val;
};
//
const searchChangeS = () => {
details.search = false; //
};
//
const searchHide = () => {
console.log(details);
details.search = !details.search;
const _node = document.querySelector('.tableNode');
setNodeHeight(_node, '', true);
};
//
function updateDictionary(targetArray, dictionaryType) {
getDictionaryBiz(dictionaryType).then(res => {
console.log(res, '字典');
res.data.data.forEach(item => {
targetArray.push({
value: item.dictKey,
label: item.dictValue,
});
});
}
});
}
//
const onLoad=()=>{
const onLoad = value => {
let data = {
current: details.page.currentPage,
size: details.page.pageSize,
...details.query,
...value,
};
details.loadingObj.list=true;
$_Financialreview(data).then(res => {
if (res.data.code == 200) {
details.data = res.data.data.records || [];
details.page.total = res.data.data.total; //
}
}).catch((error)=>{
console.log(error,'错误信息');
}).finally(()=>{
details.loadingObj.list=false;
});;
};
}
//
const PageOnload = () => {
onLoad(); //
};
//
PageOnload();
//
</script>
<style scoped lang="scss">
.ElBtnClass button {
border: none;
padding: 0;
background-color: transparent;
}
:deep(.el-card) {
height: 100%;
}
:deep(.el-card__body) {
height: 100%;
display: flex;
flex-direction: column;
}
.el-fy {
flex: 1;
display: flex;
align-items: flex-end;
margin-bottom: 10px;
}
.avue-crud {
height: 100%;
display: flex;
flex-direction: column;
}
</style>
</script>
<style scoped lang="scss">
.ElBtnClass button {
border: none;
padding: 0;
background-color: transparent;
}
:deep(.el-card) {
height: 100%;
}
:deep(.el-card__body) {
height: 100%;
display: flex;
flex-direction: column;
}
.el-fy {
flex: 1;
display: flex;
align-items: flex-end;
margin-bottom: 10px;
}
.avue-crud {
height: 100%;
display: flex;
flex-direction: column;
}
</style>

61
src/views/cost/Deliverycostmanagement/OrderTotalCostDetail.vue

@ -36,7 +36,7 @@
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo"
<el-button type="primary" @click="exportExcel"
><el-icon><Plus /></el-icon></el-button
>
</div>
@ -104,6 +104,8 @@
<script setup>
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/OrderTotalCostDetail.js';
import { $_getMyWarehouseList,$_OrderTotalCostDetail ,$_expenseDispatchOrderDetail} from '@/api/storagecost/index.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js';
@ -111,6 +113,7 @@ import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex';
import dayjs from 'dayjs';
import error from '@/error';
const $router = useRouter(); //
const $useStore = useStore(); //
const $route = useRoute(); //
@ -157,7 +160,7 @@ const details = reactive({
columnList,
/** 列表数据 */
data: [{}],
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
@ -262,7 +265,7 @@ const currentChange = val => {
};
//
const searchChangeS = () => {
details.search = false; //
onLoad()
};
//
const searchHide = () => {
@ -284,9 +287,57 @@ function updateDictionary(targetArray, dictionaryType) {
});
}
//
const onLoad = () => {};
const onLoad = value => {
let data = {
current: details.page.currentPage,
size: details.page.pageSize,
...details.query,
...value,
};
details.loadingObj.list=true
$_OrderTotalCostDetail(data).then(res => {
if (res.data.code == 200) {
details.data = res.data.data.records || [];
details.page.total = res.data.data.total; //
}
}).catch(error=>{
console.log(error);
}).finally(()=>{
details.loadingObj.list=false
});
};
const PageOnload = () => {
onLoad(); //
};
//
PageOnload();
//
//
const exportExcel = () => {
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log(details.query, '搜索参数');
details.loadingObj.list = true;
let data = {
...details.query,
};
console.log(data, '要提交的数据');
$_expenseDispatchOrderDetail(data).then(res => {
details.loadingObj.list = false;
downloadXls(res.data, `订单总成本明细表.xlsx`);
ElMessage({
message: '导出成功',
type: 'success',
});
});
})
.catch(() => {});
};
</script>
<style scoped lang="scss">

81
src/views/cost/Deliverycostmanagement/WarehouseDeliveryCost.vue

@ -55,7 +55,7 @@
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" @click="AddInfo"
<el-button type="primary" @click="exportExcel"
><el-icon><Plus /></el-icon></el-button
>
</div>
@ -126,13 +126,18 @@
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/WarehouseDeliveryCost.js';
import { getDictionaryBiz } from '@/api/system/dict'; //
import { $_getMyWarehouseList } from '@/api/storagecost/index.js';
import {
$_getMyWarehouseList,
$_WarehouseDeliveryCost,
$_expenseDispatchWarehouseMonth,
} from '@/api/storagecost/index.js';
import { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js';
import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex';
import dayjs from 'dayjs';
import error from '@/error';
const $router = useRouter(); //
const $useStore = useStore(); //
const $route = useRoute(); //
@ -181,7 +186,7 @@ const details = reactive({
columnList,
/** 列表数据 */
data: [{}],
data: [],
/** 页面loading */
loadingObj: {
/** 列表加载loading */
@ -243,7 +248,7 @@ const showdrawer = _flag => {
const inputsc = (index, row) => {
details.query[row.prop] = index;
processRowProperty(index, row, details);
test(details.query);
onLoad();
};
//
const test = val => {};
@ -257,6 +262,7 @@ const timesc = (index, row) => {
if (!index) {
delete details.query[row.prop];
}
processRowProperty(index, row, details);
};
/** 表格表头输入框搜索 */
@ -274,7 +280,7 @@ const selectionChange = list => {
};
//
const searchChange = () => {
details.search = false; //
onLoad();
};
//
const sizeChange = val => {
@ -286,7 +292,7 @@ const currentChange = val => {
};
//
const searchChangeS = () => {
details.search = false; //
onLoad();
};
//
const searchHide = () => {
@ -308,7 +314,29 @@ function updateDictionary(targetArray, dictionaryType) {
});
}
//
const onLoad = () => {};
const onLoad = value => {
details.loadingObj.list = true;
let data = {
current: details.page.currentPage,
size: details.page.pageSize,
...details.query,
...value,
};
$_WarehouseDeliveryCost(data)
.then(res => {
console.log(res, '获取数据');
if (res.data.code == 200) {
details.data = res.data.data.records || [];
details.page.total = res.data.data.total; //
}
})
.catch(error => {
console.log(error);
})
.finally(() => {
details.loadingObj.list = false;
});
};
//
@ -334,12 +362,51 @@ const MyWarehouseList = () => {
});
};
const PageOnload = () => {
onLoad(); //
MyWarehouseList(); //
monthFn();
};
//
PageOnload();
const exportExcel = () => {
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log(details.query, '搜索参数');
details.loadingObj.list = true;
let data = {
...details.query,
};
console.log(data, '要提交的数据');
$_expenseDispatchWarehouseMonth(data)
.then(res => {
downloadXls(res.data, `仓库月度配送成本表.xlsx`);
ElMessage({
message: '导出成功',
type: 'success',
});
})
.catch(error => {
console.log(error);
})
.finally(() => {
details.loadingObj.list = false;
});
})
.catch(() => {});
};
//
const searchReset = () => {
details.columnList.forEach(item => {
item.values = '';
});
details.query = {};
onLoad();
};
</script>
<style scoped lang="scss">

2
src/views/cost/storagecost/WarehouseMonthly.vue

@ -318,7 +318,7 @@ const currentChange = val => {
};
//
const searchChangeS = () => {
details.search = false; //
onLoad(); //
};
//
const searchHide = () => {

6
src/views/distribution/deliverylist/distributionDeliveryListmar.vue

@ -96,7 +96,7 @@
<ul>
<li>
<img src="../../../../public/img/bg/Delivery.png" /> 市配总车次{{
statistics.vehiclesNub
statistics.marketNub
}}
</li>
<li>
@ -109,11 +109,11 @@
statistics.minventoryTotal
}}
</li>
<li>
<!-- <li>
<img src="../../../../public/img/bg/distribution.png" />市配订单总数{{
statistics.marketNub
}}
</li>
</li> -->
</ul>
</div>
</div>

65
src/views/mail/order/list.vue

@ -59,6 +59,9 @@
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<!-- <el-button type="primary" icon="el-icon-plus" @click="handleAdd" v-if = "handler">创建异常</el-button> -->
<el-button type="danger" icon="el-icon-edit" @click="exportExcel"
>导出</el-button
>
<el-button type="danger" icon="el-icon-edit" @click="handleMoke" v-if="handler"
>转预约单</el-button
>
@ -354,17 +357,19 @@ import {
update,
remove,
addStock,
$_exportmaillOrder,
} from '@/api/distribution/distributionStockArticle';
import { getListOwn } from '@/api/distribution/distributionParcelList';
import { addCallDelivery } from '@/api/distribution/distrilbutionCallDelivery';
import { addClient } from '@/api/distribution/distributionClientMessage';
import { addService } from '@/api/distribution/distributionServiceLog';
import option from '@/option/distribution/distributionStockArticle';
import { downloadXls, deepClone } from '@/utils/util';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import dayjs from 'dayjs';
import { handleClearTableQuery } from '@/utils/util';
import { ElMessage, ElMessageBox } from 'element-plus'
export default {
data() {
return {
@ -1047,6 +1052,42 @@ export default {
},
});
},
//
exportExcel(){
ElMessageBox.confirm('是否导出数据?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
this.loading = true;
let data = {
...this.query,
};
if(this.selectionList.length){
data.ids = this.selectionList.map(item => item.id).join(',');
}
console.log(data, '要提交的数据');
$_exportmaillOrder(data).then(res => {
downloadXls(res.data, `商场订单.xlsx`);
ElMessage({
message: '导出成功',
type: 'success',
});
}).catch((error)=>{
console.log(error,'导出失败');
ElMessage({
message: '导出失败',
type: 'error',
});
}).finally(()=>{
this.loading =false;
});
})
.catch(() => {});
},
//
handleCallDeliveryOwn(row) {
console.log('row', row);
@ -1322,13 +1363,21 @@ export default {
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default;
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default;
// i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
i.notReceived = parseInt(i.totalNumber) - parseInt(i.incomingNum);
i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity);
// i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
// i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
// i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
// i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
// i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
// i.notReceived = parseInt(i.totalNumber) - parseInt(i.incomingNum);
// i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity);
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
i.notReceived = parseInt(i.totalNumber) - parseInt(i.incomingNum);
return i;
});
this.loading = false;

Loading…
Cancel
Save