| 123456789101112131415161718192021222324252627282930313233 |
- <view class="header">
- <view class="title">{{detail.projectname}}</view>
- <Yl-tags id="Tags" add ownertable='sa_project' ownerid='{{detail.sa_projectid}}' />
- </view>
- <!-- 简介 -->
- <Yl_Detail list="{{briefs}}">
- <view slot='bottom'>
- <Yl-group id='Group' add ownertable='sa_project' ownerid='{{detail.sa_projectid}}' />
- <TaskTabs id='TaskTabs' disabled='{{isAdmin||isLeader}}' sa_projectid='{{detail.sa_projectid}}' sa_projstagetempid='{{detail.sa_projstagetempid}}' bindchangeCallBack="taskTabsChange" />
- </view>
- </Yl_Detail>
- <view style="height: 20rpx;" />
- <Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
- <Preview slot='详细信息' list1='{{list1}}' list2='{{list2}}' />
- <Trace slot='跟进动态' id='Trace' ownertable='sa_project' ownerid='{{detail.sa_projectid}}' />
- <Task slot='项目评估' id='Task' disabled="{{per.query(options,'assess')||isAdmin||isLeader}}" />
- <Treaty slot='关联客户' disabled="{{per.query(options,'client')||isAdmin||isLeader}}" id='Treaty' />
- <Product slot='产品配置单' disabled="{{per.query(options,'product')||isAdmin||isLeader}}" id='Product' />
- <Contacts slot='联系人' disabled="{{per.query(options,'contacts')||isAdmin||isLeader}}" id='Contacts' />
- <Opponent slot='竞争对手' id='Opponent' disabled="{{per.query(options,'opposites')||isAdmin||isLeader}}" />
- <Offers slot='报价单' disabled="{{per.query(options,'offer')||isAdmin||isLeader}}" id='Offers' />
- <Record slot='操作记录' id="Record" ownertable='sa_project' ownerid='{{detail.sa_projectid}}' />
- <Files slot='附件' id="Files" ownertable='sa_project' ownerid='{{detail.sa_projectid}}' />
- <view style="height: 140rpx;" />
- </Yl_FunTabs>
- <!-- 底部 -->
- <Yl_Tabbar list='{{tabbarList}}' bind:callback="tabbarOnClick" />
- <wxs src='../../utils/wxmlQueryPer.wxs' module="per" />
|