|
@@ -44,7 +44,9 @@
|
|
|
width="90%" style="height: 200px" :before-close="handleClose">
|
|
width="90%" style="height: 200px" :before-close="handleClose">
|
|
|
<el-form :model="snCodeForm" label-width="auto" style="max-width: 600px">
|
|
<el-form :model="snCodeForm" label-width="auto" style="max-width: 600px">
|
|
|
<el-form-item label="SKU">
|
|
<el-form-item label="SKU">
|
|
|
- <el-input v-model="snCodeForm.bar_code" ref="inputRef" clearable :inputmode="inputmode" @keyup.enter="toSearch()" />
|
|
|
|
|
|
|
+ <el-input v-model="snCodeForm.bar_code" ref="inputRef" clearable :inputmode="inputmode" @keyup.enter="toSearch()" >
|
|
|
|
|
+ <template #append> <img src="../../assets/iages/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
|
|
|
|
|
+ </el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="序列号">
|
|
<el-form-item label="序列号">
|
|
|
<el-input v-model="snCodeForm.sn_code" ref="snInputRef" clearable inputmode="none"
|
|
<el-input v-model="snCodeForm.sn_code" ref="snInputRef" clearable inputmode="none"
|