This commit is contained in:
linfso 2025-07-04 16:26:29 +08:00
parent edcecb59cc
commit 89494a02cd
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@
"screenfull": "5.0.2", "screenfull": "5.0.2",
"sortablejs": "1.10.2", "sortablejs": "1.10.2",
"speak-tts": "^2.0.8", "speak-tts": "^2.0.8",
"three": "^0.178.0",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vue": "2.7.16", "vue": "2.7.16",
"vue-amap": "^0.5.10", "vue-amap": "^0.5.10",

View File

@ -4,7 +4,7 @@
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;"> <el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
<el-col :span="6"> <el-col :span="6">
<el-form-item label="运单号" prop="billCode"> <el-form-item label="运单号" prop="billCode">
<el-input v-model="form.billCode" clearable="" placeholder="单号输入后按回车" @keyup.enter.native="handleScanInput" > <el-input v-model="form.billCode" clearable="" placeholder="单号输入后按回车" @keyup.enter.native="handleScanInput" @blur="handleScanInput" >
<i slot="suffix" class="iconfont">&#xe656;</i> <i slot="suffix" class="iconfont">&#xe656;</i>
</el-input> </el-input>
</el-form-item> </el-form-item>