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" :showStatus="showStatus" />
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :showStatus="showStatus" :hideType="hideType" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -14,10 +14,11 @@ export default {
|
||||
qrcode: false,
|
||||
querys: {
|
||||
itemType: 'product',
|
||||
// dataType: 0
|
||||
dataType: 1
|
||||
},
|
||||
labelType: '3',
|
||||
showStatus: true,
|
||||
hideType: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user