xuxueyang
2024-09-25 d7263e072589761b8efc25ac0043ad8c75f29354
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -16,7 +16,7 @@
         this.opStr = options.opStr || ''
         if (this.opStr) {
            uni.setNavigationBarTitle({
               title: opStr
               title: this.opStr
            })
         }
@@ -83,14 +83,14 @@
               <!-- <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  || '-'}}</view>
            </view>
         </view>
      </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 +104,6 @@
            </view>
         </view>
      </view>
      <!-- #endif -->
   </view>