|
@@ -6,6 +6,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</van-dropdown-menu>
|
|
</van-dropdown-menu>
|
|
|
<view class="head" />
|
|
<view class="head" />
|
|
|
|
|
+
|
|
|
<view hidden="{{dropdownItem!=0}}">
|
|
<view hidden="{{dropdownItem!=0}}">
|
|
|
<Yl_ListBox pullDown='{{false}}' id='ListBox'>
|
|
<Yl_ListBox pullDown='{{false}}' id='ListBox'>
|
|
|
<view class="box">
|
|
<view class="box">
|
|
@@ -55,16 +56,16 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="spectaculars">
|
|
<view class="spectaculars">
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
- <view class="label">销售金额</view>
|
|
|
|
|
- <view class="value">{{xssj[xssj.tab.active].xsje.show}}</view>
|
|
|
|
|
|
|
+ <view class="label">回款金额</view>
|
|
|
|
|
+ <view class="value">{{xssj[xssj.tab.active].skje.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
<view class="label">出货金额</view>
|
|
<view class="label">出货金额</view>
|
|
|
<view class="value">{{xssj[xssj.tab.active].chje.show}}</view>
|
|
<view class="value">{{xssj[xssj.tab.active].chje.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
- <view class="label">收款金额</view>
|
|
|
|
|
- <view class="value">{{xssj[xssj.tab.active].skje.show}}</view>
|
|
|
|
|
|
|
+ <view class="label">订单金额</view>
|
|
|
|
|
+ <view class="value">{{xssj[xssj.tab.active].xsje.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
<view class="label">开票金额</view>
|
|
<view class="label">开票金额</view>
|
|
@@ -81,7 +82,6 @@
|
|
|
<view class="item {{yjsj.tab.active==item.id?'active':''}}" wx:for="{{yjsj.tab.list}}" wx:key="id" data-name="yjsj" data-id="{{item.id}}" catchtap='changeId'>{{item.name}}</view>
|
|
<view class="item {{yjsj.tab.active==item.id?'active':''}}" wx:for="{{yjsj.tab.list}}" wx:key="id" data-name="yjsj" data-id="{{item.id}}" catchtap='changeId'>{{item.name}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view class="performance">
|
|
<view class="performance">
|
|
|
<view class="title">订单 <text style="color: {{yjsj[yjsj.tab.active].unamountcolor}};">{{yjsj[yjsj.tab.active].unamount.value}}</text></view>
|
|
<view class="title">订单 <text style="color: {{yjsj[yjsj.tab.active].unamountcolor}};">{{yjsj[yjsj.tab.active].unamount.value}}</text></view>
|
|
|
<view class="row">
|
|
<view class="row">
|
|
@@ -97,9 +97,12 @@
|
|
|
<view class="title">目标金额</view>
|
|
<view class="title">目标金额</view>
|
|
|
<view class="value">{{yjsj[yjsj.tab.active].target_l.show}}</view>
|
|
<view class="value">{{yjsj[yjsj.tab.active].target_l.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="item">
|
|
|
|
|
+ <view class="title">差额</view>
|
|
|
|
|
+ <view class="value" style="color: {{yjsj[yjsj.tab.active].unamountcolor}};">{{yjsj[yjsj.tab.active].unamount}}万</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view class="performance">
|
|
<view class="performance">
|
|
|
<view class="title">出货 <text style="color: {{yjsj[yjsj.tab.active].unoutamountcolor}};">{{yjsj[yjsj.tab.active].unoutamount.value}}</text></view>
|
|
<view class="title">出货 <text style="color: {{yjsj[yjsj.tab.active].unoutamountcolor}};">{{yjsj[yjsj.tab.active].unoutamount.value}}</text></view>
|
|
|
<view class="row">
|
|
<view class="row">
|
|
@@ -115,27 +118,37 @@
|
|
|
<view class="title">目标金额</view>
|
|
<view class="title">目标金额</view>
|
|
|
<view class="value">{{yjsj[yjsj.tab.active].target_l.show}}</view>
|
|
<view class="value">{{yjsj[yjsj.tab.active].target_l.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="item">
|
|
|
|
|
+ <view class="title">差额</view>
|
|
|
|
|
+ <view class="value" style="color: {{yjsj[yjsj.tab.active].unoutamountcolor}};">{{yjsj[yjsj.tab.active].unoutamount}}万</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view class="performance">
|
|
<view class="performance">
|
|
|
<view class="title">开票 <text style="color: {{yjsj[yjsj.tab.active].uninvoiceamountcolor}};">{{yjsj[yjsj.tab.active].uninvoiceamount.value}}</text></view>
|
|
<view class="title">开票 <text style="color: {{yjsj[yjsj.tab.active].uninvoiceamountcolor}};">{{yjsj[yjsj.tab.active].uninvoiceamount.value}}</text></view>
|
|
|
<view class="row">
|
|
<view class="row">
|
|
|
|
|
+
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
<view class="title">目标达成</view>
|
|
<view class="title">目标达成</view>
|
|
|
<view class="value">{{yjsj[yjsj.tab.active].wcinvoiceamount}}</view>
|
|
<view class="value">{{yjsj[yjsj.tab.active].wcinvoiceamount}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
<view class="title">实际金额</view>
|
|
<view class="title">实际金额</view>
|
|
|
<view class="value">{{yjsj[yjsj.tab.active].invoiceamount.show}}</view>
|
|
<view class="value">{{yjsj[yjsj.tab.active].invoiceamount.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
<view class="title">目标金额</view>
|
|
<view class="title">目标金额</view>
|
|
|
<view class="value">{{yjsj[yjsj.tab.active].target_l.show}}</view>
|
|
<view class="value">{{yjsj[yjsj.tab.active].target_l.show}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
|
|
+ <view class="item">
|
|
|
|
|
+ <view class="title">差额</view>
|
|
|
|
|
+ <view class="value" style="color: {{yjsj[yjsj.tab.active].uninvoiceamountcolor}};">{{yjsj[yjsj.tab.active].uninvoiceamount}}万</view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</Yl_ListBox>
|
|
</Yl_ListBox>
|
|
|
</view>
|
|
</view>
|