修改页面样式及人员赋值问题

main
jinna 2 years ago
parent 73678adec3
commit 4d6dd7f741
  1. 2
      pages/bus/busDataInfo/form.vue
  2. 4
      pages/portShipping/pilotStation/form.vue
  3. 23
      pages/roadTransport/dataSubmission/form.vue
  4. 7
      pages/roadTransport/transportData/form.vue

@ -610,6 +610,8 @@
border-radius: 30rpx;
.remark_item{
// color: #333;
margin-top: 30rpx;
margin-bottom: 30rpx;
.left{

@ -405,6 +405,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr } from '../../../common/uti
.remark_item{
// color: #333;
margin-top: 30rpx;
margin-bottom: 30rpx;
.left{
@ -485,7 +487,7 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr } from '../../../common/uti
background-color: #F6F6F6;
border: 1px solid #F6F6F6;
border-radius: 30rpx;
margin-top: 15rpx;
margin-top: 30rpx;
&.danger {
background-color: #FEF6F3;

@ -47,7 +47,10 @@
<view class="remark_item">
<p class="left">交通运输情况</p>
<view class="right">
<uni-easyinput maxlength="200" type="textarea" autoHeight v-model="synthData.trafficOperationDescription" placeholder="请填写交通运输情况"></uni-easyinput>
<!-- <uni-easyinput maxlength="200" type="textarea" autoHeight v-model="synthData.trafficOperationDescription" placeholder="请填写交通运输情况"></uni-easyinput> -->
<uni-easyinput v-model="synthData.trafficOperationDescription"
placeholderStyle="color: #D4D4D4;font-size:28rpx;" placeholder="请输入交通运输情况" type="textarea" maxlength="200"
autoHeight></uni-easyinput>
</view>
</view>
<view class="edit_item input">
@ -288,19 +291,25 @@
}
.remark_item{
color: #666;
font-size: 26rpx;
// font-weight: bold;
// color: #333;
margin-top: 30rpx;
margin-bottom: 30rpx;
.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;
}
.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;
}
}
}

@ -655,7 +655,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
if(this.pageType == 'edit'){
console.log('deptNameList ===>',this.peopleList)
let tmp = this.peopleList.find(item => item.id == this.roadData.responsiblePersonId)
this.peopleIndex = this.peopleList.findIndex(item => item.id == this.roadData.responsiblePersonId)
this.peopleIndex = this.peopleList.findIndex(item => item.id == this.roadData.responsiblePersonId) <= -1 ? '' : this.peopleList.findIndex(item => item.id == this.roadData.responsiblePersonId)
console.log('peopleIndex ===>',this.peopleIndex)
this.peopleName = tmp ? tmp.people : '' + this.roadData.contactNumber
}
@ -938,6 +939,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
.remark_item{
// color: #333;
margin-top: 30rpx;
margin-bottom: 30rpx;
.left{
@ -1036,7 +1039,7 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
margin: 0 auto;
background-color: #F6F6F6;
border-radius: 30rpx;
margin-top: 15rpx;
margin-top: 30rpx;
.content{

Loading…
Cancel
Save