半成品入库

This commit is contained in:
2023-06-25 18:39:43 +08:00
parent 3fcdf0f200
commit 1481bb0049
2 changed files with 15 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default {
},
data () {
return {
title: ['半成品入库', '半成品入库查询'][Number(this.$route.meta.guidePath) - 1]
title: ['半成品入库', '半成品入库查询', '半成品出库', '半成品出库查询', '半成品盘点', '半成品盘点查询', '半成品拼盘', '半成品拼盘查询'][Number(this.$route.meta.guidePath) - 1]
}
},
methods: {

View File

@@ -84,8 +84,8 @@
</div>
</div>
<div class="search-item_2">
<button class="button button--primary">确认入库</button>
<button class="button button--primary">作业查询</button>
<button class="button button--primary">确认入库</button>
</div>
</div>
</div>
@@ -106,3 +106,16 @@ export default {
}
}
</script>
<style lang="stylus" scoped>
.search-item
width 49%
&:nth-child(3n+2)
margin-left 0
margin-right 0
&:nth-child(2n)
margin-left 2%
.search-item_2
width 100%
margin-left 0
</style>