|
@@ -5,19 +5,19 @@
|
|
|
<view>
|
|
<view>
|
|
|
<view class="tags-class">
|
|
<view class="tags-class">
|
|
|
|
|
|
|
|
- <view style="width: 33%;text-align: right;">
|
|
|
|
|
- <dk-tag fontSize="14px" border="1rpx solid #95A8CB" height="45rpx" color="transparent" textColor="#002340" radius="10rpx" roundFlag="{{true}}" size="medium" value="{{'未收款'}}"></dk-tag>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view style="width: 33%;text-align: center;">
|
|
|
|
|
- <dk-tag fontSize="14px" border="1rpx solid #95A8CB" height="45rpx" color="transparent" textColor="#002340" radius="10rpx" roundFlag="{{true}}" size="medium" value="{{item.returnQty > 0? '有退货' : '无退货'}}"></dk-tag>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view style="width: 34%;text-align: left;">
|
|
|
|
|
- <dk-tag fontSize="14px" border="1rpx solid #95A8CB" height="45rpx" color="transparent" textColor="#002340" radius="10rpx" roundFlag="{{true}}" size="medium" value="{{item.outStatusName ? item.outStatusName : item.outStatus}}"></dk-tag>
|
|
|
|
|
- </view>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <view style="width: 33%;text-align: right;">
|
|
|
|
|
+ <dk-tag fontSize="14px" border="1rpx solid #95A8CB" height="45rpx" color="transparent" textColor="#002340" radius="10rpx" roundFlag="{{true}}" size="medium" value="{{'未收款'}}"></dk-tag>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view style="width: 33%;text-align: center;">
|
|
|
|
|
+ <dk-tag fontSize="14px" border="1rpx solid #95A8CB" height="45rpx" color="transparent" textColor="#002340" radius="10rpx" roundFlag="{{true}}" size="medium" value="{{item.returnQty > 0? '有退货' : '无退货'}}"></dk-tag>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view style="width: 34%;text-align: left;">
|
|
|
|
|
+ <dk-tag fontSize="14px" border="1rpx solid #95A8CB" height="45rpx" color="transparent" textColor="#002340" radius="10rpx" roundFlag="{{true}}" size="medium" value="{{item.outStatusName ? item.outStatusName : item.outStatus}}"></dk-tag>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
-
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="detail-top" data-item="{{item}}" bind:tap="toDetail">
|
|
<view class="detail-top" data-item="{{item}}" bind:tap="toDetail">
|
|
|
<image class="scan-image" fit="fill" src="{{imageUrl+'/detail_sale_order.png'}}"></image>
|
|
<image class="scan-image" fit="fill" src="{{imageUrl+'/detail_sale_order.png'}}"></image>
|
|
@@ -65,10 +65,11 @@
|
|
|
<view style="display: flex;padding:10rpx;">
|
|
<view style="display: flex;padding:10rpx;">
|
|
|
<view style="background-color:#F4F9FF;width:50%;padding:10rpx;border-radius: 16rpx;">
|
|
<view style="background-color:#F4F9FF;width:50%;padding:10rpx;border-radius: 16rpx;">
|
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">订单金额</view>
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">订单金额</view>
|
|
|
- <dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.sumAmount}}"></dk-cell></view>
|
|
|
|
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.sumAmount}}"></dk-cell>
|
|
|
|
|
+ </view>
|
|
|
<view style="background-color:#F4F9FF;width: 50%;padding:10rpx;border-radius: 16rpx;margin-left: 20rpx;">
|
|
<view style="background-color:#F4F9FF;width: 50%;padding:10rpx;border-radius: 16rpx;margin-left: 20rpx;">
|
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">实收金额</view>
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">实收金额</view>
|
|
|
- <dk-cell left="0rpx" center="center" fontSize="15" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.amtHandle}}"></dk-cell>
|
|
|
|
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="15" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.amtHandle}}"></dk-cell>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -76,10 +77,11 @@
|
|
|
<view style="display: flex;padding:10rpx;">
|
|
<view style="display: flex;padding:10rpx;">
|
|
|
<view style="background-color:#F4F9FF;width:50%;padding:10rpx;border-radius: 16rpx;">
|
|
<view style="background-color:#F4F9FF;width:50%;padding:10rpx;border-radius: 16rpx;">
|
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">退货金额</view>
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">退货金额</view>
|
|
|
- <dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#EA4444" spaceWidth="0" contentFontWeight="700" content="{{item.returnAmt}}"></dk-cell></view>
|
|
|
|
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#EA4444" spaceWidth="0" contentFontWeight="700" content="{{item.returnAmt}}"></dk-cell>
|
|
|
|
|
+ </view>
|
|
|
<view style="background-color:#F4F9FF;width: 50%;padding:10rpx;border-radius: 16rpx;margin-left: 20rpx;">
|
|
<view style="background-color:#F4F9FF;width: 50%;padding:10rpx;border-radius: 16rpx;margin-left: 20rpx;">
|
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">出库金额</view>
|
|
<view style="font-size:13px;text-align: center;margin-top: 10rpx;">出库金额</view>
|
|
|
- <dk-cell left="0rpx" center="center" fontSize="15" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.outAmt}}"></dk-cell>
|
|
|
|
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="15" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.outAmt}}"></dk-cell>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|