feat(wms报表): 在splitConfig中添加actionQueryParams和baseQueryParams

为分条报表配置添加创建者查询参数,用于过滤特定用户创建的数据
This commit is contained in:
砂糖
2026-04-03 15:39:46 +08:00
parent c4c9641901
commit ba3d2c2b35

View File

@@ -106,6 +106,12 @@ export const zincConfig = {
export const splitConfig = {
actionTypes: [506],
actionQueryParams: {
createBy: 'fenjiankuguan'
},
baseQueryParams: {
createBy: 'fenjiankuguan',
},
warehouseOptions: [
{ value: '1988150210872930306', label: '酸连轧分条成品' },
{ value: '1988150800092950529', label: '退火分条成品' },