客户标签打印
This commit is contained in:
25
pages/WarehouseManage/CustomerLabelPrint.vue
Normal file
25
pages/WarehouseManage/CustomerLabelPrint.vue
Normal file
@@ -0,0 +1,25 @@
|
||||
<template>
|
||||
<view class="zd_container">
|
||||
<nav-bar title="客户标签打印"></nav-bar>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
SearchBox
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user