diff --git a/src/api/distribution/distributionStockArticle.js b/src/api/distribution/distributionStockArticle.js index 2a1534f4..a7f1099b 100644 --- a/src/api/distribution/distributionStockArticle.js +++ b/src/api/distribution/distributionStockArticle.js @@ -54,9 +54,10 @@ export const stockArticExport = row => { * @param {*} params * @returns */ + export const getClientList = (current, size, params) => { return request({ - url: '/api/logpm-distribution/maill/clientList', + url: '/api/logpm-distribution/distributionStockArticle/clientList', method: 'get', params: { ...params, @@ -65,10 +66,22 @@ export const getClientList = (current, size, params) => { }, }); }; +export const $_clientList = (current, size, params) => { + return request({ + url: '/api/logpm-distribution/mall/order/page', + method: 'get', + params: { + ...params, + current, + size, + }, + }); +}; + // 导出 export const $_exportmaillOrder = (params) => { return request({ - url: '/api/logpm-distribution/maill/export-maillOrder', + url: '/api/logpm-distribution/mall/order/export-order', method: 'get', params, responseType: 'blob', diff --git a/src/api/distribution/distributionStockList.js b/src/api/distribution/distributionStockList.js index 99ff23ad..3ac90c0c 100644 --- a/src/api/distribution/distributionStockList.js +++ b/src/api/distribution/distributionStockList.js @@ -86,6 +86,29 @@ export const getStockListClient = (current, size, params) => { } }) } + + +export const $_StockListClient = (current, size, params) => { + return request({ + url: '/api/logpm-distribution/mall/stock/page', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} + + +export const $_listexportorder = (params) => { + return request({ + url: '/api/logpm-distribution/mall/stock/export-stock', + method: 'get', + params, + responseType: 'blob', + }) +} /** * 查询库存品详情 * @param current diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index 85488cae..1e984bbd 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -107,3 +107,29 @@ export const $_Financialreview = params => { params, }); }; +// 配送-财务审单-导出 +export const $_expenseDispatchFinancialReview= params => { + return request({ + url: '/api/logpm-statisticsdata/expenseDispatchFinancialReview/export-expenseDispatchFinancialReview', + method: 'get', + params, + responseType: 'blob', + }); +}; +// 配送-车次成本明细 +export const $_Traincostbreakdown = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/page', + method: 'get', + params, + }); +}; +// 配送-车次成本明细-导出 +export const $_expenseDispatchTrainDetail= params => { + return request({ + url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/export-expenseDispatchTrainDetail', + method: 'get', + params, + responseType: 'blob', + }); +}; \ No newline at end of file diff --git a/src/option/storagecost/Financialreview.js b/src/option/storagecost/Financialreview.js index 1553c7d4..1fa8994a 100644 --- a/src/option/storagecost/Financialreview.js +++ b/src/option/storagecost/Financialreview.js @@ -28,7 +28,7 @@ export const columnList = [ { prop: 'trainNumber', label: '车次号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -39,7 +39,7 @@ export const columnList = [ { prop: 'deliveryDate', label: '配送日期', - type: 1, + type: 4, values: '', width: '150', checkarr: [], @@ -50,7 +50,7 @@ export const columnList = [ { prop: 'destinationWarehouse', label: '目的仓', - type: 3, + type: 2, values: '', width: '150', checkarr: [], @@ -61,7 +61,7 @@ export const columnList = [ { prop: 'customerName', label: '客户名称', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -72,7 +72,7 @@ export const columnList = [ { prop: 'orderCode', label: '订单自编号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -83,7 +83,7 @@ export const columnList = [ { prop: 'distributionType', label: '配送类型', - type: 1, + type: 3, values: '', width: '150', checkarr: [ @@ -114,7 +114,7 @@ export const columnList = [ { prop: 'deliveryVehicle', label: '配送车辆', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -125,7 +125,7 @@ export const columnList = [ { prop: 'distributionModel', label: '配送车型', - type: 1, + type: 3, values: '', width: '150', checkarr: [], @@ -136,7 +136,7 @@ export const columnList = [ { prop: 'carrierName', label: '承运方名称', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -147,7 +147,7 @@ export const columnList = [ { prop: 'carrierType', label: '承运方类型', - type: 1, + type: 3, values: '', width: '150', checkarr: [], @@ -158,7 +158,7 @@ export const columnList = [ { prop: 'deliveryDriver', label: '配送司机', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -400,7 +400,7 @@ export const columnList = [ { prop: 'financialAuditTime', label: '财务审核时间', - type: 1, + type: 4, values: '', width: '150', checkarr: [], @@ -411,7 +411,7 @@ export const columnList = [ { prop: 'financialAuditor', label: '财务审核人', - type: 1, + type: 2, values: '', width: '150', checkarr: [], diff --git a/src/option/storagecost/Traincostbreakdown.js b/src/option/storagecost/Traincostbreakdown.js index 1150f2a6..f9857846 100644 --- a/src/option/storagecost/Traincostbreakdown.js +++ b/src/option/storagecost/Traincostbreakdown.js @@ -15,7 +15,7 @@ export const columnList = [ fixed: true, }, { - prop: 'a1', + prop: 'trainNumber', label: '车次号', type: 2, values: '', @@ -26,7 +26,7 @@ export const columnList = [ head: false, }, { - prop: 'a2', + prop: 'deliveryDate', label: '配送日期', type: 1, values: '', @@ -37,7 +37,7 @@ export const columnList = [ head: false, }, { - prop: 'a3', + prop: 'destinationWarehouse', label: '目的仓', type: 1, values: '', @@ -48,7 +48,7 @@ export const columnList = [ head: false, }, { - prop: 'a4', + prop: 'customerName', label: '客户名称', type: 3, values: '', @@ -59,7 +59,7 @@ export const columnList = [ head: false, }, { - prop: 'a5', + prop: 'orderCode', label: '订单自编号', type: 1, values: '', @@ -70,7 +70,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'distributionType ', label: '配送类型', type: 1, values: '', @@ -89,7 +89,7 @@ export const columnList = [ head: false, }, { - prop: 'a7', + prop: 'deliveryVehicle', label: '配送车辆', type: 1, values: '', @@ -101,7 +101,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'distributionModel', label: '配送车型', type: 1, values: '', @@ -112,7 +112,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'carrierName', label: '承运方名称', type: 1, values: '', @@ -123,7 +123,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'carrierType', label: '承运方类型', type: 1, values: '', @@ -134,7 +134,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'deliveryDriver', label: '配送司机', type: 1, values: '', @@ -145,7 +145,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'plannedTotalQuantity', label: '计划总件数', type: 1, values: '', @@ -156,7 +156,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'totalOrderQuantity', label: '订单总数', type: 1, values: '', @@ -167,7 +167,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'inventoryItemCount', label: '库存品件数', type: 1, values: '', @@ -178,7 +178,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'totalLoadedPieces', label: '装车总件数', type: 1, values: '', @@ -189,7 +189,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'totalReceiptCost', label: '签收总件数', type: 1, values: '', @@ -200,7 +200,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'totalDistributionCost', label: '配送总成本', type: 1, values: '', @@ -211,7 +211,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'distributionCost', label: '配送成本', type: 1, values: '', @@ -222,7 +222,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'inventoryDistributionCost', label: '库存品配送成本', type: 1, values: '', @@ -233,7 +233,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'tagRemovalCost', label: '撕标签成本', type: 1, values: '', @@ -244,7 +244,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'stairCarryingFee', label: '上楼费成本', type: 1, values: '', @@ -255,7 +255,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'goodsAllocationCost', label: '分货费成本', type: 1, values: '', @@ -266,7 +266,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'repositioningCost', label: '平移费成本', type: 1, values: '', @@ -277,7 +277,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'handlingCost', label: '装卸费成本', type: 1, values: '', @@ -288,7 +288,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'mileageCost', label: '公里数成本', type: 1, values: '', @@ -299,7 +299,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'subsidizedKilometerCost', label: '补贴公里数成本', type: 1, values: '', @@ -310,7 +310,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'excessZoneMileageCost', label: '超区公里费成本', type: 1, values: '', @@ -321,7 +321,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'locationSubsidyCost', label: '点位补贴费成本', type: 1, values: '', @@ -332,7 +332,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'minimumGuaranteeCost', label: '保底费成本', type: 1, values: '', @@ -343,7 +343,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'fuelCost', label: '油费成本', type: 1, values: '', @@ -354,7 +354,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'otherCosts', label: '其他成本', type: 1, values: '', @@ -365,15 +365,15 @@ export const columnList = [ head: false, }, - { - prop: 'createUserName', - label: '操作', - type: 6, - values: '', - width: '200', - checkarr: [], - fixed: 'right', - sortable: false, - }, + // { + // prop: 'createUserName', + // label: '操作', + // type: 6, + // values: '', + // width: '200', + // checkarr: [], + // fixed: 'right', + // sortable: false, + // }, ]; \ No newline at end of file diff --git a/src/views/basicdata/driverArtery/basicdataDriverArtery.vue b/src/views/basicdata/driverArtery/basicdataDriverArtery.vue index d84c3252..de5011ec 100644 --- a/src/views/basicdata/driverArtery/basicdataDriverArtery.vue +++ b/src/views/basicdata/driverArtery/basicdataDriverArtery.vue @@ -581,8 +581,13 @@ export default { }).then(async () => { try { this.loadingObj.pageLoading = true; - - const res = await exportBlob(downloadUrl, this.query); + let data={ + ...this.query + } + if(this.selectionList.length){ + data.ids=this.selectionList.map(res=>res.id).join(',') + } + const res = await exportBlob(downloadUrl,data); if (res.status !== 200) return; downloadXls(res.data, `司机信息${dateNow()}.xlsx`); } catch (error) { diff --git a/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue b/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue index 02b9629a..da80d1e5 100644 --- a/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue +++ b/src/views/basicdata/driverArtery/basicdataDriverArteryAdd.vue @@ -163,6 +163,7 @@ export default { type: 'select', dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_driver_type', options: [], + rules: [{ required: true, message: '请选择司机类型', trigger: ['blur', 'change'] }], }, { label: '职务类型', @@ -172,6 +173,7 @@ export default { dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_driverjob_type', options: [], multiple: true, + rules: [{ required: true, message: '请选择职务类型', trigger: ['blur'] }], }, { label: '准驾车型', @@ -179,6 +181,7 @@ export default { filterable: true, type: 'select', dicUrl: '/api/blade-system/dict-biz/dictionary?code=basic_driving_type', + rules: [{ required: true, message: '请选择准驾车型', trigger: ['blur', 'change'] }], options: [], }, diff --git a/src/views/cost/Deliverycostmanagement/Financialreview.vue b/src/views/cost/Deliverycostmanagement/Financialreview.vue index 095df84f..d6e09bfa 100644 --- a/src/views/cost/Deliverycostmanagement/Financialreview.vue +++ b/src/views/cost/Deliverycostmanagement/Financialreview.vue @@ -19,7 +19,7 @@