From e75d0e1fb183b8e5383a15d17af07ca87ed018e5 Mon Sep 17 00:00:00 2001 From: lilu Date: Thu, 10 Nov 2022 12:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/detail/index.vue | 22 +- .../BookingLedger/detail/modules/billInfo.vue | 285 ++++++++ .../detail/modules/cargoInfo.vue | 139 ++++ .../detail/modules/goodsTable.vue | 276 ++++++++ .../detail/modules/mailingInfo.vue | 610 ++++++++++++++---- .../detail/modules/remarksInfo.vue | 47 ++ .../detail/modules/rightContent.vue | 17 + src/views/tableDemo/index.vue | 1 - 8 files changed, 1285 insertions(+), 112 deletions(-) create mode 100644 src/views/main/BookingLedger/detail/modules/billInfo.vue create mode 100644 src/views/main/BookingLedger/detail/modules/cargoInfo.vue create mode 100644 src/views/main/BookingLedger/detail/modules/goodsTable.vue create mode 100644 src/views/main/BookingLedger/detail/modules/remarksInfo.vue create mode 100644 src/views/main/BookingLedger/detail/modules/rightContent.vue diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 13e1476..7a6e02e 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -8,8 +8,18 @@ + + + + + + + + + + + - @@ -17,12 +27,20 @@ import operationArea from './modules/operationArea' import basicInfo from './modules/basicInfo' import mailingInfo from './modules/mailingInfo' +import cargoInfo from './modules/cargoInfo' +import billInfo from './modules/billInfo' +import remarksInfo from './modules/remarksInfo' +import goodsTable from './modules/goodsTable' export default { name: 'BookingDetail', components: { operationArea, basicInfo, - mailingInfo + mailingInfo, + cargoInfo, + billInfo, + remarksInfo, + goodsTable }, data() { return {} diff --git a/src/views/main/BookingLedger/detail/modules/billInfo.vue b/src/views/main/BookingLedger/detail/modules/billInfo.vue new file mode 100644 index 0000000..429b290 --- /dev/null +++ b/src/views/main/BookingLedger/detail/modules/billInfo.vue @@ -0,0 +1,285 @@ + + + diff --git a/src/views/main/BookingLedger/detail/modules/cargoInfo.vue b/src/views/main/BookingLedger/detail/modules/cargoInfo.vue new file mode 100644 index 0000000..a96bd35 --- /dev/null +++ b/src/views/main/BookingLedger/detail/modules/cargoInfo.vue @@ -0,0 +1,139 @@ + + + diff --git a/src/views/main/BookingLedger/detail/modules/goodsTable.vue b/src/views/main/BookingLedger/detail/modules/goodsTable.vue new file mode 100644 index 0000000..6ed45cc --- /dev/null +++ b/src/views/main/BookingLedger/detail/modules/goodsTable.vue @@ -0,0 +1,276 @@ + + + diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index 772bc98..45841a9 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -1,115 +1,488 @@ diff --git a/src/views/main/BookingLedger/detail/modules/remarksInfo.vue b/src/views/main/BookingLedger/detail/modules/remarksInfo.vue new file mode 100644 index 0000000..c04d0b6 --- /dev/null +++ b/src/views/main/BookingLedger/detail/modules/remarksInfo.vue @@ -0,0 +1,47 @@ + + + diff --git a/src/views/main/BookingLedger/detail/modules/rightContent.vue b/src/views/main/BookingLedger/detail/modules/rightContent.vue new file mode 100644 index 0000000..aa3c856 --- /dev/null +++ b/src/views/main/BookingLedger/detail/modules/rightContent.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/tableDemo/index.vue b/src/views/tableDemo/index.vue index 9fd23ab..ec5c5af 100644 --- a/src/views/tableDemo/index.vue +++ b/src/views/tableDemo/index.vue @@ -503,7 +503,6 @@ export default { edit: true } ], - // table data tableData: [ { name: 'John',