feat(wms): 为BasePage组件添加hideType属性
在多个coil相关视图和基础面板中添加hideType属性,用于控制MaterialSelect组件的类型显示 修复StatisticGroup组件中listMaterialCoil的dataType参数错误
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" />
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :hideType="hideType" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -14,9 +14,9 @@ export default {
|
||||
qrcode: true,
|
||||
querys: {
|
||||
dataType: 0,
|
||||
itemType: 'raw_material'
|
||||
},
|
||||
labelType: '2'
|
||||
labelType: '2',
|
||||
hideType: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user