Commit d7f61d1c authored by youjie's avatar youjie

no message

parent 37b5c2db
...@@ -67,16 +67,6 @@ ...@@ -67,16 +67,6 @@
required> required>
</u-field> </u-field>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-AG -->
<u-field v-if="customer.isGuideOrLeader==1"
v-model="Mailbox"
label="邮箱地址"
placeholder="请填写邮箱地址"
padding="20rpx 28rpx"
:borderBottom="true"
required>
</u-field>
<!-- #endif -->
</view> </view>
<!-- #ifdef MP-AG --> <!-- #ifdef MP-AG -->
<view class="flight-card q-mt-md" v-if="sales.length>1"> <view class="flight-card q-mt-md" v-if="sales.length>1">
...@@ -529,21 +519,11 @@ ...@@ -529,21 +519,11 @@
// #ifdef MP-DI // #ifdef MP-DI
msg = '请输入邮箱地址' msg = '请输入邮箱地址'
// #endif // #endif
// #ifdef MP-AG
if(this.customer.isGuideOrLeader==1){
msg = '请输入邮箱地址'
}
// #endif
}else if (!email.test(this.Mailbox)) { }else if (!email.test(this.Mailbox)) {
// #ifdef MP-DI // #ifdef MP-DI
msg = '请输入正确的邮箱地址' msg = '请输入正确的邮箱地址'
// #endif // #endif
// #ifdef MP-AG
if(this.customer.isGuideOrLeader==1){
msg = '请输入正确的邮箱地址'
}
// #endif
} else if(this.createBy.CreateBy==0){ } else if(this.createBy.CreateBy==0){
// #ifdef MP-AG // #ifdef MP-AG
msg = '请选择与你对接的服务人员' msg = '请选择与你对接的服务人员'
......
...@@ -350,16 +350,6 @@ ...@@ -350,16 +350,6 @@
</view> </view>
</view> </view>
<!-- #endif --> <!-- #endif -->
<!-- #ifdef MP-AG -->
<view class="column jz_form" v-if="customer.isGuideOrLeader==1">
<view class="form-items">
<view class="label">邮箱地址</view>
<view class="val">
<input type="text" v-model="customer.Mailbox" placeholder="输入邮箱地址" />
</view>
</view>
</view>
<!-- #endif -->
<view> <view>
<textarea class="jz_TextArea" placeholder="请输入备注信息" v-model="Remarks"></textarea> <textarea class="jz_TextArea" placeholder="请输入备注信息" v-model="Remarks"></textarea>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment