#
lsh
2024-04-09 c7bcef9d03f58c984d475932710c247ee778d95b
src/main/webapp/views/taskWrk/taskWrk.html
@@ -83,6 +83,8 @@
                  </el-table-column>
                  <el-table-column property="crnNo" label="堆垛机号">
                  </el-table-column>
                  <el-table-column property="ioPri" label="优先级">
                  </el-table-column>
               </el-table>
               <div style="margin-top: 10px;">
@@ -275,7 +277,7 @@
                  });
               },
               completeWrk(row){
                  //派发任务
                  //完成任务
                  let that = this
                  $.ajax({
                     url: baseUrl + "/taskWrk/complete/auth",