Commit c01d7cef82be8ffddf73cc35914aceb2b2a4a6f9
1 parent
2387ce33
调机按钮匹配状态对调
Showing
1 changed file
with
2 additions
and
2 deletions
src/mes/productionExec/productionExecMain/index.js
| @@ -575,7 +575,7 @@ const ProductionExecContentByType = props => { | @@ -575,7 +575,7 @@ const ProductionExecContentByType = props => { | ||
| 575 | 575 | ||
| 576 | const showValue = { | 576 | const showValue = { |
| 577 | stop: { | 577 | stop: { |
| 578 | - showName: "调机开始", | 578 | + showName: "调机结束", |
| 579 | onClick: config => | 579 | onClick: config => |
| 580 | operationFetch(props, config, undefined, () => { | 580 | operationFetch(props, config, undefined, () => { |
| 581 | props.onSaveState({ | 581 | props.onSaveState({ |
| @@ -585,7 +585,7 @@ const ProductionExecContentByType = props => { | @@ -585,7 +585,7 @@ const ProductionExecContentByType = props => { | ||
| 585 | }) | 585 | }) |
| 586 | }, | 586 | }, |
| 587 | again: { | 587 | again: { |
| 588 | - showName: "调机结束", | 588 | + showName: "调机开始", |
| 589 | onClick: config => | 589 | onClick: config => |
| 590 | operationFetch(props, config, "again", () => { | 590 | operationFetch(props, config, "again", () => { |
| 591 | props.onSaveState({ | 591 | props.onSaveState({ |