uu
This commit is contained in:
parent
d9066ec9b4
commit
cd4cf52d29
@ -3,7 +3,7 @@
|
||||
"appid" : "__UNI__BCB0FB5",
|
||||
"description" : "探路国际速运",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : "1053",
|
||||
"versionCode" : "1054",
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
||||
@ -50,33 +50,33 @@
|
||||
<u-row custom-style="margin: 20rpx 0 0 0;">
|
||||
<u-col span="4" :custom-style="`border-right: 2rpx solid #E8E8E8;`">
|
||||
<view class="text-center">
|
||||
<span class="clr-prm font-28">{{item.kdTotalNum}}</span>
|
||||
<span class="clr-prm font-weight font-28">{{item.kdTotalNum}}</span>
|
||||
<span class="clr-sub pl-10">票</span>
|
||||
</view>
|
||||
<view class="mt-10 text-center">
|
||||
<span class="clr-prm font-28">{{item.kdTotalBillWeight}}</span>
|
||||
<span class="clr-prm font-weight font-28">{{item.kdTotalBillWeight}}</span>
|
||||
<span class="clr-sub pl-10">KG</span>
|
||||
</view>
|
||||
<view class="mt-10 text-center">快递</view>
|
||||
</u-col>
|
||||
<u-col span="4" :custom-style="`border-right: 2rpx solid #E8E8E8;`">
|
||||
<view class="text-center">
|
||||
<span class="clr-prm font-28">{{item.kyTotalNum}}</span>
|
||||
<span class="clr-prm font-weight font-28">{{item.kyTotalNum}}</span>
|
||||
<span class="clr-sub pl-10">票</span>
|
||||
</view>
|
||||
<view class="mt-10 text-center">
|
||||
<span class="clr-prm font-28">{{item.kyTotalBillWeight}}</span>
|
||||
<span class="clr-prm font-weight font-28">{{item.kyTotalBillWeight}}</span>
|
||||
<span class="clr-sub pl-10">KG</span>
|
||||
</view>
|
||||
<view class="mt-10 text-center">空运</view>
|
||||
</u-col>
|
||||
<u-col span="4">
|
||||
<view class="text-center">
|
||||
<span class="clr-prm font-28">{{item.wlTotalNum}}</span>
|
||||
<span class="clr-prm font-weight font-28">{{item.wlTotalNum}}</span>
|
||||
<span class="clr-sub pl-10">票</span>
|
||||
</view>
|
||||
<view class="mt-10 text-center">
|
||||
<span class="clr-prm font-28">{{item.wlTotalBillWeight}}</span>
|
||||
<span class="clr-prm font-weight font-28">{{item.wlTotalBillWeight}}</span>
|
||||
<span class="clr-sub pl-10">KG</span>
|
||||
</view>
|
||||
<view class="mt-10 text-center">物流</view>
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
<view class="clr-sub pb-20">
|
||||
<tpx-text-dic :value="orItem.feeType" :list="dicData.emis_commission_fee_type"></tpx-text-dic>
|
||||
</view>
|
||||
<view>
|
||||
<view class="font-weight">
|
||||
<text class="clr-prm">+</text>
|
||||
<!-- <text v-if="orItem.feeType != 1" class="clr-sub">-</text> -->
|
||||
<text class="pl-10 clr-prm">{{orItem.money}}</text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user