zhoux 1 год назад
Родитель
Сommit
c3da4fc2ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package-basic-data/pages/customer-list/detail/detail.wxml

+ 1 - 1
package-basic-data/pages/customer-list/detail/detail.wxml

@@ -79,7 +79,7 @@
         </view>
         <view class="order-summary">
           <!--标准版 客户欠款 = 订单金额+退货金额-收款金额-->
-          <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{((item.orderAmount?item.orderAmount:0) - (item.receiptResidue?item.receiptResidue:0) + (item.outboundReturnAmount ? item.outboundReturnAmount : 0 )  + (item.startAmount?item.startAmount:0) > 0) ? ((item.orderAmount?item.orderAmount:0) - (item.receiptResidue?item.receiptResidue:0) + (item.outboundReturnAmount ? item.outboundReturnAmount : 0 ) + (item.startAmount?item.startAmount:0)) : 0}}">
+          <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{((item.orderAmount?item.orderAmount:0) - (item.receiptResidue?item.receiptResidue:0) + (item.outboundReturnAmount ? item.outboundReturnAmount : 0 )  + (item.startAmount?item.startAmount:0) != 0) ? ((item.orderAmount?item.orderAmount:0) - (item.receiptResidue?item.receiptResidue:0) + (item.outboundReturnAmount ? item.outboundReturnAmount : 0 ) + (item.startAmount?item.startAmount:0)) : 0}}">
           </dk-cell>
         </view>
         <view class="oreder-summary-detail">