|
|
@@ -7,11 +7,10 @@
|
|
|
<Yl-group slot='bottom' id='Group' add ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' add="{{detail.status!='已提报'}}" />
|
|
|
</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_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' />
|
|
|
- <Project slot='项目产品清单' id='Project' bindrefresh='getDetail' disabled="{{detail.status!='已提报'}}" />
|
|
|
+ <Project slot='项目产品清单' id='Project' bindrefresh='getDetail' disabled="{{detail.status!='已提报' && admin && isLeader}}" />
|
|
|
<Record slot='操作记录' id="Record" ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' />
|
|
|
<Files slot='附件' id="Files" ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' />
|
|
|
<view style="height: 140rpx;" />
|