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 @@
- 导出
@@ -34,6 +34,10 @@ + + + + @@ -76,6 +80,72 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + 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 { $_getMyWarehouseList, $_Financialreview,$_expenseDispatchFinancialReview } from '@/api/storagecost/index.js'; import { getDictionaryBiz } from '@/api/system/dict'; //字典 import { processRowProperty, setNodeHeight } from '@/utils/util'; import functions from '@/utils/functions.js'; @@ -101,6 +170,10 @@ import dayjs from 'dayjs'; const $router = useRouter(); //跳转 const $useStore = useStore(); //权限 const $route = useRoute(); //获取地址栏参数 +const toexaminedialog = ref(false); +const form = ref({ + a: 0, +}); const details = reactive({ /** 是否开启搜索 */ search: false, @@ -142,7 +215,7 @@ const details = reactive({ columnList, /** 列表数据 */ - data: [], + data: [{}], /** 页面loading */ loadingObj: { /** 列表加载loading */ @@ -275,18 +348,21 @@ const onLoad = value => { ...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; - });; + + 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; + }); }; // 页面初始化方法 @@ -296,6 +372,46 @@ const PageOnload = () => { // 页面初始化方法 PageOnload(); +const toexamine = () => { + toexaminedialog.value = true; //开启审核弹窗 +}; +// 确认审核 +const Confirmaudit = () => { + ElMessageBox.confirm('是否确认审核?', '提示', { + confirmButtonText: '确认', + cancelButtonText: '取消', + type: 'warning', + }) + .then(() => {}) + .catch(() => {}); +}; +// 取消审核 +const toexaminecancel = () => {}; +// 导出数据 +const exportExcel = () => { + ElMessageBox.confirm('是否导出数据?', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning', + }) + .then(() => { + console.log(details.query, '搜索参数'); + details.loadingObj.list = true; + let data = { + ...details.query, + }; + console.log(data, '要提交的数据'); + $_expenseDispatchFinancialReview(data).then(res => { + details.loadingObj.list = false; + downloadXls(res.data, `财务审单.xlsx`); + ElMessage({ + message: '导出成功', + type: 'success', + }); + }); + }) + .catch(() => {}); +}; diff --git a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue index 3c0c8f07..6c563244 100644 --- a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue +++ b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue @@ -1,303 +1,348 @@ - - - // 页面初始化方法 - - - - \ No newline at end of file + diff --git a/src/views/mail/inventory/list.vue b/src/views/mail/inventory/list.vue index 57d8cd71..4056eb0c 100644 --- a/src/views/mail/inventory/list.vue +++ b/src/views/mail/inventory/list.vue @@ -26,6 +26,9 @@
+ 导出 @@ -33,6 +36,7 @@
+ @@ -259,7 +263,8 @@ import { update, remove, addParcels, - getStockListClient, + $_StockListClient, + $_listexportorder, } from '@/api/distribution/distributionStockList'; import { getListParcelDetails } from '@/api/distribution/distributionParcelDetails'; import { getListMaterial } from '@/api/basic/basicMaterial'; @@ -271,7 +276,7 @@ import { downloadXls, handleClearTableQuery } from '@/utils/util'; import dayjs from 'dayjs'; import { getDictionaryBiz } from '@/api/system/dict'; import { detail } from '@/api/flow/flow'; - +import { ElMessage, ElMessageBox } from 'element-plus' export default { data() { return { @@ -981,7 +986,7 @@ export default { onLoad(page, params = {}) { this.loading = true; this.query.serviceType = '2'; - getStockListClient(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( + $_StockListClient(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( res => { const { code, data } = res.data; this.loading = false; @@ -994,7 +999,10 @@ export default { this.data = data.records; this.data.forEach(i => { let a = this.distributionType.find(d => d.dictKey == i.serviceType); - i.serviceTypeName = a.dictValue; + if(a){ + i.serviceTypeName = a.dictValue?a.dictValue:''; + } + if (i.unpack == false) { i.unpack = '否'; } else { @@ -1005,6 +1013,37 @@ 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, '要提交的数据'); + $_listexportorder(data).then(res => { + downloadXls(res.data, `库存品列表.xlsx`); + ElMessage({ + message: '导出成功', + type: 'success', + }); + + }).catch((error) => { + console.log(error); + }).finally(()=>{ + this.loading = false; + }); + }) + .catch(() => {}); + } }, }; diff --git a/src/views/mail/order/list.vue b/src/views/mail/order/list.vue index 8dbe1e7f..6e6122ff 100644 --- a/src/views/mail/order/list.vue +++ b/src/views/mail/order/list.vue @@ -351,7 +351,7 @@