From 563ef7196697e43052877a662ef77f0f0776d910 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Fri, 12 Jan 2024 10:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=B1=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modular/main/BookingLedger.js | 8 + src/views/main/BookingLedger/detail/index.vue | 6 +- .../detail/modules/operationArea.vue | 539 +++++++--- src/views/main/CabinInventory/index.vue | 67 +- src/views/main/CabinManagement/details.vue | 921 ++++++++++++------ src/views/main/CabinManagement/index.vue | 22 +- src/views/main/mail/mailAnalysis.vue | 2 +- src/views/main/mail/mailExecute.vue | 2 +- src/views/main/mail/mailRecord.vue | 2 +- src/views/main/mail/mailSetting.vue | 2 +- 10 files changed, 1095 insertions(+), 476 deletions(-) diff --git a/src/api/modular/main/BookingLedger.js b/src/api/modular/main/BookingLedger.js index e39f645..3645046 100644 --- a/src/api/modular/main/BookingLedger.js +++ b/src/api/modular/main/BookingLedger.js @@ -1265,3 +1265,11 @@ export function PageDataNew(parameter) { }) } +export function BookingSlotGetAvailableSlots(parameter) { + return axios({ + url: '/BookingSlot/getAvailableSlots', + method: 'get', + params: parameter + }) +} + diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index f6bfcab..de3ccb0 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -24,6 +24,7 @@ @copy="copyBookingFun" @addSedList="addSedList" @removeOrder="removeOrderFun" + @handleSaveCtnList="handleSaveCtnList" @frompre="frompre"> @@ -1294,7 +1295,10 @@ export default { } return true }, - + handleSaveCtnList(data) { + this.bookingDetails.ctnInputs = data + this.$refs.goodsTable.init() + }, saveFun() { this.bookingOrderUpdate() }, diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index e79ba5b..ca44e82 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -2,8 +2,7 @@
+ :bodyStyle="{ 'padding-top': ' 6px', 'padding-left': '5px', 'padding-bottom': '0px', 'margin-bottom': '4px' }">
+ @cancel="cancelRefresh"> @@ -34,9 +32,8 @@ ok-text="是" cancel-text="否" @visibleChange="handleVisibleChange1" - @confirm="openModel('vgm')" - > - + @confirm="openModel('vgm')"> + @@ -67,19 +63,16 @@
-
+
+
- +