| | |
| | | <view class="title text-blue"><text class="text-red text-xl vertical-middle"></text>实盘数: |
| | | </view> |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.checkQty" |
| | | :step='1'></uni-number-box> |
| | | :step='0.01'></uni-number-box> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="title text-blue"><text class="text-red text-xl vertical-middle"></text>实盘数: |
| | | </view> |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.checkQty" |
| | | :step='1'></uni-number-box> |
| | | :step='0.01'></uni-number-box> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | onLoad() { |
| | | let that = this |
| | | const eventChannel = this.getOpenerEventChannel(); |
| | | |
| | | eventChannel.on('checkItem', function(data) { |
| | | that.check = data.data |
| | | |
| | | }) |
| | | |
| | | }, |
| | | methods: { |
| | | sureAdd(){ |