|
|
@@ -17,21 +17,22 @@
|
|
|
<view class="row" style="margin-bottom: 10rpx;">状态:<text style="color:{{backColor.getColor(detail.status)}};">{{detail.status}}</text></view>
|
|
|
<Yl-group id='Group' ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' />
|
|
|
</view>
|
|
|
+ <view style="height: 20rpx;" />
|
|
|
+ <Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
|
|
|
+ <Trace slot='跟进动态' id='Trace' ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' />
|
|
|
+ <OrderForm slot='订单' id='OrderForm' disabled="{{(detail.status=='进行中' || detail.status=='未开始')&&isLeader}}" />
|
|
|
+ <Project slot='项目' id='Project' disabled="{{(detail.status=='进行中' || detail.status=='未开始')&&isLeader}}" />
|
|
|
+ <Client slot='客户' id='Client' disabled="{{(detail.status=='进行中' || detail.status=='未开始')&&isLeader}}" />
|
|
|
+ <Record slot='操作记录' id="Record" ownertable='sa_salesforecastbill' disabled="{{(detail.status=='进行中'|| detail.status=='未开始') && isLeader}}" ownerid='{{sa_salesforecastbillid}}' />
|
|
|
+ <Files slot='附件' id="Files" ownertable='sa_salesforecastbill' disabled="{{(detail.status=='进行中'|| detail.status=='未开始') && isLeader}}" ownerid='{{sa_salesforecastbillid}}' />
|
|
|
+ <Work slot='任务' id='Work' ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' disabled="{{(detail.status=='进行中'|| detail.status=='未开始') && isLeader}}" />
|
|
|
+ <view style="height: 140rpx;" />
|
|
|
+ </Yl_FunTabs>
|
|
|
+ <wxs src="../finishforecast/modules/getColor.wxs" module="backColor" />
|
|
|
</view>
|
|
|
-<view style="height: 20rpx;" />
|
|
|
-<Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
|
|
|
- <Trace slot='跟进动态' id='Trace' ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' />
|
|
|
- <OrderForm slot='订单' id='OrderForm' disabled="{{(detail.status=='进行中' || detail.status=='未开始')&&isLeader}}" />
|
|
|
- <Project slot='项目' id='Project' disabled="{{(detail.status=='进行中' || detail.status=='未开始')&&isLeader}}" />
|
|
|
- <Client slot='客户' id='Client' disabled="{{(detail.status=='进行中' || detail.status=='未开始')&&isLeader}}" />
|
|
|
- <Record slot='操作记录' id="Record" ownertable='sa_salesforecastbill' disabled="{{(detail.status=='进行中'|| detail.status=='未开始') && isLeader}}" ownerid='{{sa_salesforecastbillid}}' />
|
|
|
- <Files slot='附件' id="Files" ownertable='sa_salesforecastbill' disabled="{{(detail.status=='进行中'|| detail.status=='未开始') && isLeader}}" ownerid='{{sa_salesforecastbillid}}' />
|
|
|
- <Work slot='任务' id='Work' ownertable='sa_salesforecastbill' ownerid='{{sa_salesforecastbillid}}' disabled="{{(detail.status=='进行中'|| detail.status=='未开始') && isLeader}}" />
|
|
|
- <view style="height: 140rpx;" />
|
|
|
-</Yl_FunTabs>
|
|
|
-<wxs src="../finishforecast/modules/getColor.wxs" module="backColor" />
|
|
|
|
|
|
<view hidden="{{pageIndex!=1}}">
|
|
|
+ <Yl_Headline title='预测单列表' type='switch' switchLabel='只看部门' switch='{{isonlydep}}' bind:callBack='switchOnChange' />
|
|
|
<view class="head1">
|
|
|
<view class="price">
|
|
|
预测人数:<text style="color: #FF3B30;">{{rests.allhr}}</text>
|
|
|
@@ -42,6 +43,8 @@
|
|
|
<van-icon style="margin-left: 6rpx;" name="arrow-down" />
|
|
|
</navigator>
|
|
|
</view>
|
|
|
+
|
|
|
+ <!-- isonlydep -->
|
|
|
<view class="rep">
|
|
|
<view>
|
|
|
出货预测金额:<text>{{rests.allorderoutamount}}</text>
|