diff --git a/src/views/main/BookingLedger/detail/components/sedOrder.vue b/src/views/main/BookingLedger/detail/components/sedOrder.vue
index 06b7381..7006e92 100644
--- a/src/views/main/BookingLedger/detail/components/sedOrder.vue
+++ b/src/views/main/BookingLedger/detail/components/sedOrder.vue
@@ -36,7 +36,7 @@
-
+
@@ -354,6 +354,9 @@ export default {
openNav() {
this.showSecNav = !this.showSecNav
+ },
+ pkgsEnCapitalFun (data) {
+ this.editDetails.totalno = data
}
}
}