半成品出库

This commit is contained in:
2023-06-30 15:40:57 +08:00
parent 2e96134f3d
commit 0189d3b866
4 changed files with 145 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ export default {
},
computed: {
title () {
let res = ['半成品入库', '半成品入库查询', '半成品出库', '半成品出库查询', '半成品盘点', '半成品盘点查询', '半成品拼盘查询', '物料查询'][Number(this.$route.meta.guidePath) - 1]
let res = ['半成品入库', '半成品入库查询', '半成品出库', '半成品出库查询', '半成品盘点', '半成品盘点查询', '半成品拼盘查询', '物料查询', '物料查询'][Number(this.$route.meta.guidePath) - 1]
return res
},
...mapGetters(['keepAlive'])