fix: 修复

20240912_adapter
chenhc 7 months ago
parent 955880d8f2
commit a4f56dbeeb

@ -45,7 +45,7 @@
</el-row> </el-row>
<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px"> <div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px" v-loading="this.loading">
<el-row :gutter="0" style="margin-top: 5px"> <el-row :gutter="0" style="margin-top: 5px">
<el-col :span="20"> <el-col :span="20">
<el-form-item prop="code" :label="scanTip" label-width="80px"> <el-form-item prop="code" :label="scanTip" label-width="80px">
@ -186,6 +186,7 @@ export default {
scanResultType: 'success', scanResultType: 'success',
result: '\n', result: '\n',
errVisible: false, errVisible: false,
loading: false,
successVisible: true, successVisible: true,
errResult: '', errResult: '',
scanCode: '', scanCode: '',
@ -252,7 +253,7 @@ export default {
}, },
enterBillNoKey(billNo) { enterBillNoKey(billNo) {
// this.checkSuccess = true; this.loading = true;
this.filterQuery.code = this.scanCode this.filterQuery.code = this.scanCode
let tQuery = { let tQuery = {
viewType: 'tagCode', viewType: 'tagCode',

Loading…
Cancel
Save