|
@@ -4,16 +4,14 @@
|
|
|
<van-tab title="待跟进" />
|
|
|
<van-tab title="跟进中" />
|
|
|
<van-tab title="已成交" />
|
|
|
- <!-- <van-tab title="已过期" /> -->
|
|
|
- <!-- <van-tab title="丢单" /> -->
|
|
|
<van-tab title="已无效" />
|
|
|
</van-tabs>
|
|
|
|
|
|
<!-- 浮动按钮 -->
|
|
|
-<Yl_FloatingButton wx:if="{{per.query(auth,'新增')}}" radius='32' bindtap="openSheet" />
|
|
|
+<Yl_FloatingButton wx:if="{{isInsert}}" radius='32' bindtap="openSheet" />
|
|
|
|
|
|
<My_listBox id='ListBox' bindgetlist="getList" height='{{scrollHeight}}'>
|
|
|
- <List list='{{list}}' tagColor='{{tagColor}}' auth="{{auth}}" />
|
|
|
+ <List list='{{list}}' tagColor='{{tagColor}}' />
|
|
|
<My_empty wx:if="{{list.length==0}}" />
|
|
|
<view style="height: 50px;" />
|
|
|
</My_listBox>
|
|
@@ -21,6 +19,4 @@
|
|
|
<!-- 抽屉 -->
|
|
|
<Popup sheetTitle='{{sheetTitle}}'>
|
|
|
<Insert wx:if="{{initInsert}}" type="{{sheetTitle}}" bind:endInsert='endInsert' />
|
|
|
-</Popup>
|
|
|
-
|
|
|
-<wxs src='../../utils/wxmlQueryPer.wxs' module="per" />
|
|
|
+</Popup>
|