Commit 3ed9a384 by 米嘉伟

质量检查条件选择输入条码号之后,点击回车按钮,提示“未知异常”

parent 78c829ed
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-input <el-input
v-model.trim="formInline.barcode" v-model.trim="formInline.barcode"
:placeholder="$t('Common.rybh_placeholder')" :placeholder="$t('Common.rybh_placeholder')"
@keyup.enter.native="search" @keyup.enter.native="search()"
maxlength="23" maxlength="23"
show-word-limit show-word-limit
clearable clearable
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
v-model="formInline.inspectionFlag" v-model="formInline.inspectionFlag"
:placeholder="$t('Zljc.select_check_result')" :placeholder="$t('Zljc.select_check_result')"
clearable clearable
@keyup.enter.native="search" @keyup.enter.native="search()"
> >
<el-option <el-option
:label="$t('Zljc.be_checked')" :label="$t('Zljc.be_checked')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment