| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>辅数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box v-model="matData.weight" :value="matData.weight" :max="99999999" color="#747474" @change="changeValue2"/> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="foot flex justify-center"> |
| | |
| | | changeValue(value) { |
| | | this.matData.anfme = value |
| | | }, |
| | | changeValue2(value) { |
| | | this.matData.weight = value |
| | | }, |
| | | back() { |
| | | if (this.matData.anfme === 0) { |
| | | uni.showToast({title: '请输入数量', icon: "none", position: 'top'}); |