|
@@ -3,7 +3,7 @@
|
|
<div class="storageFrom">
|
|
<div class="storageFrom">
|
|
<el-result title="扫码添加" sub-title="扫条形码,可以自动识别填写信息哦">
|
|
<el-result title="扫码添加" sub-title="扫条形码,可以自动识别填写信息哦">
|
|
<template #icon>
|
|
<template #icon>
|
|
- <el-image :src="srcimg" style="width: 400px;height: auto;"/>
|
|
|
|
|
|
+ <el-image :src="srcimg" style="width: 300px;height: auto;"/>
|
|
</template>
|
|
</template>
|
|
<template #extra>
|
|
<template #extra>
|
|
<el-button type="primary">扫码添加</el-button>
|
|
<el-button type="primary">扫码添加</el-button>
|
|
@@ -11,7 +11,7 @@
|
|
</el-result>
|
|
</el-result>
|
|
<el-result title="手动添加" sub-title="手动填写信息">
|
|
<el-result title="手动添加" sub-title="手动填写信息">
|
|
<template #icon>
|
|
<template #icon>
|
|
- <el-image :src="srcimg1" style="width: 400px;height: auto;"/>
|
|
|
|
|
|
+ <el-image :src="srcimg1" style="width: 300px;height: auto;"/>
|
|
</template>
|
|
</template>
|
|
<template #extra>
|
|
<template #extra>
|
|
<el-button type="primary">手动添加</el-button>
|
|
<el-button type="primary">手动添加</el-button>
|
|
@@ -19,7 +19,7 @@
|
|
</el-result>
|
|
</el-result>
|
|
<el-result title="查看入库" sub-title="管理入库信息,查看入库情况">
|
|
<el-result title="查看入库" sub-title="管理入库信息,查看入库情况">
|
|
<template #icon>
|
|
<template #icon>
|
|
- <el-image :src="srcimg2" style="width: 400px;height: auto;"/>
|
|
|
|
|
|
+ <el-image :src="srcimg2" style="width: 300px;height: auto;"/>
|
|
</template>
|
|
</template>
|
|
<template #extra>
|
|
<template #extra>
|
|
<el-button type="primary">查看出库数据</el-button>
|
|
<el-button type="primary">查看出库数据</el-button>
|
|
@@ -29,15 +29,16 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
-const srcimg:any = require('@/assets/img/1700037181284.jpg')
|
|
|
|
-const srcimg1:any = require('@/assets/img/1700038020592.jpg')
|
|
|
|
-const srcimg2:any = require('@/assets/img/down.webp')
|
|
|
|
|
|
+const srcimg:any = require('@/assets/img/down21.webp')
|
|
|
|
+const srcimg1:any = require('@/assets/img/down23.webp')
|
|
|
|
+const srcimg2:any = require('@/assets/img/down22.webp')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.storageFrom {
|
|
.storageFrom {
|
|
|
|
+ user-select: none;
|
|
display: flex;
|
|
display: flex;
|
|
gap: 20px;
|
|
gap: 20px;
|
|
justify-content: center;
|
|
justify-content: center;
|