1 |
- <view class="addPredetermine _div"><view class="detailUl _ul"><view class="detailLi _li"><label class="liName _span"><label style="color:red;margin-right:5rpx;" class="_span">*</label>项目/企业名称</label><label class="liInfo _span">{{companyName}}</label></view><view class="detailLi2 _li"><label class="liName _span" style="margin-bottom:24rpx;">项目/企业简介</label><van-field class="myField" vue-id="57d7d121-1" value="{{form.projectInfo}}" autosize="{{true}}" type="textarea" placeholder="请输入文字进行报事报修描述" maxlength="800" show-word-limit="{{true}}" data-event-opts="{{[['^change',[['changeProjectInfo']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-field></view><view class="detailLi2 _li"><label class="liName _span" style="margin-bottom:24rpx;"><label style="color:red;margin-right:5rpx;" class="_span">*</label>企业需求</label><van-field class="myField" vue-id="57d7d121-2" value="{{form.companyNeed}}" autosize="{{true}}" type="textarea" placeholder="请输入文字进行报事报修描述" maxlength="800" show-word-limit="{{true}}" data-event-opts="{{[['^change',[['changeCompanyNeed']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l"></van-field></view><view class="detailLi _li"><label class="liName _span"><label style="color:red;margin-right:5rpx;" class="_span">*</label>项目/企业联系人</label><input class="liInfo" placeholder="请输入" data-event-opts="{{[['input',[['__set_model',['$0','projectManager','$event',[]],['form']]]]]}}" value="{{form.projectManager}}" bindinput="__e"/></view><view class="detailLi _li" style="border-bottom:none;"><label class="liName _span"><label style="color:red;margin-right:5rpx;" class="_span">*</label>联系电话</label><input class="liInfo" placeholder="请输入" data-event-opts="{{[['input',[['__set_model',['$0','managerPhone','$event',[]],['form']]]]]}}" value="{{form.managerPhone}}" bindinput="__e"/></view></view><view class="whiteBoard _div"><view class="boardTitle _div">关于房源</view><view class="boardInfo _div"><view class="boardItem _div">{{roomInfo.groupName}}</view><view class="boardItem _div">{{roomInfo.floorDiscName}}</view><view class="boardItem _div">{{roomInfo.buildName}}</view><view class="boardItem _div">{{roomInfo.roomNo}}</view></view></view><button data-event-opts="{{[['tap',[['submit']]]]}}" class="toYy" bindtap="__e">提交预定</button></view>
|