| | |
| | | </div> |
| | | </div> |
| | | <div style="width: 100%;"> |
| | | <input v-model="amount" :placeholder="$t('请输入数量')" type="number" style="width: 83%;" class="h-100 border-none inputBackground textColor mt-20 pl-20 ml-23" |
| | | <input v-model="amount" :placeholder="$t('请输入数量')" type="number" style="width: 83%;" class="h-100 border-none inputBackground textColor mt-20 pl-20 ml-23" |
| | | @input="onInput" :disabled="disabled" /> |
| | | <span @click="clickall">{{$t('全部')}}</span> |
| | | </div> |
| | |
| | | }, |
| | | onInput(e){ |
| | | console.log(e); |
| | | this.amount = this.amount.replace(/[^0-9]/g, ''); |
| | | }, |
| | | async clicktype(e){ |
| | | this.typeindex = e |