From 2bbfce71adf2230a8b1240c9c2a95761ff109075 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Tue, 11 Jul 2023 10:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BookingCustomerLedger/detail/index.vue | 46 ++- .../main/BookingCustomerLedger/list/index.vue | 4 - src/views/main/BookingLedger/list/index.vue | 310 ++++++++++-------- .../BookingLedger/list/modules/initData.js | 12 +- src/views/main/Customer/addForm.vue | 7 +- src/views/main/SendCar/addForm.vue | 9 + src/views/main/SendCar/editForm.vue | 3 +- 7 files changed, 247 insertions(+), 144 deletions(-) diff --git a/src/views/main/BookingCustomerLedger/detail/index.vue b/src/views/main/BookingCustomerLedger/detail/index.vue index d4fb75d..7463e6f 100644 --- a/src/views/main/BookingCustomerLedger/detail/index.vue +++ b/src/views/main/BookingCustomerLedger/detail/index.vue @@ -402,13 +402,57 @@ - +
{{ item.name }}
+ + + +
+ {{ details.dunno }} + CM +
+
+
+ + +
+ {{ details.dclass }} + CM +
+
+
+ + +
+ {{ details.linkman }} + CM +
+
+
+
diff --git a/src/views/main/BookingCustomerLedger/list/index.vue b/src/views/main/BookingCustomerLedger/list/index.vue index 29b61ab..70857be 100644 --- a/src/views/main/BookingCustomerLedger/list/index.vue +++ b/src/views/main/BookingCustomerLedger/list/index.vue @@ -1371,10 +1371,6 @@ export default { const arr = this.searchData.MBLNO.split(/,|,/) query.MBLNO = arr.toString() } - const firstFlag = JSON.parse(localStorage.getItem('pro__FIRSTFLAG')).value - if (firstFlag) { - query.firstFlag = true - } if ((!queryParam.multisort || queryParam.multisort.length === 0) && this.tableOrderLabel && this.tableOrderType) { query.multisort = [{ sortField: this.tableOrderLabel, diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index cd589fa..a458db0 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -95,7 +95,8 @@ + 刷新运踪 +