半成品

This commit is contained in:
2023-06-26 14:26:07 +08:00
parent bf0a80dd8a
commit a928f5e42d
8 changed files with 570 additions and 12 deletions

View File

@@ -19,8 +19,12 @@ export default {
jxHeader
},
data () {
return {
title: ['半成品入库', '半成品入库查询', '半成品出库', '半成品出库查询', '半成品盘点', '半成品盘点查询', '半成品拼盘', '半成品拼盘查询'][Number(this.$route.meta.guidePath) - 1]
return {}
},
computed: {
title () {
let res = ['半成品入库', '半成品入库查询', '半成品出库', '半成品出库查询', '半成品盘点', '半成品盘点查询', '半成品拼盘', '半成品拼盘查询'][Number(this.$route.meta.guidePath) - 1]
return res
}
},
methods: {