*
L
2025-07-15 e89d0cdf971ecb56d4d323f17afff2e3e139a58d
src/main/webapp/static/wms/js/crnOperate/crnOperate.js
@@ -105,6 +105,13 @@
    });
}
// 任务完成
function taskCompleteClearCommand() {
    http.post(baseUrl+"/crn/operator/taskCompleteClearCommand", getReqParam(), function (res) {
        layer.msg(res.msg);
    });
}
// 清除命令
function clearCommand() {
    http.post(baseUrl+"/crn/operator/clearCommand", getReqParam(), function (res) {