xuxueyang
2024-09-27 872612f30117fc51301a48bfb645cf8bdf42baaa
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -83,14 +83,19 @@
               <!-- <view class="name" v-if="dto.type">处理类型:{{ dto.type  || '-'}}</view> -->
               <view class="name">处理数量:{{ dto.num || '-' }}</view>
               <view class="name">扣款金额/每扎:¥{{ dto.deductAmount  || '-'}}</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>
         </view>
      </view>
      <view class="p10" style="margin-top: 0rpx;padding-top: 0rpx;" v-if="dto.pictureList&&dto.pictureList.length>0">
         <view class="line-gray"></view>