18016688350 3 سال پیش
والد
کامیت
bc9763367b
2فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 5 2
      pages/device/detail.wxml
  2. 1 1
      pages/device/detail.wxss

+ 5 - 2
pages/device/detail.wxml

@@ -51,10 +51,13 @@
           <tui-tag size="small" tui-tag-class="tui-mrbtm">{{item.productGrid}}</tui-tag>
         </view>
         <view class="tui-goods-attr">
-          <view style="margin-top:14rpx">当前数量:{{item.stockCount?item.stockCount:0}}</view>
+          <view >可放置数量:{{item.gridCount?item.gridCount:0}}</view>
         </view>
         <view class="tui-goods-attr">
-          <view style="margin-top:14rpx">补货数量:</view>
+          <view >当前数量:{{item.stockCount?item.stockCount:0}}</view>
+        </view>
+        <view class="tui-goods-attr">
+          <view >补货数量:</view>
           <input placeholder-class="phcolor" class="tui-input" placeholder="请填写补货数量" type="number" value="{{item.repairNum}}"  
           bindinput="number" data-name="repairNum" data-index="{{index}}" data-item="{{item}}"/>
         </view>

+ 1 - 1
pages/device/detail.wxss

@@ -74,7 +74,7 @@
 	font-size: 22rpx;
 	color: #888888;
 	line-height: 32rpx;
-	padding-top: 20rpx;
+	padding-top: 6rpx;
 	word-break: break-all;
 	overflow: hidden;
 	text-overflow: ellipsis;