陶杰
2024-10-06 a7e18f3eba7a5bd2008e9aeac9cf4edcc995749a
sub_pages/supplier/order-settlement/order-settlement-detail.vue
@@ -60,7 +60,7 @@
                     <view class="label">结算单价</view>
                  </view>
                  <view class="tj-each flex1">
                     <view class="value">{{dto.flowerNum||'0.00'}}</view>
                     <view class="value">{{dto.flowerNum||'0'}}扎</view>
                     <view class="label">商品数量</view>
                  </view>
                  <view class="tj-each flex1">
@@ -83,8 +83,16 @@
                     <view class="label">售后理赔</view>
                  </view>
                  <view class="tj-each flex1">
                     <view class="value">{{dto.lackFee}}</view>
                     <view class="label">缺货扣款</view>
                  </view>
                  <view class="tj-each flex1">
                     <view class="value">{{dto.replaceFee}}</view>
                     <view class="label">补货扣款</view>
                  </view>
                  <view class="tj-each flex1">
                     <view class="value">{{dto.checkFee}}</view>
                     <view class="label">质检扣款</view>
                     <view class="label">降级扣款</view>
                  </view>
                  <view class="tj-each flex1">
                     <view class="value">{{dto.stationFee}}</view>
@@ -171,9 +179,12 @@
         }
      },
      onLoad(options) {
         console.log('options',options)
         this.id = options.id || ''
         if (this.id)
            this.getList()
         if (this.id){
            this.getDetail()
         }
      },
@@ -186,7 +197,7 @@
            // #ifdef PUB_PARTNER
            turl = '/api/partner/settlement/list/view?id='
            // #endif
            console.log('turl',turl)
            this.$message.showLoading()
@@ -266,8 +277,8 @@
         }
         .form {
            display: flex;
            flex-wrap: wrap;
            // display: flex;
            // flex-wrap: wrap;
            .form-item {
               flex: 1;