yangg il y a 1 an
Parent
commit
941433014b

+ 3 - 1
src/views/InoutStorage/inStorage.vue

@@ -37,7 +37,9 @@
             width="90%" style="height: 200px" :before-close="handleClose">
             <el-form :model="snCodeForm" label-width="auto" style="max-width: 600px">
                 <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 label="序列号">
                     <el-input v-model="snCodeForm.sn_code" clearable ref="snInputRef" inputmode="none"

+ 3 - 1
src/views/InoutStorage/outStorage.vue

@@ -44,7 +44,9 @@
             width="90%" style="height: 200px" :before-close="handleClose">
             <el-form :model="snCodeForm" label-width="auto" style="max-width: 600px">
                 <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 label="序列号">
                     <el-input v-model="snCodeForm.sn_code" ref="snInputRef" clearable inputmode="none"

+ 3 - 1
src/views/Inventory/addInventory.vue

@@ -40,7 +40,9 @@
             width="90%" style="height: 200px" :before-close="handleClose">
             <el-form :model="snCodeForm" label-width="auto" style="max-width: 600px">
                 <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 label="序列号">
                     <el-input v-model="snCodeForm.sn_code" ref="snInputRef" clearable inputmode="none"

+ 1 - 1
src/views/apps/applist.vue

@@ -12,7 +12,7 @@
         <div v-for="(item, index) in cols" :key="index" @click="goPageList(item)">
            <!--  {{ menuList }} -->
             <div v-for="(it) in menuList" :key="it.id">
-                <img v-if="it.title==item.title" :src="it.icon" alt="">
+                <img v-if="it.title==item.title" :src="it.icon" alt="" class="border-dotted border-2 border-white" />
             </div>
             <!-- <svg class="w-40 h-40 text-gray-500 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
                 fill="currentColor" viewBox="0 0 24 24">

+ 1 - 1
src/views/apps/shippingPage.vue

@@ -82,7 +82,7 @@
             <el-form :model="snCodeForm" label-width="auto" style="max-width: 600px">
                 <el-form-item label="SKU">
                     <el-input class="hidden-input" v-model="snCodeForm.bar_code" @keyup.enter="toSearch()" clearable :inputmode="inputmode"   ref="inputRef">
-                        <template #append> <img src="../../assets/images/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
+                        <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 label="序列号">