From e654271c001438c499e2b97246d4bffa8063a5fd Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 13 Dec 2023 21:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8A=82=E7=82=B9=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/distribution/AddVehicleStowage.js | 11 ++++ src/components/tablecmt/tablecmt.vue | 2 +- src/option/distribution/VehicleStowage.js | 10 ++-- src/page/index/top/index.vue | 4 +- .../distribution/artery/AddVehicleStowage.vue | 56 ++++++++++++++++--- .../artery/VehicleArrivalManagement.vue | 39 +++++++++---- .../distribution/artery/VehicleStowage.vue | 39 +++++++++++-- vite.config.js | 6 +- 8 files changed, 134 insertions(+), 33 deletions(-) diff --git a/src/api/distribution/AddVehicleStowage.js b/src/api/distribution/AddVehicleStowage.js index 6a5f5cdb..e5cb8f8e 100644 --- a/src/api/distribution/AddVehicleStowage.js +++ b/src/api/distribution/AddVehicleStowage.js @@ -142,4 +142,15 @@ export const postUpdateCarsLoadBasicData = data => { data, }); }; + +/** + * 修改配载节点费用 + */ +export const postUpdateLoadFeeByNodeId = data => { + return request({ + url: '/api/logpm-trunkline/carsLoad/updateLoadFeeByNodeId', + method: 'post', + data, + }); +}; // diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index c5e0ac3a..5decae86 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -39,7 +39,7 @@