*
lsh
2025-05-22 6c679ea7d1acdd67c7c2d4c7302b6420bd3fbcd5
src/main/webapp/views/deviceOperate/crnOperate.html
@@ -18,6 +18,8 @@
            max-height="350" style="width: 100%">
            <el-table-column property="crnNo" label="堆垛机">
            </el-table-column>
            <el-table-column property="laneNo" label="巷道号">
            </el-table-column>
            <el-table-column property="workNo" label="工作号">
            </el-table-column>
            <el-table-column property="statusType" label="模式">
@@ -73,24 +75,24 @@
                     </el-form-item>
                  </el-form>
                  <div>
                     <el-button @click="requestOperate('put')" type="primary">入库</el-button>
                     <el-button @click="requestOperate('take')" type="primary">出库</el-button>
                     <el-button @click="requestOperate('stockMove')" type="primary">库位转移</el-button>
                     <el-button @click="requestOperate('siteMove')" type="primary">站到站</el-button>
                     <el-button @click="requestOperate('taskComplete')" type="primary">任务完成</el-button>
                     <el-button @click="requestOperate('clearCommand')" type="primary">清除命令</el-button>
                     <el-button @click="requestOperate('reset')" type="primary">复位</el-button>
<!--                     <el-button @click="requestOperate('put')" type="primary">入库</el-button>-->
<!--                     <el-button @click="requestOperate('take')" type="primary">出库</el-button>-->
<!--                     <el-button @click="requestOperate('stockMove')" type="primary">库位转移</el-button>-->
<!--                     <el-button @click="requestOperate('siteMove')" type="primary">站到站</el-button>-->
<!--                     <el-button @click="requestOperate('taskComplete')" type="primary">任务完成</el-button>-->
<!--                     <el-button @click="requestOperate('clearCommand')" type="primary">清除命令</el-button>-->
<!--                     <el-button @click="requestOperate('reset')" type="primary">复位</el-button>-->
                     <br/>
                     <br/>
                     <el-button @click="requestOperate('auto')" type="warning">联机</el-button>
                     <el-button @click="requestOperate('semiAutomatic')" type="warning">半自动</el-button>
                     <el-button @click="requestOperate('hand')" type="warning">手动</el-button>
                     <el-button @click="requestOperate('onlineWrk4')" type="warning">恢复联机任务</el-button>
                     <el-button @click="requestOperate('onlineWrk3')" type="warning">清除联机任务</el-button>
                     <el-button @click="requestOperate('onlineWrk1')" type="warning">申请完成任务</el-button>
<!--                     <el-button @click="requestOperate('auto')" type="warning">联机</el-button>-->
<!--                     <el-button @click="requestOperate('semiAutomatic')" type="warning">半自动</el-button>-->
<!--                     <el-button @click="requestOperate('hand')" type="warning">手动</el-button>-->
<!--                     <el-button @click="requestOperate('onlineWrk4')" type="warning">恢复联机任务</el-button>-->
<!--                     <el-button @click="requestOperate('onlineWrk3')" type="warning">清除联机任务</el-button>-->
<!--                     <el-button @click="requestOperate('onlineWrk1')" type="warning">申请完成任务</el-button>-->
                     <br/>
                     <br/>
                     <el-button @click="requestOperate('onlineWrk2')" type="warning">申请取消任务</el-button>
<!--                     <el-button @click="requestOperate('onlineWrk2')" type="warning">申请取消任务</el-button>-->
                  </div>
               </div>
            </el-card>