|
|
@@ -34,11 +34,11 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="padding-left: 14rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #002340;">
|
|
|
- {{item.contactName ? item.contactName : ''}}
|
|
|
+ {{item.staffName ? item.staffName : ''}}
|
|
|
</view>
|
|
|
|
|
|
<view style="padding-left: 22rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #002340;">
|
|
|
- {{item.contactPhone ? "| "+item.contactPhone : ''}}
|
|
|
+ {{item.orgName ? "| "+item.orgName : ''}}
|
|
|
</view>
|
|
|
|
|
|
|
|
|
@@ -59,46 +59,40 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-<!-- 统计 -->
|
|
|
-<view>
|
|
|
- <view style="display: flex;text-align: center;justify-content: center;">
|
|
|
- <view class="statistics">
|
|
|
- <view>
|
|
|
- <view class="statistics-title"> {{$t['orderQty']}}</view>
|
|
|
- <view class="statistics-value">{{item.sumQuantity}}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="statistics" data-quantity="{{item.sumWarehousing ? item.sumWarehousing: 0}}" data-type="inventoryQty" data-item="{{item}}" bind:tap="toJumpPage">
|
|
|
- <view>
|
|
|
- <view class="statistics-title">{{$t['inventoryQty']}}</view>
|
|
|
- <view class="statistics-value">{{item.sumWarehousing ? item.sumWarehousing: 0}}</view>
|
|
|
- </view>
|
|
|
- <view wx:if="{{item.sumWarehousing}}" style="margin-left:4px;">
|
|
|
- <van-icon color="#bdb7b7" name="arrow" style="font-size: 16px;" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="statistics" data-quantity="{{item.returnQty ? item.returnQty: 0}}" data-type="returnQty" data-item="{{item}}" bind:tap="toJumpPage">
|
|
|
- <view>
|
|
|
- <view class="statistics-title">{{$t['returnQty']}}</view>
|
|
|
- <view class="statistics-value">{{item.returnQty ? item.returnQty : 0}}</view>
|
|
|
+
|
|
|
+
|
|
|
+<view class="dk-card-outer-class-1">
|
|
|
+ <!--对象-->
|
|
|
+ <view class="dk-card-class">
|
|
|
+ <view style="display: flex;padding:10rpx;">
|
|
|
+ <!-- 订单数量 -->
|
|
|
+ <view style="background-color:#F4F9FF;width:50%;padding:10rpx;border-radius: 16rpx;">
|
|
|
+ <view style="font-size:13px;text-align: center;margin-top: 10rpx;">{{$t['orderQty']}}</view>
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.sumQuantity}}"percentSignFlag="{{true}}"amount="{{false}}"></dk-cell>
|
|
|
</view>
|
|
|
- <view wx:if="{{item.returnQty}}" style="margin-left:4px;">
|
|
|
- <van-icon color="#bdb7b7" name="arrow" style="font-size: 16px;" />
|
|
|
+ <!-- 入库数量 -->
|
|
|
+ <view style="background-color:#F4F9FF;width: 50%;padding:10rpx;border-radius: 16rpx;margin-left: 20rpx;"data-quantity="{{item.sumWarehousing ? item.sumWarehousing: 0}}" data-type="inventoryQty" data-item="{{item}}" bind:tap="toJumpPage">
|
|
|
+ <view style="font-size:13px;text-align: center;margin-top: 10rpx;">{{$t['inventoryQty']}}</view>
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="15" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.sumWarehousing ? item.sumWarehousing: 0}}"percentSignFlag="{{true}}"amount="{{false}}"></dk-cell>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="statistics" data-quantity="{{item.inboundReturnQty ? item.inboundReturnQty: 0}}" data-type="returnAndOutbound" data-item="{{item}}" bind:tap="toJumpPage">
|
|
|
- <view>
|
|
|
- <view class="statistics-title">{{$t['returnAndOutbound']}}</view>
|
|
|
- <view class="statistics-value">{{item.inboundReturnQty ? item.inboundReturnQty : 0}}</view>
|
|
|
+
|
|
|
+
|
|
|
+ <view style="display: flex;padding:10rpx;">
|
|
|
+ <!-- 退货数量 -->
|
|
|
+ <view style="background-color:#F4F9FF;width:50%;padding:10rpx;border-radius: 16rpx;" data-quantity="{{item.returnQty ? item.returnQty: 0}}" data-type="returnQty" data-item="{{item}}" bind:tap="toJumpPage">
|
|
|
+ <view style="font-size:13px;text-align: center;margin-top: 10rpx;">{{$t['returnQty']}}</view>
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="13" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.returnQty ? item.returnQty : 0}}"percentSignFlag="{{true}}"amount="{{false}}"></dk-cell>
|
|
|
</view>
|
|
|
- <view wx:if="{{item.inboundReturnQty}}" style="margin-left:4px;">
|
|
|
- <van-icon color="#bdb7b7" name="arrow" style="font-size: 16px;" />
|
|
|
+ <!-- 退货数量 -->
|
|
|
+ <view style="background-color:#F4F9FF;width: 50%;padding:10rpx;border-radius: 16rpx;margin-left: 20rpx;"data-quantity="{{item.inboundReturnQty ? item.inboundReturnQty: 0}}" data-type="returnAndOutbound" data-item="{{item}}" bind:tap="toJumpPage">
|
|
|
+ <view style="font-size:13px;text-align: center;margin-top: 10rpx;">{{$t['returnAndOutbound']}}</view>
|
|
|
+ <dk-cell left="0rpx" center="center" fontSize="15" contentFontSize="18" contentColor="#1B365D" spaceWidth="0" contentFontWeight="700" content="{{item.inboundReturnQty ? item.inboundReturnQty : 0}}"percentSignFlag="{{true}}"amount="{{false}}"></dk-cell>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
<!-- 商品信息 和 其他信息 -->
|
|
|
<dk-form-bill id="{{formName}}" routeObjName="{{routeObjName}}" readonly="{{true}}" cardList="{{cardList}}" titleTagCol="shortName" titleCol="skuCode" descCol="skuModel" priceCol="pricePur"pupPriceCol="pricePurchase" quantityCol="itemQty" sumAmountCol="itemAmt" contentObj="{{contentObj}}" model:value="{{formData}}" popContent="{{popContent}}" bind:chooseData="chooseData" popType="sale" priceTitle="{{$t['wholesalePrice']}}:">
|
|
|
</dk-form-bill>
|