Prechádzať zdrojové kódy

待付款列表添加运费显示

liyuan 2 mesiacov pred
rodič
commit
f2540b50ef
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      pages/views/salesSlip/obligation.vue

+ 4 - 0
pages/views/salesSlip/obligation.vue

@@ -52,6 +52,10 @@
               {{ item.data.receivableType ? item.data.receivableType : '' }}
             </text>
           </view>
+		  <view v-if="item.data.freight > 0">
+		    运费:
+		    <text style="color: #C4C4C4;">{{ item.data.freight }}</text>
+		  </view>
           <view>
             下单时间:
             <text style="color: #C4C4C4;">{{ item.data.createTime }}</text>