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

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; border-radius: 30rpx;
.remark_item{ .remark_item{
// color: #333; // color: #333;
margin-top: 30rpx;
margin-bottom: 30rpx;
.left{ .left{

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

@ -47,7 +47,10 @@
<view class="remark_item"> <view class="remark_item">
<p class="left">交通运输情况</p> <p class="left">交通运输情况</p>
<view class="right"> <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> </view>
<view class="edit_item input"> <view class="edit_item input">
@ -288,19 +291,25 @@
} }
.remark_item{ .remark_item{
color: #666; // color: #333;
font-size: 26rpx; margin-top: 30rpx;
// font-weight: bold; margin-bottom: 30rpx;
.left{ .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; margin-bottom: 30rpx;
} }
.right{ .right{
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;
} }
} }
} }

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

Loading…
Cancel
Save