Forráskód Böngészése

添加显示包装数量

xiaohaizhao 1 éve
szülő
commit
8743b9e2dd
1 módosított fájl, 4 hozzáadás és 3 törlés
  1. 4 3
      packageA/orderForm/modules/product/list/index.wxml

+ 4 - 3
packageA/orderForm/modules/product/list/index.wxml

@@ -10,11 +10,12 @@
             <view class="dec">
                 <view class="title">{{item.itemname}}</view>
                 <view class="subfield">
-                    编号:{{item.itemno}}
+                    <text class="line-1" style="margin-right: 6rpx;">编号:{{item.itemno||' --'}}</text>
+                    <text class="line-1">型号:{{item.model||' --'}}</text>
                 </view>
                 <view class="subfield">
-                    <text class="line-1" style="margin-right: 6rpx;">型号:{{item.model||' --'}}</text>
-                    <text class="line-1">规格:{{item.spec||' --'}}</text>
+                    <text class="line-1" style="margin-right: 6rpx;">规格:{{item.spec||' --'}}</text>
+                    <text class="line-1">包装数量:{{item.packageqty||' --'}}</text>
                 </view>
                 <view class="subfield" style="margin-top: 8rpx;">
                     <text class="price" style="margin-right: 6rpx;">{{handleHide.query(item.price,hidePrice)}}</text>