feat(wms): 添加excludeBound参数并调整表格列顺序
- 在delivery/canuse页面添加excludeBound参数 - 修复coil/panels/do页面颜色渐变语法错误 - 在report/receive页面透视表配置中添加规格字段 - 调整coil/panels/base页面表格列顺序
This commit is contained in:
@@ -163,8 +163,8 @@ export default {
|
||||
|
||||
// 厂家材质透视表配置
|
||||
hierarchicalPivotConfig: {
|
||||
groupFields: ['manufacturer', 'material'],
|
||||
groupLabels: ['厂家', '材质'],
|
||||
groupFields: ['manufacturer', 'material', 'specification'],
|
||||
groupLabels: ['厂家', '材质', '规格'],
|
||||
summaryFields: [
|
||||
{ prop: 'count', label: '求和项:件数', field: '', align: 'center' },
|
||||
{ prop: 'weight', label: '求和项:重量', field: 'netWeight', align: 'center' }
|
||||
|
||||
Reference in New Issue
Block a user