|
@ -603,7 +603,7 @@ const resetForm = () => { |
|
|
//规则条件集合 |
|
|
//规则条件集合 |
|
|
condition: [ |
|
|
condition: [ |
|
|
// 物料类型/物料分组/物料/abc类/项目/ |
|
|
// 物料类型/物料分组/物料/abc类/项目/ |
|
|
{ ParamCode: 'ItemGroup', Operator: 'IN', Value: '' }, |
|
|
{ ParamCode: 'ItemType', Operator: 'IN', Value: '' }, |
|
|
// 仓库 |
|
|
// 仓库 |
|
|
{ ParamCode: 'LocationCode', Operator: 'IN', Value: '' } |
|
|
{ ParamCode: 'LocationCode', Operator: 'IN', Value: '' } |
|
|
], |
|
|
], |
|
|