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" :hideWarehouseQuery="hideWarehouseQuery" />
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :hideWarehouseQuery="hideWarehouseQuery" :hideType="hideType" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -18,7 +18,8 @@ export default {
|
||||
warehouseId: 111,
|
||||
},
|
||||
hideWarehouseQuery: true,
|
||||
labelType: '3'
|
||||
labelType: '3',
|
||||
hideType: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user