feat(wms报表): 在splitConfig中添加actionQueryParams和baseQueryParams
为分条报表配置添加创建者查询参数,用于过滤特定用户创建的数据
This commit is contained in:
@@ -106,6 +106,12 @@ export const zincConfig = {
|
|||||||
|
|
||||||
export const splitConfig = {
|
export const splitConfig = {
|
||||||
actionTypes: [506],
|
actionTypes: [506],
|
||||||
|
actionQueryParams: {
|
||||||
|
createBy: 'fenjiankuguan'
|
||||||
|
},
|
||||||
|
baseQueryParams: {
|
||||||
|
createBy: 'fenjiankuguan',
|
||||||
|
},
|
||||||
warehouseOptions: [
|
warehouseOptions: [
|
||||||
{ value: '1988150210872930306', label: '酸连轧分条成品' },
|
{ value: '1988150210872930306', label: '酸连轧分条成品' },
|
||||||
{ value: '1988150800092950529', label: '退火分条成品' },
|
{ value: '1988150800092950529', label: '退火分条成品' },
|
||||||
|
|||||||
Reference in New Issue
Block a user