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;
}
}
}