From 62f0d3eb5aff9fc4e5688c5c49aed7d075c83c30 Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Wed, 28 Jun 2023 18:05:43 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 7984b9ae5e588e172cba4a88b58526d7886caae5 Merge: 370be27 4b09bef Author: 0.0 <1092404103.qq.com> Date: Wed Jun 28 16:11:38 2023 +0800 Merge remote-tracking branch 'origin/dev' into dev commit 370be271bca69ab9a478174f9f0c20d41f575086 Author: 0.0 <1092404103.qq.com> Date: Wed Jun 28 16:11:26 2023 +0800 1.配送详情 --- src/components/tablecmt/tablecmt.vue | 27 ++- src/main.js | 2 + .../deliverylist/distributionDeliveryList.vue | 27 ++- .../distributionDeliveryList2.vue | 15 +- .../distributionDeliveryList3.vue | 15 +- .../distributionDeliveryListedt.vue | 177 ++++++++++++------ .../signfor/distributionSignfor.vue | 24 ++- 7 files changed, 203 insertions(+), 84 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index eb4ebea2..49f30e00 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -4,6 +4,7 @@ style="width: 100%" :show-summary="shownm" :summary-method="getSummaries" + @selection-change="handleSelectionChange" > - + {{ scope.row[column.prop] }} + + + + + 配送总车次:{{statistics.vehiclesNub}}/总件数:{{statistics.deliveriesTotal}} + + + 商配总车次:{{statistics.commercialNub}}/总件数:{{statistics.commercialTotal}} + + + 市配总车次:{{statistics.marketNub}}/总件数:{{statistics.marketTotal}} + + - - - - -
@@ -54,11 +60,9 @@ @@ -142,7 +146,7 @@