From 61636c5e7d711af08ea73facc40e9ac160ec50d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Thu, 22 Dec 2022 14:46:20 +0800 Subject: [PATCH] 12/22 --- .../detail/modules/mailingInfo.vue | 46 ++++++++++--------- .../detail/modules/operationArea.vue | 1 + 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue index 1ce115d..a95a343 100644 --- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue @@ -16,7 +16,7 @@ class="customer-input" :data-source="shipperDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '200px'}" + :dropdown-style="{ width: '200px' }" @select="shipperSelect" @change="shipperChange" @focus="shipperChange" @@ -58,12 +58,14 @@ class="customer-input" :data-source="consigneeDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '200px'}" + :dropdown-style="{ width: '200px' }" @select="consigneeSelect" @change="consigneeChange" @focus="consigneeChange" /> - 保存 + 保存
* 35 @@ -101,7 +103,9 @@ @change="notifyChange" @focus="notifyChange" /> - 保存 + 保存
* 35 @@ -185,7 +189,7 @@ class="customer-input" :data-source="customserDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '200px'}" + :dropdown-style="{ width: '200px' }" @select="customserSelect" @change="customserChange" @focus="customserChange" @@ -206,7 +210,7 @@ class="customer-input" :data-source="truckerDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '200px'}" + :dropdown-style="{ width: '200px' }" @select="truckerSelect" @change="truckerChange" @focus="truckerChange" @@ -227,7 +231,7 @@ class="customer-input" :data-source="agentidDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '200px'}" + :dropdown-style="{ width: '200px' }" @select="agentidSelect" @change="agentidChange" @focus="agentidChange" @@ -315,7 +319,7 @@ class="customer-input" :data-source="placereceiptDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '300px'}" + :dropdown-style="{ width: '300px' }" @select="placereceiptSelect" @change="placereceiptChange" @focus="placereceiptChange" @@ -347,7 +351,7 @@ class="customer-input" :data-source="portloadDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '300px'}" + :dropdown-style="{ width: '300px' }" @select="portloadSelect" @change="portloadChange" @focus="portloadChange" @@ -379,7 +383,7 @@ class="customer-input" :data-source="transportDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '300px'}" + :dropdown-style="{ width: '300px' }" @select="transportSelect" @change="transportChange" @focus="transportChange" @@ -411,7 +415,7 @@ class="customer-input" :data-source="portdischargeDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '300px'}" + :dropdown-style="{ width: '300px' }" @select="portdischargeSelect" @change="portdischargeChange" @focus="portdischargeChange" @@ -443,7 +447,7 @@ class="customer-input" :data-source="destinationDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '300px'}" + :dropdown-style="{ width: '300px' }" @select="destinationSelect" @change="destinationChange" @focus="destinationChange" @@ -475,7 +479,7 @@ class="customer-input" :data-source="placedeliveryDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '300px'}" + :dropdown-style="{ width: '300px' }" @select="placedeliverySelect" @change="placedeliveryChange" @focus="placedeliveryChange" @@ -501,7 +505,7 @@ :wrapperCol="wrapperCol" has-feedback > - + @@ -518,7 +522,7 @@ class="customer-input" :data-source="kindpkgsDataArr" :dropdown-match-select-width="false" - :dropdown-style="{ width: '200px'}" + :dropdown-style="{ width: '200px' }" @select="kindpkgsSelect" @change="kindpkgsChange" @focus="kindpkgsChange" @@ -1412,7 +1416,7 @@ export default { this.details[type] = subValue this.$forceUpdate() }, - textareaChange (e, type) { + textareaChange(e, type) { this.details[type] = e.target.value } } @@ -1571,8 +1575,8 @@ export default { cursor: pointer; } } -.content{ - .label{ +.content { + .label { margin-bottom: 10px; font-size: 14px; } @@ -1591,9 +1595,9 @@ export default { border-bottom: none; } -.line-box{ +.line-box { display: flex; - span.unit{ + span.unit { font-size: 12px; color: #999; display: inline-block; @@ -1603,7 +1607,7 @@ export default { } } @media (max-width: 1700px) { - .feeself{ + .feeself { top: 15px !important; right: -22px !important; } diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index 339acb5..f3f73ce 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -668,6 +668,7 @@ export default { this.BCvData.push(item) } }) + this.$emit('FnOcrChenga', this.details) }, drawRect(e) { if (this.flag) {