|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|