将区域包含在picker区域里就好了:picker本身就是一个区域。
<picker class='' bindchange="bindStartDateChange" mode="date">
<view class="flex flex-sub">
<view class="flex-sub padding-xs cuIcon-calendar text-blue father">
</view>
<view class="flex-twice">
<view class="grid col-1">开始时间</view>
<view class="grid col-1">
<input class='' name='evaluate' disabled="true" value="{{startdate}}"></input>
</view>
</view>
</view>
</picker>