半成品入库
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
title: ['半成品入库', '半成品入库查询'][Number(this.$route.meta.guidePath) - 1]
|
||||
title: ['半成品入库', '半成品入库查询', '半成品出库', '半成品出库查询', '半成品盘点', '半成品盘点查询', '半成品拼盘', '半成品拼盘查询'][Number(this.$route.meta.guidePath) - 1]
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user