标签打印
This commit is contained in:
22
src/views/productManagement/labelPackage.vue
Normal file
22
src/views/productManagement/labelPackage.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-form ref="form" :model="form" >
|
||||
<el-form-item label="当前生产工单">
|
||||
<el-input v-model="input" placeholder="请输入内容" disabled></el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'labelPackage',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user