Sfoglia il codice sorgente

添加退回原因

xiaohaizhao 2 anni fa
parent
commit
6b76ace0fc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      packageA/orderForm/modules/list/index.wxml

+ 3 - 0
packageA/orderForm/modules/list/index.wxml

@@ -19,6 +19,9 @@
         <view class="exp">
             单据时间:{{item.billdate}}
         </view>
+        <view class="exp">
+            退回原因:{{item.backreason || ' --'}}
+        </view>
         <view class="exp">
             共计{{item.qty}}件商品
         </view>