yangg před 1 rokem
rodič
revize
a2e313079f

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

@@ -38,7 +38,7 @@
             <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()">
-                        <template #append> <img src="../../assets/iages/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
+                        <template #append> <img src="../../assets/images/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
                     </el-input>
                 </el-form-item>
                 <el-form-item label="序列号">

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

@@ -45,7 +45,7 @@
             <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()" >
-                        <template #append> <img src="../../assets/iages/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
+                        <template #append> <img src="../../assets/images/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
                     </el-input>
                 </el-form-item>
                 <el-form-item label="序列号">

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

@@ -41,7 +41,7 @@
             <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()" >
-                        <template #append> <img src="../../assets/iages/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
+                        <template #append> <img src="../../assets/images/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
                     </el-input>
                 </el-form-item>
                 <el-form-item label="序列号">

+ 2 - 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/iages/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
+                        <template #append> <img src="../../assets/images/JP.png" @click="inputmode='text'" class="w-8 h-8" /> </template>
                     </el-input>
                 </el-form-item>
                 <el-form-item label="序列号">
@@ -280,6 +280,7 @@ const toSearch = async () => {
 };
 //扫描序列号
 const toSnCode = async () => {
+    alert(snCodeForm.sn_code);
     try {
         const res: any = await orderApi.getsnCode(
             "out",