| | |
| | | <view class="title">出库数量</view> |
| | | <view class="popup-item"> |
| | | <view> |
| | | <uni-number-box :value="data.anfme" :step='1' :min="0" :max="maxCount" color="#747474" @change="changeValue" /> |
| | | <uni-number-box :value="data.anfme" :step='0.01' :min="0" :max="maxCount" color="#747474" @change="changeValue" /> |
| | | </view> |
| | | |
| | | </view> |
| | |
| | | justify-content: center; |
| | | } |
| | | .popup-item-left { |
| | | width: 16vw; |
| | | /* width: 16vw; */ |
| | | padding-right: 20rpx; |
| | | text-align: right; |
| | | color: #606266; |
| | |
| | | .btn-right { |
| | | display: flex; |
| | | flex: 1; |
| | | height: 100%; |
| | | justify-content: center; |
| | | align-items: center; |
| | | color: #409EFF; |