From a67d06616c156899a6bb2a3c437c0aba65dbe6fd Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 18 Jul 2024 17:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/distribution/AddVehicleStowage.js | 13 ++++++++++++- src/components/tablecmt/tablecmt.vue | 2 ++ src/option/waybill/orderPackageListDetails.js | 2 +- .../distribution/artery/AddVehicleStowage.vue | 6 +++++- .../distribution/artery/VehicleStowage.vue | 4 +--- .../artery/truckLoadingDetails.vue | 12 ++++++------ src/views/waybill/orderPackageList.vue | 18 +++++++++--------- 7 files changed, 36 insertions(+), 21 deletions(-) diff --git a/src/api/distribution/AddVehicleStowage.js b/src/api/distribution/AddVehicleStowage.js index e5cb8f8e..b1f96a2c 100644 --- a/src/api/distribution/AddVehicleStowage.js +++ b/src/api/distribution/AddVehicleStowage.js @@ -88,6 +88,17 @@ export const postSelectEditDetailByLoadId = data => { }); }; +/** + * 查询编辑配载计划详情 -- 节点费用 + */ +export const postEditNodeInfo = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/editNodeInfo', + method: 'post', + data, + }); +}; + /** * 查询已添加在调度池的订单 */ @@ -153,4 +164,4 @@ export const postUpdateLoadFeeByNodeId = data => { data, }); }; -// +// diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 3ac5c95b..4313c5a2 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -26,6 +26,7 @@ :sortable="column.sortable" :selectable="isselectfun" v-show="column.head" + resizable >