#
1
2025-05-14 dcdfc93b50febf61301832d91dfcddcfa1ca5403
src/main/webapp/views/taskWrk/taskWrk.html
@@ -55,7 +55,7 @@
                                <!--                              <el-dropdown-item command="showCommand">查看指令</el-dropdown-item>-->
                                <el-dropdown-item command="returnWorkingCondition">重新给堆垛机下发任务</el-dropdown-item>
                                <el-dropdown-item command="changeCommand">修改</el-dropdown-item>
                                <el-dropdown-item command="assign">派发</el-dropdown-item>
                                <el-dropdown-item command="assign">跳转到输送线下发完成</el-dropdown-item>
                                <el-dropdown-item command="complete">完结</el-dropdown-item>
                                <el-dropdown-item command="cancel">取消</el-dropdown-item>
                                <el-dropdown-item command="delete">删除无需上报</el-dropdown-item>
@@ -262,7 +262,7 @@
                //派发任务
                let that = this
                $.ajax({
                    url: baseUrl + "/taskWrk/distribute/auth",
                    url: baseUrl + "/taskWrk/assign/auth",
                    headers: {
                        'token': localStorage.getItem('token')
                    },