增加静置手动出站模块
This commit is contained in:
@@ -37,6 +37,13 @@ const routes = [
|
||||
meta: { title: "电检工艺路线返修上线" },
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
// 手动静置出库
|
||||
path: "/manualStaticOut",
|
||||
component: () => import("@/views/manualStaticOut.vue"),
|
||||
meta: { title: "手动静置出库" },
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
// 返修记录查询
|
||||
path: "/repairOnlineSearch",
|
||||
|
||||
@@ -84,6 +84,24 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 手动静置出库 -->
|
||||
<div class="nav-card" @click="navigateTo('/manualStaticOut')">
|
||||
<div class="nav-icon">
|
||||
<el-icon size="48" color="#0f766e">
|
||||
<Timer />
|
||||
</el-icon>
|
||||
</div>
|
||||
<div class="nav-content">
|
||||
<h3>手动静置出库</h3>
|
||||
<p>OP431人工静置扫码查询,配置静置标准并确认上线</p>
|
||||
</div>
|
||||
<div class="nav-arrow">
|
||||
<el-icon>
|
||||
<ArrowRight />
|
||||
</el-icon>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 返修记录查询 -->
|
||||
<div class="nav-card" @click="navigateTo('/repairOnlineSearch')">
|
||||
<div class="nav-icon">
|
||||
@@ -161,7 +179,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { Grid, DataBoard, RefreshRight, Connection, Camera, Warning, ArrowRight, Search, Aim } from '@element-plus/icons-vue'
|
||||
import { Grid, DataBoard, RefreshRight, Connection, Camera, Warning, ArrowRight, Search, Aim, Timer } from '@element-plus/icons-vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
|
||||
// 获取路由实例
|
||||
|
||||
1023
src/views/manualStaticOut.vue
Normal file
1023
src/views/manualStaticOut.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user