From 2a0fd22f4a6efb14713239b98d221b3de6b2b71c Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 20 May 2026 16:26:17 +0800 Subject: [PATCH] 1.分离一号机也同样增加callmaterial,emptytray --- src/mes/productionExec/productionExecMain/index.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mes/productionExec/productionExecMain/index.js b/src/mes/productionExec/productionExecMain/index.js index ad6f46d..01513e7 100644 --- a/src/mes/productionExec/productionExecMain/index.js +++ b/src/mes/productionExec/productionExecMain/index.js @@ -768,6 +768,7 @@ const ProductionExecContent0 = props => { const formDataNew = props.formData.filter( item => item.sGrd && btnTableList.includes(item.sGrd) ); + console.log('formDataNew1', formDataNew); const { workOrderInfoData = [] } = props; const commonModelProps = { @@ -1034,12 +1035,15 @@ const ProductionExecContent10 = props => { const btnTableList = [ "palletBatchMaterial", "workerOrderBatchMaterial", - "assembletray" + "assembletray", + 'callmaterial', + 'emptytray' + ]; const formDataNew = props.formData.filter( item => item.sGrd && btnTableList.includes(item.sGrd) ); - + console.log('formDataNew2', formDataNew); const { workOrderInfoData = [] } = props; const commonModelProps = { ...props, -- libgit2 0.22.2