|
|
|
@ -253,7 +253,7 @@ export default class finishProductOfflineDom extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
add() {
|
|
|
|
|
// this.firstFocus = false
|
|
|
|
|
this.firstFocus = false;
|
|
|
|
|
if (!this.form.barCode) {
|
|
|
|
|
this.customToast(this.$t('message.barcode') as string);
|
|
|
|
|
return;
|
|
|
|
@ -287,7 +287,11 @@ export default class finishProductOfflineDom extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.form.barCode = '';
|
|
|
|
|
this.firstFocus = true;
|
|
|
|
|
this.firstFocus = false;
|
|
|
|
|
this.$nextTick(function () {
|
|
|
|
|
uni.hideKeyboard(); //隐藏软键盘
|
|
|
|
|
this.firstFocus = true;
|
|
|
|
|
});
|
|
|
|
|
// this.$refs.BarCodeSearch.focus()
|
|
|
|
|
}
|
|
|
|
|
async getBarcode() {
|
|
|
|
@ -382,7 +386,10 @@ export default class finishProductOfflineDom extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
if (this.open == true) {
|
|
|
|
|
this.form.barCode = '';
|
|
|
|
|
this.firstFocus = true;
|
|
|
|
|
this.firstFocus = false;
|
|
|
|
|
this.$nextTick(function () {
|
|
|
|
|
this.firstFocus = true;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|