| | |
| | | <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" placeholder=" nihao"/> |
| | | <y-input title="库位码" @input="show" v-model="locno"/> |
| | | </scroll-view> |
| | | </view> |
| | |
| | | data () { |
| | | return { |
| | | scrollY:true, |
| | | matnr:'1', |
| | | locno: '' |
| | | matnr:'10086', |
| | | locno: 55 |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | this.$refs.yPopup.open('center') |
| | | }, |
| | | up() { |
| | | this.matnr = '1024' |
| | | this.matnr = '' |
| | | console.log(this.matnr); |
| | | }, |
| | | show() { |