Browse Source

Merge branch 'bug修复/显示包装数量(楚楚上线)' into 德莱宝测试除了手机登录不合并

xiaohaizhao 1 year ago
parent
commit
4a3e104663

+ 4 - 2
packageA/activity/detail.wxml

@@ -57,10 +57,12 @@
 					价格:<text class="num">¥{{handleHide.query(item.gradeprice || item.price,hidePrice)}}元</text><text wx:if="{{item.gradeprice<item.oldprice ||item.price<item.oldprice}}" style="text-decoration:line-through; color:#999;">/{{handleHide.query(item.oldprice,hidePrice)}}元</text>
 				</view>
 				<view class="subfield line-1">
-					限购数量:{{item.groupqty==0?'不限购':(item.groupqty-item.saledqty)<=0?'已售罄':item.groupqty}}
+					限购数量:{{item.groupqty==0?'不限购':(item.groupqty-item.saledqty)<=0?'已售罄':item.groupqty}} </view>
+						<view class="subfield">
+							包装数量:{{item.packageqty}}
+						</view>
 				</view>
 			</view>
-		</view>
 	</navigator>
 
 	<view wx:if="{{list.length==0}}" style="margin-left: -30rpx; padding-bottom: 150rpx;">

+ 3 - 0
packageA/activity/selectProduct/index.wxml

@@ -24,6 +24,9 @@
 				</view>
 				<view class="exp">特征码:{{item.signaturecode ||" --"}}</view>
 				<view class="exp">可购数量:{{item.groupqty==0?'不限购':(item.groupqty-item.saledqty)<=0?'已售罄':item.maxQty}} </view>
+						<view class="exp">
+							包装数量:{{item.packageqty}}
+						</view>
 				</view>
 			</view>
 			<view class="bottom">

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

@@ -21,6 +21,9 @@
                 <view wx:if="{{item.iscustomsize}}" class="subfield" style="margin-top: 8rpx;">
                     定制属性:{{item.customproperties}}
                 </view>
+                <view class="subfield">
+                    包装数量:{{item.packageqty}}
+                </view>
                 <view class="subfield" style="margin-top: 8rpx;">
                     <text class="price" style="margin-right: 6rpx;">{{handleHide.query(item.price,hidePrice)}}</text>
                     <text style="font-weight: 600;color: #666;">库存:{{item.invbalqty-item.undeliqtysum-item.unsoldqty>0?'有货':'缺货'}}</text>

+ 3 - 0
select/product/index.wxml

@@ -33,6 +33,9 @@
                 <view class="subfield line-1">
                     规格:{{item.standards||' --'}}
                 </view>
+                <view class="subfield line-1">
+                    包装数量:{{item.packageqty}}
+                </view>
                 <view wx:if="{{item.iscustomsize}}" class="subfield line-1" data-item="{{item}}" catch:tap="customization" style="color:#085CDF;">
                     {{item.customText}}
                     <van-icon name="arrow-down" />