Selaa lähdekoodia

移除库存字段

xiaohaizhao 2 viikkoa sitten
vanhempi
commit
84a227f494

+ 1 - 1
packageA/fittings/modules/product/list/index.wxml

@@ -33,7 +33,7 @@
                 </view>
                 <view class="subfield" style="margin-top: 8rpx;">
                     <text class="price" style="margin-right: 6rpx;"> {{handleHide.verify(item.showPrice,"产品明细",privacyFieldC)}}/{{item.unit}}</text>
-                    <text style="font-weight: 600;color: #666;">库存:{{item.invbalqty-item.undeliqtysum-item.unsoldqty>0?'有货':'缺货'}}</text>
+                    <!-- <text style="font-weight: 600;color: #666;">库存:{{item.invbalqty-item.undeliqtysum-item.unsoldqty>0?'有货':'缺货'}}</text> -->
                 </view>
             </view>
             <view wx:if="{{!disabled}}" class="delete" data-item="{{item}}" catchtap="deleteProduct">

+ 1 - 1
packageA/orderForm/modules/product/list/index.wxml

@@ -26,7 +26,7 @@
                 </view> -->
                 <view class="subfield" style="margin-top: 8rpx;">
                     <text class="price" style="margin-right: 6rpx;"> {{handleHide.verify(item.showPrice,"产品明细",privacyFieldC)}}</text>
-                    <text style="font-weight: 600;color: #666;">库存:{{item.invbalqty-item.undeliqtysum-item.unsoldqty>0?'有货':'缺货'}}</text>
+                    <!-- <text style="font-weight: 600;color: #666;">库存:{{item.invbalqty-item.undeliqtysum-item.unsoldqty>0?'有货':'缺货'}}</text> -->
                 </view>
             </view>
             <view wx:if="{{!disabled}}" class="delete" data-item="{{item}}" catchtap="deleteProduct">