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. 581
      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) => { export const getClientList = (current, size, params) => {
return request({ return request({
url: '/api/logpm-distribution/distributionStockArticle/clientList', url: '/api/logpm-distribution/maill/clientList',
method: 'get', method: 'get',
params: { params: {
...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) => { export const getListOne = (current, size, params) => {
//查询订单数据 //查询订单数据

52
src/api/storagecost/index.js

@ -2,7 +2,7 @@ import request from '@/axios';
// 月度仓储成本统计表接口 // 月度仓储成本统计表接口
export const $_Getlist = params => { export const $_Getlist = params => {
return request({ return request({
url: '/api/logpm-statisticsdata/expenseWarehouseMonth/list', url: '/api/logpm-statisticsdata/expenseWarehouseMonth/page',
method: 'get', method: 'get',
params, params,
}); });
@ -30,7 +30,7 @@ export const $_expenseWarehouseMonth = params => {
// 月度订单仓储成本明细列表 // 月度订单仓储成本明细列表
export const $_Monthlyorderwarehousing = params => { export const $_Monthlyorderwarehousing = params => {
return request({ return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list', url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/page',
method: 'get', method: 'get',
params, params,
}); });
@ -47,7 +47,7 @@ export const $_expenseOrderWarehouseMonth = params => {
// 订单总仓储成本明细列表 // 订单总仓储成本明细列表
export const $_OrderTotalWarehouse = params => { export const $_OrderTotalWarehouse = params => {
return request({ return request({
url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/list', url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/page',
method: 'get', method: 'get',
params, params,
}); });
@ -61,3 +61,49 @@ export const $_expenseOrderWarehouseTotal = params => {
responseType: 'blob', 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, fixed: true,
}, },
{ {
prop: 'a1', prop: 'bookingReferenceNumber',
label: '预约计划编号', label: '预约计划编号',
type: 2, type: 2,
values: '', values: '',
@ -26,7 +26,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a2', prop: 'trainNumber',
label: '车次号', label: '车次号',
type: 1, type: 1,
values: '', values: '',
@ -37,7 +37,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a3', prop: 'deliveryDate',
label: '配送日期', label: '配送日期',
type: 1, type: 1,
values: '', values: '',
@ -48,7 +48,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a4', prop: 'destinationWarehouse',
label: '目的仓', label: '目的仓',
type: 3, type: 3,
values: '', values: '',
@ -59,7 +59,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a5', prop: 'customerName',
label: '客户名称', label: '客户名称',
type: 1, type: 1,
values: '', values: '',
@ -70,7 +70,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'orderCode',
label: '订单自编号', label: '订单自编号',
type: 1, type: 1,
values: '', values: '',
@ -81,7 +81,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a7', prop: 'distributionType',
label: '配送类型', label: '配送类型',
type: 1, type: 1,
values: '', values: '',
@ -101,7 +101,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'financialAuditStatus',
label: '财务审核状态', label: '财务审核状态',
type: 1, type: 1,
values: '', values: '',
@ -112,7 +112,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'deliveryVehicle',
label: '配送车辆', label: '配送车辆',
type: 1, type: 1,
values: '', values: '',
@ -123,7 +123,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'distributionModel',
label: '配送车型', label: '配送车型',
type: 1, type: 1,
values: '', values: '',
@ -134,7 +134,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'carrierName',
label: '承运方名称', label: '承运方名称',
type: 1, type: 1,
values: '', values: '',
@ -145,7 +145,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'carrierType',
label: '承运方类型', label: '承运方类型',
type: 1, type: 1,
values: '', values: '',
@ -156,7 +156,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'deliveryDriver',
label: '配送司机', label: '配送司机',
type: 1, type: 1,
values: '', values: '',
@ -167,7 +167,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'plannedTotalQuantity',
label: '计划总件数', label: '计划总件数',
type: 1, type: 1,
values: '', values: '',
@ -178,7 +178,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'totalOrderQuantity',
label: '订单总数', label: '订单总数',
type: 1, type: 1,
values: '', values: '',
@ -189,7 +189,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'inventoryItemCount',
label: '库存品件数', label: '库存品件数',
type: 1, type: 1,
values: '', values: '',
@ -200,7 +200,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'totalLoadedPieces',
label: '装车总件数', label: '装车总件数',
type: 1, type: 1,
values: '', values: '',
@ -211,7 +211,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'totalReceiptCost',
label: '签收总件数', label: '签收总件数',
type: 1, type: 1,
values: '', values: '',
@ -222,7 +222,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'totalDistributionCost',
label: '配送总成本', label: '配送总成本',
type: 1, type: 1,
values: '', values: '',
@ -233,7 +233,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'distributionCost',
label: '配送成本', label: '配送成本',
type: 1, type: 1,
values: '', values: '',
@ -244,7 +244,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'inventoryDistributionCost',
label: '库存品配送成本', label: '库存品配送成本',
type: 1, type: 1,
values: '', values: '',
@ -255,7 +255,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'tagRemovalCost',
label: '撕标签成本', label: '撕标签成本',
type: 1, type: 1,
values: '', values: '',
@ -266,7 +266,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'stairCarryingFee',
label: '上楼费成本', label: '上楼费成本',
type: 1, type: 1,
values: '', values: '',
@ -277,7 +277,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'goodsAllocationCost ',
label: '分货费成本', label: '分货费成本',
type: 1, type: 1,
values: '', values: '',
@ -288,7 +288,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'repositioningCost',
label: '平移费成本', label: '平移费成本',
type: 1, type: 1,
values: '', values: '',
@ -299,7 +299,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'handlingCost',
label: '装卸费成本', label: '装卸费成本',
type: 1, type: 1,
values: '', values: '',
@ -310,7 +310,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'mileageCost',
label: '公里数成本', label: '公里数成本',
type: 1, type: 1,
values: '', values: '',
@ -321,7 +321,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'subsidizedKilometerCost',
label: '补贴公里数成本', label: '补贴公里数成本',
type: 1, type: 1,
values: '', values: '',
@ -332,7 +332,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'excessZoneMileageCost',
label: '超区公里费成本', label: '超区公里费成本',
type: 1, type: 1,
values: '', values: '',
@ -343,7 +343,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'locationSubsidyCost',
label: '点位补贴费成本', label: '点位补贴费成本',
type: 1, type: 1,
values: '', values: '',
@ -354,7 +354,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'minimumGuaranteeCost',
label: '保底费成本', label: '保底费成本',
type: 1, type: 1,
values: '', values: '',
@ -365,7 +365,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'fuelCost',
label: '油费成本', label: '油费成本',
type: 1, type: 1,
values: '', values: '',
@ -376,7 +376,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'otherCosts ',
label: '其他成本', label: '其他成本',
type: 1, type: 1,
values: '', values: '',
@ -387,7 +387,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'remarks',
label: '备注', label: '备注',
type: 1, type: 1,
values: '', values: '',
@ -398,7 +398,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'financialAuditTime',
label: '财务审核时间', label: '财务审核时间',
type: 1, type: 1,
values: '', values: '',
@ -409,7 +409,7 @@ export const columnList = [
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'financialAuditor',
label: '财务审核人', label: '财务审核人',
type: 1, type: 1,
values: '', values: '',

890
src/option/storagecost/OrderTotalCostDetail.js

@ -1,457 +1,446 @@
export const columnList = [ export const columnList = [
{ {
prop: 'checkbox', prop: 'checkbox',
label: '复选框', label: '复选框',
type: 0, type: 0,
width: 55, width: 55,
fixed: true, fixed: true,
}, },
{ {
prop: 'xh', prop: 'xh',
label: '序号', label: '序号',
type: 12, type: 12,
values: '', values: '',
width: 55, width: 55,
fixed: true, fixed: true,
}, },
{ {
prop: 'a1', prop: 'brand',
label: '品牌', label: '品牌',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'a2', prop: 'orderCode',
label: '订单编号', label: '订单编号',
type: 2, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'a3', prop: 'waybillNumber',
label: '运单号', label: '运单号',
type: 1, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'a4', prop: 'destinationWarehouse',
label: '目的仓', label: '目的仓',
type: 1, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'a5', prop: 'shippingOrg',
label: '发货单位', label: '发货单位',
type: 1, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'a6', prop: 'consigneeOrg',
label: '收货单位', label: '收货单位',
type: 3, type: 2,
values: '', values: '',
width: '150', width: '150',
checkarr: [ ], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
}, },
{ {
prop: 'a7', prop: 'waybillType',
label: '运单类型', label: '运单类型',
type: 1, type: 3,
values: '', values: '',
width: '150', width: '150',
checkarr: [ 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: 'a18', label: '商配',
label: '收货地址', value: '商配',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
}, },
{ {
prop: 'a18', label: '市配',
label: '客户车次', value: '市配',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
}, },
],
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', // prop: 'createUserName',
// label: '操作', // label: '操作',
@ -462,5 +451,4 @@ export const columnList = [
// fixed: 'right', // fixed: 'right',
// sortable: false, // sortable: false,
// }, // },
]; ];

48
src/option/storagecost/WarehouseDeliveryCost.js

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

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

@ -192,6 +192,7 @@
> >
<el-button type="primary" icon="Download"> 点击下载 </el-button> <el-button type="primary" icon="Download"> 点击下载 </el-button>
</a> </a>
<el-button type="primary" icon="Download" @click="ckFileverification">文件校验</el-button>
</div> </div>
<div v-loading="loadingObj.UploadLoadong"> <div v-loading="loadingObj.UploadLoadong">
@ -210,6 +211,31 @@
</el-upload> </el-upload>
</div> </div>
</el-dialog> </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 <el-dialog
:title="title" :title="title"
@ -519,6 +545,8 @@ export default {
excelForm: {}, excelForm: {},
fromloading: true, fromloading: true,
excelBox: false, excelBox: false,
Fileverification:false,
FileverificationLoadong:false,
excelOption: { excelOption: {
submitBtn: false, submitBtn: false,
emptyBtn: false, emptyBtn: false,
@ -1140,6 +1168,10 @@ export default {
handleCo(file, fileList) { handleCo(file, fileList) {
this.showImgViewer = false; this.showImgViewer = false;
}, },
//
ckFileverification(){
this.Fileverification=true;//
},
// //
beforeUploadFn(file, fileList) { beforeUploadFn(file, fileList) {
// console.log(""); // console.log("");
@ -1692,7 +1724,12 @@ export default {
/** 上传文件 */ /** 上传文件 */
handleBeforeUpload(file) { handleBeforeUpload(file) {
console.log('file :>> ', 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('.'); const _fileNameArr = file.name.split('.');
@ -1705,22 +1742,39 @@ export default {
if (whiteArr.indexOf(_fileType) !== -1) return true; if (whiteArr.indexOf(_fileType) !== -1) return true;
this.$message.warning('请传入xls或xlsx格式的文件'); this.$message.warning('请传入xls或xlsx格式的文件');
if(this.Fileverification){
this.FileverificationLoadong=false
//
}else{
this.loadingObj.UploadLoadong = false; this.loadingObj.UploadLoadong = false;
}
return false; return false;
}, },
/** 长传成功 */ /** 长传成功 */
handleSuccess(res) { handleSuccess(res) {
console.log('res :>> ', 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('上传失败'); if (res.code !== 200) return this.$message.warning('上传失败');
this.$message.success('上传成功'); this.$message.success('上传成功');
onLoad(this.page); if(this.loadingObj.submitLoading){
onLoad(this.page);
}
}, },
/** 上传失败 */ /** 上传失败 */
handleClose(res) { handleClose(res) {
this.loadingObj.UploadLoadong = false; if(this.Fileverification){
this.FileverificationLoadong=false
//
}else{
this.loadingObj.UploadLoadong = false;
}
// UploadAjaxError // UploadAjaxError
let msgData = JSON.parse(res['message']); let msgData = JSON.parse(res['message']);
console.log(msgData, 'msgData'); console.log(msgData, 'msgData');

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

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

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

@ -55,7 +55,7 @@
<div class="avue-crud__header"> <div class="avue-crud__header">
<!-- 头部左侧按钮模块 --> <!-- 头部左侧按钮模块 -->
<div class="avue-crud__left"> <div class="avue-crud__left">
<el-button type="primary" @click="AddInfo" <el-button type="primary" @click="exportExcel"
><el-icon><Plus /></el-icon></el-button ><el-icon><Plus /></el-icon></el-button
> >
</div> </div>
@ -126,13 +126,18 @@
import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue'; import { ref, reactive, toRefs, computed, onMounted, nextTick, watch } from 'vue';
import { columnList } from '@/option/storagecost/WarehouseDeliveryCost.js'; import { columnList } from '@/option/storagecost/WarehouseDeliveryCost.js';
import { getDictionaryBiz } from '@/api/system/dict'; // 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 { processRowProperty, setNodeHeight } from '@/utils/util';
import functions from '@/utils/functions.js'; import functions from '@/utils/functions.js';
import { ElMessageBox, ElMessage } from 'element-plus'; import { ElMessageBox, ElMessage } from 'element-plus';
import { downloadXls } from '@/utils/util'; import { downloadXls } from '@/utils/util';
import { useStore } from 'vuex'; import { useStore } from 'vuex';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import error from '@/error';
const $router = useRouter(); // const $router = useRouter(); //
const $useStore = useStore(); // const $useStore = useStore(); //
const $route = useRoute(); // const $route = useRoute(); //
@ -181,7 +186,7 @@ const details = reactive({
columnList, columnList,
/** 列表数据 */ /** 列表数据 */
data: [{}], data: [],
/** 页面loading */ /** 页面loading */
loadingObj: { loadingObj: {
/** 列表加载loading */ /** 列表加载loading */
@ -243,7 +248,7 @@ const showdrawer = _flag => {
const inputsc = (index, row) => { const inputsc = (index, row) => {
details.query[row.prop] = index; details.query[row.prop] = index;
processRowProperty(index, row, details); processRowProperty(index, row, details);
test(details.query); onLoad();
}; };
// //
const test = val => {}; const test = val => {};
@ -257,6 +262,7 @@ const timesc = (index, row) => {
if (!index) { if (!index) {
delete details.query[row.prop]; delete details.query[row.prop];
} }
processRowProperty(index, row, details);
}; };
/** 表格表头输入框搜索 */ /** 表格表头输入框搜索 */
@ -274,7 +280,7 @@ const selectionChange = list => {
}; };
// //
const searchChange = () => { const searchChange = () => {
details.search = false; // onLoad();
}; };
// //
const sizeChange = val => { const sizeChange = val => {
@ -286,7 +292,7 @@ const currentChange = val => {
}; };
// //
const searchChangeS = () => { const searchChangeS = () => {
details.search = false; // onLoad();
}; };
// //
const searchHide = () => { 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 = () => { const PageOnload = () => {
onLoad(); //
MyWarehouseList(); // MyWarehouseList(); //
monthFn(); monthFn();
}; };
// //
PageOnload(); 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> </script>
<style scoped lang="scss"> <style scoped lang="scss">

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

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

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

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

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

@ -59,6 +59,9 @@
<!-- 头部左侧按钮模块 --> <!-- 头部左侧按钮模块 -->
<div class="avue-crud__left"> <div class="avue-crud__left">
<!-- <el-button type="primary" icon="el-icon-plus" @click="handleAdd" v-if = "handler">创建异常</el-button> --> <!-- <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 type="danger" icon="el-icon-edit" @click="handleMoke" v-if="handler"
>转预约单</el-button >转预约单</el-button
> >
@ -354,17 +357,19 @@ import {
update, update,
remove, remove,
addStock, addStock,
$_exportmaillOrder,
} from '@/api/distribution/distributionStockArticle'; } from '@/api/distribution/distributionStockArticle';
import { getListOwn } from '@/api/distribution/distributionParcelList'; import { getListOwn } from '@/api/distribution/distributionParcelList';
import { addCallDelivery } from '@/api/distribution/distrilbutionCallDelivery'; import { addCallDelivery } from '@/api/distribution/distrilbutionCallDelivery';
import { addClient } from '@/api/distribution/distributionClientMessage'; import { addClient } from '@/api/distribution/distributionClientMessage';
import { addService } from '@/api/distribution/distributionServiceLog'; import { addService } from '@/api/distribution/distributionServiceLog';
import option from '@/option/distribution/distributionStockArticle'; import option from '@/option/distribution/distributionStockArticle';
import { downloadXls, deepClone } from '@/utils/util';
import { mapGetters } from 'vuex'; import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict'; import { getDictionaryBiz } from '@/api/system/dict';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import { handleClearTableQuery } from '@/utils/util'; import { handleClearTableQuery } from '@/utils/util';
import { ElMessage, ElMessageBox } from 'element-plus'
export default { export default {
data() { data() {
return { 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) { handleCallDeliveryOwn(row) {
console.log('row', row); console.log('row', row);
@ -1322,13 +1363,21 @@ export default {
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default; // i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default;
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default; // i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default;
// i.handQuantity = nuMap[i.handQuantity] || i.handQuantity; // i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity; // i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity; // i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity; // i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity; // i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity; // i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
i.notReceived = parseInt(i.totalNumber) - parseInt(i.incomingNum); // i.notReceived = parseInt(i.totalNumber) - parseInt(i.incomingNum);
i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity); // 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; return i;
}); });
this.loading = false; this.loading = false;

Loading…
Cancel
Save