From adcb7151e9171dfb05900377ff6c657748ed8e29 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 30 Aug 2023 09:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E8=AF=A6=E6=83=85=E5=B0=8F?= =?UTF-8?q?=E4=BF=AE=E6=B2=A1=E6=9C=89=E7=9B=AE=E7=9A=84=E5=9C=B0=EF=BC=8C?= =?UTF-8?q?input=E6=A1=86=E4=B8=8D=E5=8F=AF=E5=A1=AB=E5=86=99=E7=9A=84?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/workOrderDetail.vue | 4 ++-- src/views/workOrder/accounting.vue | 33 +++++++++++++++++++---------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/src/views/index/workOrderDetail.vue b/src/views/index/workOrderDetail.vue index c78f8f47..f60a7db5 100644 --- a/src/views/index/workOrderDetail.vue +++ b/src/views/index/workOrderDetail.vue @@ -50,10 +50,10 @@ 事发地补充:{{orderDetailInfo.vehiclePointRemark}} -
+
目的地:{{ orderDetailInfo.destinationAddress }}
-
+
目的地补充:{{orderDetailInfo.destinationRemark}}
diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 1af5ca7f..86e36473 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -102,20 +102,20 @@
收取客户金额:
-
+
基本费用:
-
+
-
+
额外费用总计:
-
+
-
+
费用总计:
-
+
-
+
 
计算
备注说明:
@@ -172,11 +172,11 @@ 基本费用:{{orderInfo.basePrice +'元'}} - + 额外费用总计:{{orderInfo.extraPrice +'元'}} - + 收取客户:{{orderInfo.customerAmount +'元'}} @@ -185,7 +185,7 @@ 费用总计:{{orderInfo.settleAmount +'元'}} - + @@ -584,7 +584,17 @@ export default { overflow-y: auto; } .disable{ + background-color: transparent; + border: none; + opacity: 1 !important; +} +.supplierdisable{ color: #999999;; + border: none; + opacity: 1 !important; +} +.bgDisable{ + background: rgba(204, 204, 204, .3); } .navBar{ margin-bottom: 46px; @@ -641,7 +651,8 @@ img{ @include fontWeightSize(bold,13px); } .flex-between{ - @include flexColBet + width: 100%; + @include flexBetCen } .halfOpcity{ opacity: .5;