diff --git a/src/api/distribution/addTripartiteTransfer.js b/src/api/distribution/addTripartiteTransfer.js index edc7737d..1cf6a62e 100644 --- a/src/api/distribution/addTripartiteTransfer.js +++ b/src/api/distribution/addTripartiteTransfer.js @@ -66,6 +66,17 @@ export const postSaveNewTripartiteTransfer = data => { }); }; +/** + * 新增配载计划 + */ +export const postUpdateTripartiteTransfer = data => { + return request({ + url: '/api/logpm-trunkline/tripartiteTransfer/updateTripartiteTransfer', + method: 'post', + data, + }); +}; + /** * 通过名称查询承运商 */ diff --git a/src/option/distribution/addVehicleStowage.js b/src/option/distribution/addVehicleStowage.js index 2576f496..4f376683 100644 --- a/src/option/distribution/addVehicleStowage.js +++ b/src/option/distribution/addVehicleStowage.js @@ -597,7 +597,7 @@ export const detailsColumnList = [ { prop: 'waybillNo', label: '运单号', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -609,7 +609,7 @@ export const detailsColumnList = [ { prop: 'orderCode', label: '订单自编号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -631,7 +631,7 @@ export const detailsColumnList = [ { prop: 'destination', label: '到站', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -643,7 +643,7 @@ export const detailsColumnList = [ { prop: 'destinationWarehouseName', label: '目的站', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -655,7 +655,7 @@ export const detailsColumnList = [ { prop: 'shipper', label: '发货单位', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -667,7 +667,7 @@ export const detailsColumnList = [ { prop: 'consignee', label: '收货单位', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -678,7 +678,7 @@ export const detailsColumnList = [ { prop: 'consigneeName', label: '收货人', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -689,7 +689,7 @@ export const detailsColumnList = [ { prop: 'waybillNum', label: '运单总件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -701,7 +701,7 @@ export const detailsColumnList = [ { prop: 'orderNum', label: '件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -712,7 +712,7 @@ export const detailsColumnList = [ { prop: 'planNum', label: '计划件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -723,7 +723,7 @@ export const detailsColumnList = [ { prop: 'loadingNum', label: '订单装车件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -734,7 +734,7 @@ export const detailsColumnList = [ { prop: 'unloadNum', label: '卸车件数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -745,7 +745,7 @@ export const detailsColumnList = [ { prop: 'unloadIncome', label: '卸车收入', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -756,7 +756,7 @@ export const detailsColumnList = [ { prop: 'orderLineCost', label: '订单干线成本', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -767,7 +767,7 @@ export const detailsColumnList = [ // { // prop: 'totalNum', // label: '开单单价', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -779,7 +779,7 @@ export const detailsColumnList = [ // { // prop: 'totalNum', // label: '开单名称', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -791,7 +791,7 @@ export const detailsColumnList = [ // { // prop: 'totalNum', // label: '订单开单名称', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -802,7 +802,7 @@ export const detailsColumnList = [ // { // prop: 'productName', // label: '品类名称', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -813,7 +813,7 @@ export const detailsColumnList = [ // { // prop: 'price', // label: '单价', - // type: 1, + // type: 2, // values: '', // width: '150', // checkarr: [], @@ -824,7 +824,7 @@ export const detailsColumnList = [ { prop: 'weight', label: '重量(KG)', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -835,7 +835,7 @@ export const detailsColumnList = [ { prop: 'volume', label: '体积', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -846,7 +846,7 @@ export const detailsColumnList = [ { prop: 'totalFreight', label: '运单运费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -857,7 +857,7 @@ export const detailsColumnList = [ { prop: 'orderFreight', label: '订单运费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -869,7 +869,7 @@ export const detailsColumnList = [ { prop: 'deliveryFee', label: '送货费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -881,7 +881,7 @@ export const detailsColumnList = [ { prop: 'pickupFee', label: '提货费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -893,7 +893,7 @@ export const detailsColumnList = [ { prop: 'warehouseManagementFee', label: '仓库管理费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -905,7 +905,7 @@ export const detailsColumnList = [ { prop: 'storageFee', label: '仓储费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -917,7 +917,7 @@ export const detailsColumnList = [ { prop: 'handlingFee', label: '装卸费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -929,7 +929,7 @@ export const detailsColumnList = [ { prop: 'otherFee', label: '其他费用', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -941,7 +941,7 @@ export const detailsColumnList = [ { prop: 'insuranceFee', label: '保价费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -953,7 +953,7 @@ export const detailsColumnList = [ { prop: 'totalFee', label: '总费用', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -965,7 +965,7 @@ export const detailsColumnList = [ // { // prop: 'freight', // label: '作废运单号', - // type: 1, + // type: 2, // values: '', // width: '130', // checkarr: [], @@ -976,7 +976,7 @@ export const detailsColumnList = [ { prop: 'remark', label: '运单备注', - type: 1, + type: 2, values: '', width: '180', checkarr: [], diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue index 25a075ac..06596ac7 100644 --- a/src/views/distribution/artery/TripartiteTransfer.vue +++ b/src/views/distribution/artery/TripartiteTransfer.vue @@ -78,9 +78,7 @@
- 新增中转 - + 新增中转 装载清单 装载卸车清单(财务) 到 达 - 修 改 + 修 改
@@ -689,32 +687,28 @@ const handleShowzeroAdditionalRecording = ({ row }) => { const addTransfer = async () => { $router.push({ path: '/distribution/artery/addTripartiteTransfer', - name: '新增中转', + query: { name: '新增中转', type: 'add' }, }); - return null; }; /** 修改中转 */ const editTransfer = async () => { - return null; -}; + const _length = details.selectionList.length; -/** 显示新增或修改中转弹窗 */ -const handleShowTransfer = async (_type: string) => { - switch (_type) { - // 新增 - case 'add': - await addTransfer(); - break; + if (_length === 0) return ElMessage.warning('请选择一条修改数据'); - // 修改 - case 'edit': - await editTransfer(); - break; + if (_length > 1) return ElMessage.warning('只能选择一条数据修改'); - default: - break; - } + const _item = details.selectionList[0]; + + $router.push({ + path: '/distribution/artery/addTripartiteTransfer', + query: { + name: '编辑中转', + type: 'edit', + loadId: _item.id, + }, + }); }; /** 开启到达弹窗 */ diff --git a/src/views/distribution/artery/TripartiteTransferDetails.vue b/src/views/distribution/artery/TripartiteTransferDetails.vue index c76d824e..7c670ff7 100644 --- a/src/views/distribution/artery/TripartiteTransferDetails.vue +++ b/src/views/distribution/artery/TripartiteTransferDetails.vue @@ -1,5 +1,5 @@ - +