Commit 1888da58f3dc418a98e610af1164eb64ca70d420
1 parent
e917e615
1.异常提报 放开是否生成维修申请的修改,之前是判断sAbnormalStatusName以W开头
Showing
1 changed file
with
5 additions
and
5 deletions
src/mes/scheduledTasks/abnormalEventReporting/index.js
| ... | ... | @@ -323,11 +323,11 @@ const RightPartComponent = props => { |
| 323 | 323 | ); |
| 324 | 324 | |
| 325 | 325 | const viewConfigs = cloneDeep(viewConfigsOld); |
| 326 | - const iIndex = | |
| 327 | - viewConfigs?.findIndex(item => item.sName === "bRepairRequest") || -1; | |
| 328 | - if (iIndex !== -1 && !data[0]?.sAbnormalStatusName?.startsWith("W")) { | |
| 329 | - viewConfigs[iIndex].iTag = 1; | |
| 330 | - } | |
| 326 | + // const iIndex = | |
| 327 | + // viewConfigs?.findIndex(item => item.sName === "bRepairRequest") || -1; | |
| 328 | + // if (iIndex !== -1 && !data[0]?.sAbnormalStatusName?.startsWith("W")) { | |
| 329 | + // viewConfigs[iIndex].iTag = 1; | |
| 330 | + // } | |
| 331 | 331 | |
| 332 | 332 | const slave0SelectedRowKeys = props.slave0SelectedRowKeys || []; |
| 333 | 333 | const viewRow = slave0SelectedRowKeys.length | ... | ... |