| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "20230130A", |
| | | "versionName" : "20230131A", |
| | | "versionCode" : 104, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | |
| | | <view class="text-title"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box :value="matData.anfme" :max="999999999" color="#747474" @change="changeValue"/> |
| | | <uni-number-box :value="matData.anfme" :max="999999999" :step="0.0001" color="#747474" @change="changeValue"/> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="changeBox"> |
| | | <view class="num-box"> |
| | | <text style="display: inline-block;float: left;width: 50px;">数量:</text> |
| | | <uni-number-box :value="count" :max="999999999" color="#747474" @change="changeValue" /> |
| | | <uni-number-box :value="count" :max="999999999" :step="0.0001" color="#747474" @change="changeValue" /> |
| | | </view> |
| | | </view> |
| | | <view class="revise-box-buttom"> |
| | |
| | | .uni-numbox__value { |
| | | margin: 0 2px; |
| | | background-color: $bg; |
| | | width: 40px; |
| | | min-width: 40px; |
| | | height: $box-height; |
| | | text-align: center; |
| | | font-size: 14px; |