xuxueyang
2024-08-14 e474ab6cee45627c34a8fc79f2b76c9e82763f2c
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">
@@ -171,9 +171,12 @@
         }
      },
      onLoad(options) {
         console.log('options',options)
         this.id = options.id || ''
         if (this.id)
            this.getList()
         if (this.id){
            this.getDetail()
         }
      },
@@ -186,7 +189,7 @@
            // #ifdef PUB_PARTNER
            turl = '/api/partner/settlement/list/view?id='
            // #endif
            console.log('turl',turl)
            this.$message.showLoading()
@@ -266,8 +269,8 @@
         }
         .form {
            display: flex;
            flex-wrap: wrap;
            // display: flex;
            // flex-wrap: wrap;
            .form-item {
               flex: 1;