| | |
| | | <template> |
| | | <view class=""> |
| | | <scroll-view class="scroll-Y"> |
| | | <button size="mini" @click="up">button</button> |
| | | <y-input title="商品码" @input="show" v-model="matnr"/> |
| | | <button size="mini" @click="up">btn</button> |
| | | <y-input title="商品码" @input="show" v-model="matnr"/> |
| | | <y-input title="库位码" @input="show" v-model="locno"/> |
| | | <input type="text" v-model="matnr"> |
| | | </scroll-view> |
| | | </view> |
| | | </template> |
| | |
| | | this.$refs.yPopup.open('center') |
| | | }, |
| | | up() { |
| | | this.matnr = '1024' |
| | | this.matnr = '' |
| | | console.log(this.matnr); |
| | | }, |
| | | show() { |
| | | console.log(this.matnr,this.locno); |
| | | console.log(this.matnrs,this.locno); |
| | | } |
| | | } |
| | | |