From 73678adec3a67da52fd7b6fd19c3c175f04c656a Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 20 Sep 2023 15:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=AE=8C=E5=96=84=E5=85=AC?= =?UTF-8?q?=E4=BA=A4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bus/busDataInfo/form.vue | 17 +++++++++++------ pages/portShipping/pilotStation/form.vue | 14 +++++++++----- pages/roadTransport/transportData/form.vue | 19 +++++++++++++------ 3 files changed, 33 insertions(+), 17 deletions(-) diff --git a/pages/bus/busDataInfo/form.vue b/pages/bus/busDataInfo/form.vue index c458544..e9c48e3 100644 --- a/pages/bus/busDataInfo/form.vue +++ b/pages/bus/busDataInfo/form.vue @@ -175,7 +175,9 @@

备注

- + @@ -259,7 +261,8 @@ //切换当前编辑陆岛索引 changeLandNameIndex(index) { if (this.form.bizBusDataDetailVOList[this.landNameIndex].vehicleInput != '' && this.form - .bizBusDataDetailVOList[this.landNameIndex].passengerCount != '') { + .bizBusDataDetailVOList[this.landNameIndex].passengerCount != '' && this.form + .bizBusDataDetailVOList[this.landNameIndex].operatingShifts != '') { this.landList[this.landNameIndex].isFinish = true; } else { this.landList[this.landNameIndex].isFinish = false; @@ -606,12 +609,14 @@ background-color: #fff; border-radius: 30rpx; .remark_item{ - color: #333; + // color: #333; .left{ - margin-top: 20rpx; + color: #333333; + line-height: 42rpx; font-size: 30rpx; + font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; } @@ -619,8 +624,8 @@ .right{ font-size: 28rpx; /deep/ .is-input-border{ - border: 1rpx solid #c1c1c1 !important; - border-radius: 30rpx !important; + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } } diff --git a/pages/portShipping/pilotStation/form.vue b/pages/portShipping/pilotStation/form.vue index 723afce..399c2cf 100644 --- a/pages/portShipping/pilotStation/form.vue +++ b/pages/portShipping/pilotStation/form.vue @@ -127,7 +127,9 @@

备注

- + @@ -402,21 +404,23 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr } from '../../../common/uti } .remark_item{ - color: #333; + // color: #333; .left{ + color: #333333; + line-height: 42rpx; font-size: 30rpx; + font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; - margin-top: 20rpx; margin-bottom: 30rpx; } .right{ font-size: 28rpx; /deep/ .is-input-border{ - border: 1rpx solid #c1c1c1 !important; - border-radius: 30rpx !important; + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } } diff --git a/pages/roadTransport/transportData/form.vue b/pages/roadTransport/transportData/form.vue index 317e31d..fc84bb7 100644 --- a/pages/roadTransport/transportData/form.vue +++ b/pages/roadTransport/transportData/form.vue @@ -302,7 +302,10 @@

备注

- + + @@ -461,6 +464,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. trafficSituationReport:'', //交通运行情况 dailyFatalities:"", //当日人员亡者数(人) emergencySituationReport:'', //应急情况报告 + passengerVolumeYesterdayRatio:'', + totalBusIncreaseYesterdayRatio:'', remarks:'', // 备注 }, lastyearDay:'', @@ -932,21 +937,23 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. } .remark_item{ - color: #333; + // color: #333; .left{ - font-weight: bold; - margin-top: 20rpx; + color: #333333; + line-height: 42rpx; font-size: 30rpx; + font-family: PingFang SC-Bold, PingFang SC; + font-weight: bold; margin-bottom: 30rpx; } .right{ font-size: 28rpx; /deep/ .is-input-border{ - border: 1rpx solid #c1c1c1 !important; - border-radius: 30rpx !important; + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } }