feat: 定向查询

yanshishuju
chenhc 7 months ago
parent 2150dc4b63
commit 87999a623d

@ -193,6 +193,11 @@
</el-button-group> </el-button-group>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="0" >
<el-col :span="20" style="margin-top: 0px;margin-bottom: 10px;margin-left: 80px">
<el-checkbox v-model="checked"></el-checkbox>
</el-col>
</el-row>
<el-alert <el-alert
:title="scanTitle" :title="scanTitle"
:type="scanResultType" :type="scanResultType"
@ -470,6 +475,7 @@ export default {
// //
scanCode: "", scanCode: "",
isSuccess: false, isSuccess: false,
checked: true,
scanTitle: "扫码结果:", scanTitle: "扫码结果:",
result: " \n", result: " \n",
msgTip: "信息提醒:", msgTip: "信息提醒:",
@ -669,7 +675,7 @@ export default {
enterKey() { enterKey() {
if (this.formData.billNo == null && (this.formDataVisible === null || this.formDataVisible.scanType != 1)) { if (this.checked) {
this.enterBillNoKey() this.enterBillNoKey()
return; return;
} }

Loading…
Cancel
Save