Commit c0d1cd9dcfcf96d8acf3542511df05145342331e

Authored by Min
1 parent 6675b7b5

1.放开是否生成维修申请的修改,之前是判断sAbnormalStatusName以W开头

src/mes/common/RunningStatus/index.js
... ... @@ -477,11 +477,11 @@ const RunningStatusModal = _props => {
477 477  
478 478 const viewConfigs = cloneDeep(viewConfigsOld);
479 479  
480   - const iIndex1 =
481   - viewConfigs?.findIndex(item => item.sName === "bRepairRequest") || -1;
482   - if (iIndex1 !== -1 && !slave2Data[0]?.sAbnormalStatusName?.startsWith("W")) {
483   - viewConfigs[iIndex1].iTag = 1;
484   - }
  480 + // const iIndex1 =
  481 + // viewConfigs?.findIndex(item => item.sName === "bRepairRequest") || -1;
  482 + // if (iIndex1 !== -1 && !slave2Data[0]?.sAbnormalStatusName?.startsWith("W")) {
  483 + // viewConfigs[iIndex1].iTag = 1;
  484 + // }
485 485  
486 486 const viewProps = {
487 487 ...props,
... ...