diff --git a/src/mes/productionExec/productionExecMain/index.js b/src/mes/productionExec/productionExecMain/index.js index b14c01f..8d65f21 100644 --- a/src/mes/productionExec/productionExecMain/index.js +++ b/src/mes/productionExec/productionExecMain/index.js @@ -656,28 +656,8 @@ const ProductionExecContent0 = props => { .filter(item => item.bControl && item.sControlName.indexOf("Btn") === -1) // .filter((_, index) => index < 8) .map(item => { - const addState = {}; - if (item.sName === "dReportQty") { - if ( - props.workOrderInfoData?.[0]?.sProcessName?.includes("切纸") || - props.workOrderInfoData?.[0]?.sProcessName?.includes("胶印") || - props.workOrderInfoData?.[0]?.sProcessName === "大切张F" - ) { - addState.showName = `${item.showName}(张)`; - } else if ( - ["大模压F", "UV模压F", "蒸镀F", "大分条F", "贴合F"].includes( - props.workOrderInfoData?.[0]?.sProcessName - ) - ) { - addState.showName = `${item.showName}(米)`; - } else { - addState.showName = `${item.showName}(个)`; - } - } - return { ...item, - ...addState, iColValue: 24 }; }); @@ -823,7 +803,6 @@ const ProductionExecContent0 = props => { > 下料 - {/* */}
@@ -838,14 +817,8 @@ const ProductionExecContent0 = props => { - - {/* */} + +