diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js index cf1f0e14..a0b269ea 100644 --- a/src/option/distribution/TripartiteTransfer.js +++ b/src/option/distribution/TripartiteTransfer.js @@ -640,8 +640,8 @@ export const detailsColumnList = [ }, ]; -/** 运单池列表 */ -export const oldColumnList = [ +/** 三方详情列表 */ +export const TripartiteTransferColumnList = [ { prop: '', label: '复选框', @@ -658,11 +658,11 @@ export const oldColumnList = [ fixed: true, }, { - prop: 'orderCode', + prop: 'createTime', label: '开单日期', type: 1, values: '', - width: '150', + width: '130', checkarr: [], fixed: false, sortable: true, @@ -671,98 +671,86 @@ export const oldColumnList = [ { prop: 'orderCode', label: '订单自编号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], fixed: false, sortable: true, - head: false, }, { - prop: 'orderPackageCode', + prop: 'waybillNo', label: '运单号', - type: 1, + type: 2, values: '', - width: '200', + width: '130', checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, + isshowSummary: false, }, { - prop: 'driverName', + prop: 'destination', label: '到站', - type: 1, + type: 2, values: '', width: '130', checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, + isshowSummary: false, }, { - prop: 'driverPhone', - label: '目的网点', - type: 1, + prop: 'destinationWarehouseName', + label: '目的站', + type: 2, values: '', width: '130', checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, + isshowSummary: false, }, { - prop: 'warehouseName', + prop: 'shipper', label: '发货单位', - type: 1, + type: 2, values: '', width: '130', checkarr: [], fixed: false, sortable: true, + isshowSummary: false, }, { - prop: 'lineNameTitle', + prop: 'consignee', label: '收货单位', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isColumnMerge: true, sortable: true, }, { - prop: 'nodeNub', + prop: 'consigneeName', label: '收货人', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isColumnMerge: true, sortable: true, }, { - prop: 'startTime', - label: '托盘码', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'endTime', + prop: 'productName', label: '品类名称', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'planVolume', - label: '件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -770,260 +758,132 @@ export const oldColumnList = [ sortable: true, }, { - prop: 'billladingStatus', - label: '在库数', + prop: 'waybillNum', + label: '运单总件数', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isColumnMerge: true, + isshowSummary: true, sortable: true, }, { - prop: 'chargeType', - label: '单价', + prop: 'orderNum', + label: '件数', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, + // { + // prop: 'stockNum', + // label: '在库数', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // isshowSummary: true, + // sortable: true, + // }, { - prop: 'totalFee', - label: '重量(kg)', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'remark', - label: '体积', + prop: 'loadingNum', + label: '装车数', type: 1, values: '', width: '150', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, { - prop: 'carrierName', - label: '运费', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'waybillCount', - label: '客户车次', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'totalNum', - label: '运单备注', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, -]; - -/** 调度池列表 */ -export const newColumnList = [ - { - prop: '', - label: '复选框', - type: 0, - width: 55, - fixed: true, - }, - { - prop: '', - label: '序号', - type: 12, - values: '', - width: 55, - fixed: true, - }, - { - prop: 'orderCode', - label: '开单日期', + prop: 'unloadNum', + label: '卸车数', type: 1, values: '', width: '150', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, - head: false, }, { - prop: 'orderCode', - label: '订单自编号', + prop: 'openPrice', + label: '运单开单价格', type: 1, values: '', width: '150', checkarr: [], fixed: false, - sortable: true, - head: false, - }, - { - prop: 'orderPackageCode', - label: '运单号', - type: 1, - values: '', - width: '200', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'driverName', - label: '到站', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'driverPhone', - label: '目的网点', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'warehouseName', - label: '发货单位', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'lineNameTitle', - label: '收货单位', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'nodeNub', - label: '收货人', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'startTime', - label: '托盘码', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, + isColumnMerge: true, sortable: true, }, { - prop: 'endTime', - label: '品类名称', + prop: 'weight', + label: '重量(KG)', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, { - prop: 'planVolume', - label: '件数', + prop: 'volume', + label: '体积', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, { - prop: 'billladingStatus', - label: '在库数', + prop: 'unloadIncome', + label: '卸车收入', type: 1, values: '', width: '130', checkarr: [], fixed: false, + isshowSummary: true, + isColumnMerge: true, sortable: true, }, { - prop: 'chargeType', - label: '单价', - type: 1, + prop: 'orderFreight', + label: '订单运费', + type: 2, values: '', width: '130', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, { - prop: 'totalFee', - label: '重量(kg)', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'remark', - label: '体积', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'carrierName', - label: '运费', - type: 1, + prop: 'orderFreight', + label: '订单运费', + type: 2, values: '', width: '130', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, { - prop: 'waybillCount', + prop: 'customerTrain', label: '客户车次', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -1031,13 +891,15 @@ export const newColumnList = [ sortable: true, }, { - prop: 'totalNum', + prop: 'remark', label: '运单备注', - type: 1, + type: 2, values: '', width: '130', checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, + isshowSummary: false, }, ]; diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index 0369fee7..52bf3da0 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -250,7 +250,7 @@ export const columnList = [ sortable: true, }, { - prop: 'productName', + prop: 'goodsName', label: '品类名称', type: 2, values: '', @@ -260,7 +260,7 @@ export const columnList = [ sortable: true, }, { - prop: 'waybillNum', + prop: 'totalNum', label: '运单总件数', type: 1, values: '', @@ -282,31 +282,9 @@ export const columnList = [ isshowSummary: true, sortable: true, }, - // { - // prop: 'stockNum', - // label: '在库数', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // isshowSummary: true, - // sortable: true, - // }, - { - prop: 'loadingNum', - label: '装车数', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - isshowSummary: true, - sortable: true, - }, { - prop: 'unloadNum', - label: '卸车数', + prop: 'stockNum', + label: '在库数', type: 1, values: '', width: '150', @@ -315,8 +293,30 @@ export const columnList = [ isshowSummary: true, sortable: true, }, + // { + // prop: 'realNum', + // label: '装车数', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // isshowSummary: true, + // sortable: true, + // }, + // { + // prop: 'unloadNum', + // label: '卸车数', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // isshowSummary: true, + // sortable: true, + // }, { - prop: 'openPrice', + prop: 'price', label: '运单开单价格', type: 1, values: '', @@ -327,7 +327,7 @@ export const columnList = [ sortable: true, }, { - prop: 'weight', + prop: 'totalWeight', label: '重量(KG)', type: 1, values: '', @@ -338,7 +338,7 @@ export const columnList = [ sortable: true, }, { - prop: 'volume', + prop: 'totalVolume', label: '体积', type: 1, values: '', @@ -348,31 +348,20 @@ export const columnList = [ isshowSummary: true, sortable: true, }, + // { + // prop: 'unloadIncome', + // label: '卸车收入', + // type: 1, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // isshowSummary: true, + // isColumnMerge: true, + // sortable: true, + // }, { - prop: 'unloadIncome', - label: '卸车收入', - type: 1, - values: '', - width: '130', - checkarr: [], - fixed: false, - isshowSummary: true, - isColumnMerge: true, - sortable: true, - }, - { - prop: 'orderFreight', - label: '订单运费', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - isshowSummary: true, - sortable: true, - }, - { - prop: 'orderFreight', + prop: 'freight', label: '订单运费', type: 2, values: '', diff --git a/src/views/distribution/artery/TripartiteTransferDetails.vue b/src/views/distribution/artery/TripartiteTransferDetails.vue index 9f447e68..43718fda 100644 --- a/src/views/distribution/artery/TripartiteTransferDetails.vue +++ b/src/views/distribution/artery/TripartiteTransferDetails.vue @@ -78,6 +78,10 @@ + + + + -
+
{ +TripartiteTransferColumnList.map(val => { if (val.isColumnMerge) mergeColumn.push(val.prop); }); @@ -403,7 +407,7 @@ const details = reactive({ /** 修改的列表信息 */ editColumnList: [], /** 运单池 */ - columnList: deepClone(columnList), + columnList: deepClone(TripartiteTransferColumnList), /** 列表数据 */ oldData: [], // 实际数据 planData: [], // 计划数据 @@ -811,7 +815,7 @@ const arraySpanMethod = (row: any) => { /** 跳转到运单详情 */ const handleGoWayBillDetail = ({ row }) => { - if (row.waybillNo === '————') return ElMessage.warning('暂无运单号'); + if (row.waybillNo === '--') return ElMessage.warning('暂无运单号'); $router.push({ path: '/distribution/inventory/BookingNote', diff --git a/src/views/distribution/artery/VehicleStowageDetails.vue b/src/views/distribution/artery/VehicleStowageDetails.vue index 84360a64..41bb5d9a 100644 --- a/src/views/distribution/artery/VehicleStowageDetails.vue +++ b/src/views/distribution/artery/VehicleStowageDetails.vue @@ -1004,7 +1004,7 @@ const handleCheckTab = e => { }; /** 跳转到运单详情 */ const handleGoWayBillDetail = ({ row }) => { - if (row.waybillNo === '————') return ElMessage.warning('暂无运单号'); + if (row.waybillNo === '--') return ElMessage.warning('暂无运单号'); $router.push({ path: '/distribution/inventory/BookingNote', diff --git a/src/views/distribution/artery/abnormalList.vue b/src/views/distribution/artery/abnormalList.vue index 9bf136c0..46405635 100644 --- a/src/views/distribution/artery/abnormalList.vue +++ b/src/views/distribution/artery/abnormalList.vue @@ -108,7 +108,10 @@