修改页面备注样式,完善公交逻辑

main
jinna 2 years ago
parent a2f83f4cab
commit 73678adec3
  1. 17
      pages/bus/busDataInfo/form.vue
  2. 14
      pages/portShipping/pilotStation/form.vue
  3. 19
      pages/roadTransport/transportData/form.vue

@ -175,7 +175,9 @@
<p class="left">备注</p> <p class="left">备注</p>
<view class="right"> <view class="right">
<!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> --> <!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> -->
<uni-easyinput type="textarea" maxlength="200" autoHeight v-model="form.bizBusDataDetailVOList[landNameIndex].remarks" placeholder="请备注信息"></uni-easyinput> <uni-easyinput v-model="form.bizBusDataDetailVOList[landNameIndex].remarks"
placeholderStyle="color: #D4D4D4;font-size:28rpx;" placeholder="请输入备注信息" type="textarea" maxlength="200"
autoHeight></uni-easyinput>
</view> </view>
</view> </view>
<!-- <view class="line"></view> --> <!-- <view class="line"></view> -->
@ -259,7 +261,8 @@
// //
changeLandNameIndex(index) { changeLandNameIndex(index) {
if (this.form.bizBusDataDetailVOList[this.landNameIndex].vehicleInput != '' && this.form 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; this.landList[this.landNameIndex].isFinish = true;
} else { } else {
this.landList[this.landNameIndex].isFinish = false; this.landList[this.landNameIndex].isFinish = false;
@ -606,12 +609,14 @@
background-color: #fff; background-color: #fff;
border-radius: 30rpx; border-radius: 30rpx;
.remark_item{ .remark_item{
color: #333; // color: #333;
.left{ .left{
margin-top: 20rpx; color: #333333;
line-height: 42rpx;
font-size: 30rpx; font-size: 30rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold; font-weight: bold;
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
@ -619,8 +624,8 @@
.right{ .right{
font-size: 28rpx; font-size: 28rpx;
/deep/ .is-input-border{ /deep/ .is-input-border{
border: 1rpx solid #c1c1c1 !important; border-radius: 20rpx !important;
border-radius: 30rpx !important; border: 1px solid #c1c1c1 !important;
} }
} }
} }

@ -127,7 +127,9 @@
<p class="left">备注</p> <p class="left">备注</p>
<view class="right"> <view class="right">
<!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> --> <!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> -->
<uni-easyinput type="textarea" maxlength="200" autoHeight v-model="form.remarks" placeholder="请备注信息"></uni-easyinput> <uni-easyinput v-model="form.remarks"
placeholderStyle="color: #D4D4D4;font-size:28rpx;" placeholder="请输入备注信息" type="textarea" maxlength="200"
autoHeight></uni-easyinput>
</view> </view>
</view> </view>
</view> </view>
@ -402,21 +404,23 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr } from '../../../common/uti
} }
.remark_item{ .remark_item{
color: #333; // color: #333;
.left{ .left{
color: #333333;
line-height: 42rpx;
font-size: 30rpx; font-size: 30rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold; font-weight: bold;
margin-top: 20rpx;
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
.right{ .right{
font-size: 28rpx; font-size: 28rpx;
/deep/ .is-input-border{ /deep/ .is-input-border{
border: 1rpx solid #c1c1c1 !important; border-radius: 20rpx !important;
border-radius: 30rpx !important; border: 1px solid #c1c1c1 !important;
} }
} }
} }

@ -302,7 +302,10 @@
<p class="left">备注</p> <p class="left">备注</p>
<view class="right"> <view class="right">
<!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> --> <!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> -->
<uni-easyinput type="textarea" maxlength="200" autoHeight v-model="roadData.remarks" placeholder="请备注信息"></uni-easyinput> <uni-easyinput v-model="roadData.remarks"
placeholderStyle="color: #D4D4D4;font-size:28rpx;" placeholder="请输入备注信息" type="textarea" maxlength="200"
autoHeight></uni-easyinput>
</view> </view>
</view> </view>
</view> </view>
@ -461,6 +464,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
trafficSituationReport:'', // trafficSituationReport:'', //
dailyFatalities:"", //() dailyFatalities:"", //()
emergencySituationReport:'', // emergencySituationReport:'', //
passengerVolumeYesterdayRatio:'',
totalBusIncreaseYesterdayRatio:'',
remarks:'', // remarks:'', //
}, },
lastyearDay:'', lastyearDay:'',
@ -932,21 +937,23 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
} }
.remark_item{ .remark_item{
color: #333; // color: #333;
.left{ .left{
font-weight: bold; color: #333333;
margin-top: 20rpx; line-height: 42rpx;
font-size: 30rpx; font-size: 30rpx;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
.right{ .right{
font-size: 28rpx; font-size: 28rpx;
/deep/ .is-input-border{ /deep/ .is-input-border{
border: 1rpx solid #c1c1c1 !important; border-radius: 20rpx !important;
border-radius: 30rpx !important; border: 1px solid #c1c1c1 !important;
} }
} }
} }

Loading…
Cancel
Save