xuxueyang
2024-09-27 872612f30117fc51301a48bfb645cf8bdf42baaa
更新扣款金额等操作,质检和供应商
已修改1个文件
9 ■■■■ 文件已修改
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>