This commit is contained in:
zhangguoping 2024-10-28 14:49:15 +08:00
parent eacebad446
commit c2eca625fb
2 changed files with 2 additions and 0 deletions

View File

@ -1227,6 +1227,7 @@ export default class combiningAdd extends React.Component {
format: "HH:mm:ss", format: "HH:mm:ss",
defaultTime: [moment().format("HH:mm:ss"), "23:59:59"] defaultTime: [moment().format("HH:mm:ss"), "23:59:59"]
}} }}
disabled={this.state.isState === 2}
value={this.state.codeInfo.period_fixed_receive_time} value={this.state.codeInfo.period_fixed_receive_time}
onChange={(value) => { onChange={(value) => {
this.handleChange(value, "period_fixed_receive_time") this.handleChange(value, "period_fixed_receive_time")

View File

@ -1184,6 +1184,7 @@ export default class exchangeAdd extends React.Component {
format: "HH:mm:ss", format: "HH:mm:ss",
defaultTime: [moment().format("HH:mm:ss"), "23:59:59"] defaultTime: [moment().format("HH:mm:ss"), "23:59:59"]
}} }}
disabled={this.state.isState == 2}
value={this.state.codeInfo.period_fixed_receive_time} value={this.state.codeInfo.period_fixed_receive_time}
onChange={(value) => { onChange={(value) => {
this.handleChange(value, "period_fixed_receive_time") this.handleChange(value, "period_fixed_receive_time")