Commit 02b4a14bf51c2629e1ec6fc28c322e82786e5ff1
1 parent
112c3fce
1.去掉设备设置中plc编号限制
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/Common/CommonView/index.js
| ... | ... | @@ -378,9 +378,9 @@ export default class CommonView extends Component { |
| 378 | 378 | enabledNew = true; |
| 379 | 379 | } |
| 380 | 380 | // 设备信息页面修改MES系统PLC编号,控制是否输入 |
| 381 | - if (sModelsType === 'element/machineInfo' && child.sName === 'iPlcNo') { | |
| 382 | - enabledNew = isEnabledPlcNo; | |
| 383 | - } | |
| 381 | + // if (sModelsType === 'element/machineInfo' && child.sName === 'iPlcNo') { | |
| 382 | + // enabledNew = isEnabledPlcNo; | |
| 383 | + // } | |
| 384 | 384 | |
| 385 | 385 | /* 红冲中的单据 不可修改 */ |
| 386 | 386 | if (commonUtils.isNotEmptyObject(masterData) && ((commonUtils.isNotEmptyObject(masterData.sMinusSrcId)) || commonUtils.isNotEmptyObject(masterData.sMinusUsed))) { | ... | ... |