detail.wxml 1.8 KB

12345678910111213141516171819202122232425262728
  1. <view class="header">
  2. <view class="title">{{detail.enterprisename_customer}}</view>
  3. <Yl-tags id="Tags" add ownertable='sat_orderclue' ownerid='{{detail.sat_orderclueid}}' />
  4. </view>
  5. <!-- 简介 -->
  6. <Yl_Detail list="{{briefs}}">
  7. <Yl-group wx:if="{{detail.allocationstatus == '已分配'}}" slot='bottom' id='Group' add ownertable='sat_orderclue' ownerid='{{sat_orderclueid}}' />
  8. </Yl_Detail>
  9. <view style="height: 20rpx;" />
  10. <Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
  11. <Preview slot='详细信息' list1='{{list1}}' list2='{{list2}}' />
  12. <Follow slot='跟进记录' id='follow' />
  13. <Clue slot='来源线索' id='Clue' />
  14. <Files slot="附件" id="Files" ownertable="sat_orderclue" ownerid="{{detail.sat_orderclueid}}" />
  15. <Trace slot='跟进动态' id='Trace' ownertable='sat_orderclue' ownerid='{{detail.sat_orderclueid}}' />
  16. <Work slot='任务' id='Work' ownertable='sat_orderclue' ownerid='{{detail.sat_orderclueid}}' disabled="{{isAdmin||isLeader}}" />
  17. <Record slot='操作' id="Record" ownertable='sat_orderclue' ownerid='{{detail.sat_orderclueid}}' />
  18. </Yl_FunTabs>
  19. <!-- 底部 -->
  20. <Yl_Tabbar wx:if="{{tabbarList.length}}" list='{{tabbarList}}' bind:callback="tabbarOnClick" />
  21. <!-- 转站点 -->
  22. <ShiftSite id='ShiftSite' sat_orderclueid='{{sat_orderclueid}}' wx:if="{{siteShow}}" />
  23. <van-dialog confirmButtonText="{{language['确定']||'确定'}}" cancelButtonText="{{language['取消']||'取消'}}" use-slot title="作废情况说明" show="{{ deletereasonShow }}" show-cancel-button confirm-button-color='#3874F6' bind:confirm='deleteItem' bind:cancel='onCancel'>
  24. <textarea placeholder="{{language['情况说明']||'情况说明'}}" value="{{deletereason}}" data-name="deletereason" bindinput="areaInput" class="textarea" />
  25. </van-dialog>