From ba3d2c2b35bfdb661cc632456e506b2958f3f1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 3 Apr 2026 15:39:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms=E6=8A=A5=E8=A1=A8):=20=E5=9C=A8splitCo?= =?UTF-8?q?nfig=E4=B8=AD=E6=B7=BB=E5=8A=A0actionQueryParams=E5=92=8CbaseQu?= =?UTF-8?q?eryParams?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为分条报表配置添加创建者查询参数,用于过滤特定用户创建的数据 --- klp-ui/src/views/wms/report/js/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/klp-ui/src/views/wms/report/js/config.js b/klp-ui/src/views/wms/report/js/config.js index 264c25c4..3563efa2 100644 --- a/klp-ui/src/views/wms/report/js/config.js +++ b/klp-ui/src/views/wms/report/js/config.js @@ -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: '退火分条成品' },