|
|
@@ -6,7 +6,7 @@ |
|
|
|
<view class="title"> |
|
|
|
<view class="titletext">客户姓名</view> |
|
|
|
<view class="titletext2"> |
|
|
|
<input class="titletext-input" v-model="parames.name" placeholder-class="titletext-input" type="text" placeholder="请输入客户姓名(必填)" /> |
|
|
|
<input class="titletext-input" style="color: #333333;" v-model="parames.name" placeholder-class="titletext-input" type="text" placeholder="请输入客户姓名(必填)" /> |
|
|
|
</view> |
|
|
|
<view class="titleimg"> |
|
|
|
<!-- <image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> --> |
|
|
@@ -23,7 +23,7 @@ |
|
|
|
<view class="title"> |
|
|
|
<view class="titletext">联系电话</view> |
|
|
|
<view class="titletext2"> |
|
|
|
<input class="titletext-input" v-model="parames.phone" placeholder-class="titletext-input" type="text" placeholder="请输入联系电话" /> |
|
|
|
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" placeholder-class="titletext-input" type="text" placeholder="请输入联系电话" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -40,7 +40,9 @@ |
|
|
|
<view class="title" style="border: none;" @click="Buildingselection()"> |
|
|
|
<view class="titletext">客户来源</view> |
|
|
|
<view class="titletext2" style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 90rpx;padding-left: 10rpx;"> |
|
|
|
{{parames.sourceName||'请选择客户来源'}} |
|
|
|
<!-- {{parames.sourceName||'请选择客户来源'}} --> |
|
|
|
<text v-if="parames.sourceName" style="color: #333333;">{{parames.sourceName}}</text> |
|
|
|
<text v-else>请选择客户来源</text> |
|
|
|
</view> |
|
|
|
<view class="titleimg"> |
|
|
|
<image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> |
|
|
@@ -53,7 +55,9 @@ |
|
|
|
<view class="title" style="border: none;"> |
|
|
|
<view class="titletext">接待顾问</view> |
|
|
|
<view class="titletext2" style="font-size: 30rpx;font-weight: 400;color: #B2B2B2;line-height: 90rpx;padding-left: 10rpx;"> |
|
|
|
{{text || '请选择接待顾问'}} |
|
|
|
<!-- {{text || '请选择接待顾问'}} --> |
|
|
|
<text v-if="text" style="color: #333333;">{{text}}</text> |
|
|
|
<text v-else>请选择接待顾问</text> |
|
|
|
</view> |
|
|
|
<view class="titleimg"> |
|
|
|
<image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> |
|
|
@@ -322,12 +326,13 @@ |
|
|
|
height: 92rpx; |
|
|
|
border-bottom: 1rpx solid #E0E0E0; |
|
|
|
font-size: 32rpx; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: bold; |
|
|
|
color: #333333; |
|
|
|
text-indent: 30rpx; |
|
|
|
line-height: 92rpx; |
|
|
|
background: #FFFFFF; |
|
|
|
margin-top: 20rpx; |
|
|
|
padding-left: 10rpx; |
|
|
|
} |
|
|
|
.chented{ |
|
|
|
width: 100%; |
|
|
|