|
|
@@ -1,7 +1,7 @@
|
|
|
<Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填信息' switch='{{showAll}}' bind:callBack='onChange' />
|
|
|
<Yl_field id='Form' form='{{form}}' showAll='{{!showAll}}' bind:onConfirm='onConfirm'>
|
|
|
<view slot='info'>
|
|
|
- <information id="Info" catchtap='queryClient' catch:callback='introduce' />
|
|
|
+ <information id="Info" bind:queryClient='queryClient' catch:callback='introduce' />
|
|
|
</view>
|
|
|
</Yl_field>
|
|
|
<view style="height: 100rpx;" />
|
|
|
@@ -17,9 +17,17 @@
|
|
|
查重
|
|
|
<van-icon custom-class='icon' size='40rpx' name="cross" bindtap="repClose" />
|
|
|
</view>
|
|
|
- <navigator url="#" class="enterprise" wx:for="{{repetitionList}}" wx:key="sys_enterpriseid">
|
|
|
- <view class="enterprise_title">{{item.enterprisename}}</view>
|
|
|
- <view class="exp">税号:{{item.taxno}}</view>
|
|
|
- <view class="exp">地址:{{item.address}}</view>
|
|
|
+ <navigator url="#" class="enterprise" wx:for="{{repetitionList}}" wx:key="sys_enterpriseid" data-item="{{item}}" bindtap="toRepDetail">
|
|
|
+ <view class="enterprise_title">{{item.enterprisename||" --"}}</view>
|
|
|
+ <view class="tag-box">
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tag_sys}}" wx:key="index" wx:for-item='tag' color='#3874f6' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tag}}" wx:key="index" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ </view>
|
|
|
+ <view class="exp">客户地址:{{item.address||" --"}}</view>
|
|
|
+ <view class="exp">企业税号:{{item.taxno||" --"}}</view>
|
|
|
+ <view class="exp">客户类型:{{item.type||" --"}}</view>
|
|
|
+ <view class="exp">负责人:{{item.leader[0].name||" --"}}</view>
|
|
|
+ <view class="exp">成交状态:{{item.tradingstatus||" --"}}</view>
|
|
|
+ <view class="exp">最近跟进时间:{{item.followdate||" --"}}</view>
|
|
|
</navigator>
|
|
|
</van-popup>
|