pages/basics/offline.vue
@@ -19,7 +19,7 @@ <text class="title">物料条码</text> </view> <view class="box-buttom"> <input v-model="matNo" type="text" placeholder="扫码 / 输入" @input="findMat()"> <input v-model="matNo" type="text" placeholder="扫码 / 输入" @input="findMat()" focus="true"> <view class="search-icon"> <uni-icons type="closeempty" size="20" color="#a5a5a5" @click="removeMat()"></uni-icons> </view> @@ -232,6 +232,7 @@ let res = result.data if (res.code === 200) { if(res.data) { that.matNo = '', that.mat = res.data that.addMatList(that.mat) that.initAnfme()