zyx
2024-01-31 ca8f5a8f133e7f5b00b9d35ff6d15720804569af
src/main/webapp/views/taskWrk/taskWrk.html
@@ -83,7 +83,7 @@
                  </el-table-column>
                  <el-table-column property="crnNo" label="堆垛机号">
                  </el-table-column>
                  <el-table-column property="memo" label="备注">
                  <el-table-column property="ioPri" label="优先级">
                  </el-table-column>
               </el-table>
@@ -277,7 +277,7 @@
                  });
               },
               completeWrk(row){
                  //派发任务
                  //完成任务
                  let that = this
                  $.ajax({
                     url: baseUrl + "/taskWrk/complete/auth",