From 457e9f2d27f0cee2fcbca6d331cea1cf64e4feb3 Mon Sep 17 00:00:00 2001 From: jiangkuan Date: Tue, 25 Apr 2023 13:39:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9B=9E=E6=94=B6=E7=AB=99=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=92=8C=E5=AD=97=E4=BD=93=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/components/GlobalHeader/GlobalHeader.vue | 4 +- src/components/global.less | 3 + .../BookingLedger/detail/style/basicInfo.less | 4 +- .../BookingLedger/detail/style/billInfo.less | 3 + .../detail/style/mailingInfo.less | 5 +- .../detail/style/operationArea.less | 1 + .../main/ViewDeletedList/ViewDeletedList.vue | 1966 ++++++++--------- 8 files changed, 991 insertions(+), 997 deletions(-) diff --git a/public/index.html b/public/index.html index 99f168a..773812c 100644 --- a/public/index.html +++ b/public/index.html @@ -95,7 +95,7 @@ <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> <% } %> - + diff --git a/src/components/GlobalHeader/GlobalHeader.vue b/src/components/GlobalHeader/GlobalHeader.vue index 5aa349a..2fdd267 100644 --- a/src/components/GlobalHeader/GlobalHeader.vue +++ b/src/components/GlobalHeader/GlobalHeader.vue @@ -147,7 +147,9 @@ export default { + +} +// .form-box{ +// .form-main{ +// float: left; +// margin-right: 10px; +// display: flex; +// width: 16%; +// overflow: hidden; +// .form-label{ +// display: inline-block; +// margin-right: 10px; +// } +// .form-content{ +// flex: 1; +// } +// } +// .more-btn{ +// } +// } + \ No newline at end of file From 27a3931a1ea3066f0947fe05ef71b6197c480673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Tue, 25 Apr 2023 13:39:41 +0800 Subject: [PATCH 2/2] 4/25 --- src/views/main/SendCar/addForm.vue | 36 ++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/src/views/main/SendCar/addForm.vue b/src/views/main/SendCar/addForm.vue index bdd9431..06af5b8 100644 --- a/src/views/main/SendCar/addForm.vue +++ b/src/views/main/SendCar/addForm.vue @@ -482,19 +482,41 @@ - - + + - - + + @@ -887,7 +909,7 @@ export default { }, FnRtruckId(data) { // console.log('FnRtruckId', data, this.AlltruckIdData) - let Rdata = {} + let Rdata = '' this.AlltruckIdData.forEach(item => { if (item.id == data) { Rdata = item.shortName