fix: 修复

20240912_adapter
chenhc 7 months ago
parent 955880d8f2
commit a4f56dbeeb

@ -45,7 +45,7 @@
</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-col :span="20">
<el-form-item prop="code" :label="scanTip" label-width="80px">
@ -186,6 +186,7 @@ export default {
scanResultType: 'success',
result: '\n',
errVisible: false,
loading: false,
successVisible: true,
errResult: '',
scanCode: '',
@ -252,7 +253,7 @@ export default {
},
enterBillNoKey(billNo) {
// this.checkSuccess = true;
this.loading = true;
this.filterQuery.code = this.scanCode
let tQuery = {
viewType: 'tagCode',

Loading…
Cancel
Save