diff --git a/src/api/distribution/TripartiteTransfer.js b/src/api/distribution/TripartiteTransfer.js index a4076309..64ca64fe 100644 --- a/src/api/distribution/TripartiteTransfer.js +++ b/src/api/distribution/TripartiteTransfer.js @@ -78,7 +78,7 @@ export const postFindCarrierByName = data => { }; /** - * 通过名称查询承运商 + * 文员签收 */ export const postSignCars = data => { return request({ @@ -89,7 +89,7 @@ export const postSignCars = data => { }; /** - * 通过名称查询承运商 + * 结算提交 */ export const postSettlementCars = data => { return request({ diff --git a/src/option/distribution/BookingNote.js b/src/option/distribution/BookingNote.js index cc547aa9..5919acc9 100644 --- a/src/option/distribution/BookingNote.js +++ b/src/option/distribution/BookingNote.js @@ -20,7 +20,7 @@ export const WaybillTrackingColumnList = [ head: false, }, { - prop: 'trackType', + prop: 'trackTypeName', label: '批次状态', type: 1, values: '', diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index e6a0f35b..2879986f 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -158,7 +158,6 @@ export const columnList = [ values: '', width: 55, fixed: true, - isshowSummary: true, }, { prop: 'createTime', @@ -190,6 +189,7 @@ export const columnList = [ checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, isshowSummary: false, }, { @@ -201,6 +201,7 @@ export const columnList = [ checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, isshowSummary: false, }, { @@ -212,6 +213,7 @@ export const columnList = [ checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, isshowSummary: false, }, { @@ -233,6 +235,7 @@ export const columnList = [ width: '130', checkarr: [], fixed: false, + isColumnMerge: true, sortable: true, }, { @@ -243,6 +246,7 @@ export const columnList = [ width: '130', checkarr: [], fixed: false, + isColumnMerge: true, sortable: true, }, { @@ -255,6 +259,18 @@ export const columnList = [ fixed: false, sortable: true, }, + { + prop: 'waybillNum', + label: '运单总件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + isColumnMerge: true, + isshowSummary: true, + sortable: true, + }, { prop: 'totalNum', label: '件数', @@ -278,17 +294,40 @@ export const columnList = [ sortable: true, }, { - prop: 'price', - label: '单价', + prop: 'loadingNum', + label: '装车数', type: 1, values: '', width: '150', checkarr: [], fixed: false, + isshowSummary: true, sortable: true, }, { - prop: 'totalWeight', + prop: 'unloadNum', + label: '卸车数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + isshowSummary: true, + sortable: true, + }, + { + prop: 'openPrice', + label: '运单开单价格', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + isColumnMerge: true, + sortable: true, + }, + { + prop: 'weight', label: '重量(KG)', type: 1, values: '', @@ -299,7 +338,7 @@ export const columnList = [ sortable: true, }, { - prop: 'totalVolume', + prop: 'volume', label: '体积', type: 1, values: '', @@ -310,14 +349,37 @@ export const columnList = [ sortable: true, }, { - prop: 'freight', - label: '运费', + 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', + label: '订单运费', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + isshowSummary: true, sortable: true, }, { @@ -339,6 +401,7 @@ export const columnList = [ checkarr: [], fixed: false, sortable: true, + isColumnMerge: true, isshowSummary: false, }, ]; @@ -863,6 +926,7 @@ export const detailsColumnList = [ checkarr: [], fixed: false, isshowSummary: true, + isColumnMerge: true, sortable: true, }, { @@ -874,7 +938,6 @@ export const detailsColumnList = [ checkarr: [], fixed: false, isshowSummary: true, - isColumnMerge: true, sortable: true, }, { @@ -973,18 +1036,18 @@ export const detailsColumnList = [ isColumnMerge: true, sortable: true, }, - { - prop: 'totalFee', - label: '审核状态', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - isshowSummary: true, - isColumnMerge: true, - sortable: true, - }, + // { + // prop: 'totalFee', + // label: '审核状态', + // type: 2, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // isshowSummary: true, + // isColumnMerge: true, + // sortable: true, + // }, // { // prop: 'freight', // label: '作废运单号', diff --git a/src/option/waybill/WaybillOrderList.js b/src/option/waybill/WaybillOrderList.js index 2310250c..ab59ba77 100644 --- a/src/option/waybill/WaybillOrderList.js +++ b/src/option/waybill/WaybillOrderList.js @@ -360,12 +360,35 @@ export const columnList = [ sortable: true, }, { - prop: 'payWay', + prop: 'payTypeName', + label: '支付方式', + type: 3, + values: '', + width: '130', + checkarr: [ + { label: '现金', value: 1 }, + { label: '银行卡', value: 2 }, + { label: '微信', value: 3 }, + { label: '支付宝', value: 4 }, + { label: '支票', value: 5 }, + { label: '账本', value: 6 }, + ], + fixed: false, + sortable: false, + }, + { + prop: 'payWayName', label: '付款方式', - type: 1, + type: 3, values: '', width: '130', - checkarr: [], + checkarr: [ + { label: '现付', value: 1 }, + { label: '到付', value: 2 }, + { label: '月结', value: 3 }, + { label: '回付', value: 4 }, + { label: '内部结算', value: 5 }, + ], fixed: false, sortable: false, }, @@ -414,22 +437,35 @@ export const columnList = [ sortable: true, }, { - prop: 'deliveryWay', + prop: 'deliveryWayName', label: '送货方式', - type: 1, + type: 3, values: '', width: '130', - checkarr: [], + checkarr: [ + { label: '自提', value: 1 }, + { label: '送货', value: 2 }, + { label: '送货上门', value: 3 }, + { label: '送货上门(有电梯)', value: 4 }, + { label: '送货上门(无电梯)', value: 5 }, + { label: '送货卸货', value: 6 }, + { label: '送货安装', value: 7 }, + ], fixed: false, sortable: false, }, { - prop: 'urgency', + prop: 'urgencyName', label: '紧急度', - type: 1, + type: 3, values: '', width: '130', - checkarr: [], + checkarr: [ + { label: '正常', value: 1 }, + { label: '急', value: 2 }, + { label: '加急', value: 3 }, + { label: '特急', value: 4 }, + ], fixed: false, isshowSummary: false, sortable: true, @@ -446,23 +482,41 @@ export const columnList = [ sortable: true, }, { - prop: 'receipt', + prop: 'receiptName', label: '回单要求', - type: 1, - values: '', - width: '130', - checkarr: [], + type: 3, + values: '', + width: '130', + checkarr: [ + { label: '签回单', value: 1 }, + { label: '签原单', value: 2 }, + { label: '打收条', value: 3 }, + { label: '签信封', value: 4 }, + { label: '签回单盖章', value: 5 }, + { label: '1份回单', value: 6 }, + { label: '2份回单', value: 7 }, + { label: '3份回单', value: 8 }, + { label: '4份回单', value: 9 }, + { label: '5份回单', value: 10 }, + ], fixed: false, isshowSummary: false, sortable: true, }, { - prop: 'transportType', + prop: 'transportTypeName', label: '运输方式', - type: 1, + type: 3, values: '', width: '130', - checkarr: [], + checkarr: [ + { label: '公路快运', value: 1 }, + { label: '海运', value: 2 }, + { label: '卡车航运', value: 3 }, + { label: '空运', value: 4 }, + { label: '普通汽班', value: 5 }, + { label: '快递', value: 6 }, + ], fixed: false, sortable: true, }, diff --git a/src/styles/common.scss b/src/styles/common.scss index b776a6f3..af843f51 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -231,6 +231,10 @@ a { } } +.text-left { + text-align: left; +} + // 二维码弹窗 .el-dialog-QRCode-container { max-height: 80vh; diff --git a/src/views/Pricesystem/Price/PriceBill.vue b/src/views/Pricesystem/Price/PriceBill.vue index 8fca4845..069117bd 100644 --- a/src/views/Pricesystem/Price/PriceBill.vue +++ b/src/views/Pricesystem/Price/PriceBill.vue @@ -171,9 +171,11 @@ 最低计费 - + 最低计费 @@ -504,7 +503,7 @@ { if (code !== 200) return; - details.vehicleTypeArr = data || []; + details.vehicleTypeArr = deepClone(data) || []; }; /** 获取业务字典 */ @@ -1119,6 +1124,9 @@ const handleAdd = () => { } } + details.form.minCost = 0; + details.form.additionalCost = 0; + details.popUpShow.addVsitied = true; }; diff --git a/src/views/Pricesystem/Price/PriceTrunkLine.vue b/src/views/Pricesystem/Price/PriceTrunkLine.vue index 181b4212..baa85d24 100644 --- a/src/views/Pricesystem/Price/PriceTrunkLine.vue +++ b/src/views/Pricesystem/Price/PriceTrunkLine.vue @@ -175,9 +175,11 @@ 最低计费 最低计费 { if (code !== 200) return; - details.vehicleTypeArr = data || []; + details.vehicleTypeArr = deepClone(data) || []; }; /** 获取业务字典 */ @@ -1093,6 +1103,10 @@ const handleAdd = () => { item.price = 0; } } + + details.form.minCost = 0; + details.form.additionalCost = 0; + details.popUpShow.addVsitied = true; }; diff --git a/src/views/distribution/artery/AddVehicleStowage.vue b/src/views/distribution/artery/AddVehicleStowage.vue index 384b546d..236995a7 100644 --- a/src/views/distribution/artery/AddVehicleStowage.vue +++ b/src/views/distribution/artery/AddVehicleStowage.vue @@ -1697,10 +1697,9 @@ const editSubmit = async () => { // 本节点为新增 val.updateType = 2; // 修改 - } else if (_index !== i) { + } else { val.updateType = 1; - // 未变 - } else val.updateType = 0; + } delete val.blackList; if (i === 0) return; // 删除无用数据 @@ -1743,8 +1742,8 @@ const editSubmit = async () => { } // 存在删除数据或新增数据, 则该节点存在更新 - if ((val.updateType !== 2 && _addArr.length > 0) || val.MappingData.length > 0) - val.updateType = 1; + // if ((val.updateType !== 2 && _addArr.length > 0) || val.MappingData.length > 0) + // val.updateType = 1; _lineCarsOrderList = [..._lineCarsOrderList, ..._addArr]; _removeList = [..._removeList, ...val.MappingData]; diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue index 87849a90..1e594adc 100644 --- a/src/views/distribution/artery/TripartiteTransfer.vue +++ b/src/views/distribution/artery/TripartiteTransfer.vue @@ -912,6 +912,9 @@ const editTransfer = async () => { if (_length > 1) return ElMessage.warning('只能选择一条数据修改'); + if (Number(details.selectionList[0].isSettlement) === 1) + return ElMessage.warning('已结算, 无法修改'); + const _item = details.selectionList[0]; $router.push({ diff --git a/src/views/distribution/artery/TripartiteTransferDetails.vue b/src/views/distribution/artery/TripartiteTransferDetails.vue index a957127e..7bbc818b 100644 --- a/src/views/distribution/artery/TripartiteTransferDetails.vue +++ b/src/views/distribution/artery/TripartiteTransferDetails.vue @@ -1,7 +1,7 @@ - - +
- - - -