| | |
| | | </div> |
| | | <div style="display:flex;justify-content: space-around;width: 95%;margin: 0 auto;"> |
| | | <el-button type="primary" @click="showform(1)" :disabled="SoftEmergencyStopState" |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''"> |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;"> |
| | | {{ $t('Import order') }}</el-button> |
| | | |
| | | <el-button type="primary" @click="showform(2)" :disabled="SoftEmergencyStopState" |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''"> |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;"> |
| | | {{ $t('Measure') }}</el-button> |
| | | |
| | | <el-button type="primary" @click="showform(3)" :disabled="SoftEmergencyStopState" |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''"> |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;"> |
| | | {{ $t('StorageCage') }}</el-button> |
| | | <el-button type="primary" @click="showform(4)" :disabled="SoftEmergencyStopState" |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''"> |
| | | :class="SoftEmergencyStopState == true ? 'hide' : ''" style="z-index: 999;"> |
| | | {{ $t('Task queue') }}</el-button> |
| | | </div> |
| | | <div style="display: flex;align-items: center;"> |