bug677
This commit is contained in:
parent
eacebad446
commit
c2eca625fb
|
@ -1227,6 +1227,7 @@ export default class combiningAdd extends React.Component {
|
|||
format: "HH:mm:ss",
|
||||
defaultTime: [moment().format("HH:mm:ss"), "23:59:59"]
|
||||
}}
|
||||
disabled={this.state.isState === 2}
|
||||
value={this.state.codeInfo.period_fixed_receive_time}
|
||||
onChange={(value) => {
|
||||
this.handleChange(value, "period_fixed_receive_time")
|
||||
|
|
|
@ -1184,6 +1184,7 @@ export default class exchangeAdd extends React.Component {
|
|||
format: "HH:mm:ss",
|
||||
defaultTime: [moment().format("HH:mm:ss"), "23:59:59"]
|
||||
}}
|
||||
disabled={this.state.isState == 2}
|
||||
value={this.state.codeInfo.period_fixed_receive_time}
|
||||
onChange={(value) => {
|
||||
this.handleChange(value, "period_fixed_receive_time")
|
||||
|
|
Loading…
Reference in New Issue