feat: 添加钢卷镀层种类枚举并优化原材料选择组件
- 在stepSplit.vue表格中添加净重列 - 全局注册MemoInput组件 - 在CoilNo.vue中显示净重和厂家卷号 - 将RawMaterialSelect和ProductSelect中的输入框替换为MemoInput组件 - 为原材料和产品添加默认计量单位"卷"
This commit is contained in:
@@ -45,6 +45,9 @@ import VueMeta from 'vue-meta'
|
||||
// 字典数据组件
|
||||
import DictData from '@/components/DictData'
|
||||
import KLPTable from '@/components/KLPUI/KLPTable/index.vue'
|
||||
import MemoInput from '@/components/MemoInput/index.vue'
|
||||
|
||||
|
||||
|
||||
// 全局方法挂载
|
||||
Vue.prototype.getDicts = getDicts
|
||||
@@ -68,6 +71,7 @@ Vue.component('FileUpload', FileUpload)
|
||||
Vue.component('ImageUpload', ImageUpload)
|
||||
Vue.component('ImagePreview', ImagePreview)
|
||||
Vue.component('KLPTable', KLPTable)
|
||||
Vue.component('MemoInput', MemoInput)
|
||||
|
||||
Vue.use(vueFlvPlayer)
|
||||
Vue.use(directive)
|
||||
|
||||
Reference in New Issue
Block a user