From efa9bfe98ba906e4c9b8f49c89f5da162a46bb0f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 13 一月 2025 10:21:24 +0800
Subject: [PATCH] 1.微信一键登录:新增“同意用户协议”之后才可登录
---
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue b/sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
index ca65b29..d0d7131 100644
--- a/sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
+++ b/sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -83,6 +83,11 @@
<!-- <view class="name" v-if="dto.type">处理类型:{{ dto.type || '-'}}</view> -->
<view class="name">处理数量:{{ dto.num || '-' }}</view>
+
+ <view class="name">
+ 扣款金额/每扎:¥{{ (dto.deductAmount&&parseFloat(dto.deductAmount)||0)/(dto.num&&parseInt(dto.num)||1).toFixed(2) || '-'}}
+ </view>
+
<view class="name">扣款金额:¥{{ dto.deductAmount || '-'}}</view>
</view>
@@ -90,7 +95,7 @@
</view>
- <!-- #ifndef PUB_CUSTOMER -->
+
<view class="p10" style="margin-top: 0rpx;padding-top: 0rpx;" v-if="dto.pictureList&&dto.pictureList.length>0">
<view class="line-gray"></view>
@@ -104,7 +109,6 @@
</view>
</view>
</view>
- <!-- #endif -->
</view>
--
Gitblit v1.9.3