| | |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="form-item-desc"><text>物流方向</text></view> |
| | | <view class="form-item-content"><text>{{mat.string1}}</text></view> |
| | | <view class="form-item-content"><text>{{mat.logisticsTo}}</text></view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="form-item-desc"><text>分类</text></view> |
| | |
| | | <view class="form-item"> |
| | | <view class="form-item-desc"><text>数量</text></view> |
| | | <view class="form-item-content"> |
| | | <uni-number-box :value="mat.anfme" :max="99999999" :step='0.01' color="#747474" @change="changeValue" /> |
| | | <uni-number-box :value="mat.anfme" :max="99999999" :step='1.0' color="#747474" @change="changeValue" /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | |
| | | }, |
| | | changeValue(value) { |
| | | this.mat.anfme = value |
| | | this.mat.anfme = value |
| | | }, |
| | | back() { |
| | | console.log(this.mat) |