|
|
@ -16,10 +16,6 @@ |
|
|
<!-- 扫描工单号 --> |
|
|
<!-- 扫描工单号 --> |
|
|
<div class="scan-box" style="margin: 2px;"> |
|
|
<div class="scan-box" style="margin: 2px;"> |
|
|
<el-input clearable v-model="scanCode" placeholder="扫描或输入工单号" |
|
|
<el-input clearable v-model="scanCode" placeholder="扫描或输入工单号" |
|
|
inputmode="none" |
|
|
|
|
|
autocomplete="off" |
|
|
|
|
|
autocorrect="off" |
|
|
|
|
|
spellcheck="false" |
|
|
|
|
|
@keyup.enter.native="searchShopOrder" ref="scanCodeRef" /> |
|
|
@keyup.enter.native="searchShopOrder" ref="scanCodeRef" /> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 工单接收历史列表 --> |
|
|
<!-- 工单接收历史列表 --> |
|
|
|