md
This commit is contained in:
parent
edcecb59cc
commit
89494a02cd
@ -94,6 +94,7 @@
|
||||
"screenfull": "5.0.2",
|
||||
"sortablejs": "1.10.2",
|
||||
"speak-tts": "^2.0.8",
|
||||
"three": "^0.178.0",
|
||||
"uuid": "^9.0.1",
|
||||
"vue": "2.7.16",
|
||||
"vue-amap": "^0.5.10",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
|
||||
<el-col :span="6">
|
||||
<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"></i>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user