|  |  | 
 |  |  |                      </el-form-item> | 
 |  |  |                   </el-form> | 
 |  |  |                   <div> | 
 |  |  |                      <el-button @click="requestOperate('update')" type="primary">更新</el-button> | 
 |  |  |                      <el-button @click="requestOperate('update')" type="primary">更新站点信息</el-button> | 
 |  |  | <!--                     <el-button @click="requestOperate('in')" type="warning">放货完成</el-button>--> | 
 |  |  |                   </div> | 
 |  |  |                   <div style="margin-top: 10px"> | 
 |  |  |                      <el-button @click="requestOperate('pakMk')" type="warning">入库标记复位</el-button> | 
 |  |  |                      <el-button @click="requestOperate('pakMkRun')" type="warning">退库标记复位</el-button> | 
 |  |  |                      <el-button @click="requestOperate('pakMkTask')" type="warning">小车任务下发标记复位</el-button> | 
 |  |  |                      <el-button @click="requestOperate('pakMkWalk')" type="warning">WMS任务下发标记复位</el-button> | 
 |  |  | <!--                     <el-button @click="requestOperate('in')" type="warning">放货完成</el-button>--> | 
 |  |  |                   </div> | 
 |  |  |                </div> | 
 |  |  |             </el-card> | 
 |  |  | 
 |  |  |                         <el-descriptions-item label="工作号"> | 
 |  |  |                            {{ tableData[currentIndex].workNo }} | 
 |  |  |                         </el-descriptions-item> | 
 |  |  |                         <el-descriptions-item label="自动">{{ tableData[currentIndex].autoing }} | 
 |  |  |                         <el-descriptions-item label="自动"> | 
 |  |  |                            <el-tag>{{ tableData[currentIndex].autoing }}</el-tag> | 
 |  |  |                         </el-descriptions-item> | 
 |  |  |                         <el-descriptions-item label="有物">{{ tableData[currentIndex].loading }} | 
 |  |  |                         <el-descriptions-item label="有物"> | 
 |  |  |                            <el-tag>{{ tableData[currentIndex].loading }}</el-tag> | 
 |  |  |                         </el-descriptions-item> | 
 |  |  |                         <el-descriptions-item label="可入">{{ tableData[currentIndex].inEnable }} | 
 |  |  |                         <el-descriptions-item label="可入"> | 
 |  |  |                            <el-tag>{{ tableData[currentIndex].inEnable }}</el-tag> | 
 |  |  |                         </el-descriptions-item> | 
 |  |  |                         <el-descriptions-item label="可出">{{ tableData[currentIndex].outEnable }} | 
 |  |  |                         <el-descriptions-item label="可出"> | 
 |  |  |                            <el-tag>{{ tableData[currentIndex].outEnable }}</el-tag> | 
 |  |  |                         </el-descriptions-item> | 
 |  |  |                         <el-descriptions-item label="空板信号">{{ tableData[currentIndex].emptyMk }} | 
 |  |  |                         <el-descriptions-item label="空板信号"> | 
 |  |  |                            <el-tag>{{ tableData[currentIndex].emptyMk }}</el-tag> | 
 |  |  |                         </el-descriptions-item> | 
 |  |  |                         <el-descriptions-item label="目标站">{{ tableData[currentIndex].staNo }} | 
 |  |  |                         </el-descriptions-item> |