| | |
| | | <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> |
| | | <link rel="stylesheet" href="../../static/css/admin.css?v=318" media="all"> |
| | | <link rel="stylesheet" href="../../static/css/cool.css" media="all"> |
| | | <style> |
| | | /* AGV任务管理-工作状态多选:选中后高亮 */ |
| | | .task-wrksts-cb-wrap .task-wrksts-cb-label:has(input:checked) { |
| | | color: #1890ff; |
| | | font-weight: 500; |
| | | background-color: #e6f7ff; |
| | | border-radius: 4px; |
| | | padding: 2px 6px; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | |
| | |
| | | <input class="layui-input" type="text" name="id" placeholder="编号" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline cool-auto-complete" id="taskWrkStsWrap"> |
| | | <input id="wrkSts" class="layui-input" name="wrk_sts" type="text" placeholder="请输入" autocomplete="off" style="display: none"> |
| | | <input id="wrkSts$" class="layui-input cool-auto-complete-div" type="text" placeholder="工作状态" readonly onfocus="this.blur()"> |
| | | <div class="cool-auto-complete-window" id="taskWrkStsWindow" style="display: none;"> |
| | | <div style="padding: 6px 8px 0; color: #999; font-size: 12px;">可多选,直接点击勾选</div> |
| | | <div id="taskWrkStsCheckboxWrap" class="task-wrksts-cb-wrap" style="padding: 8px; max-height: 200px; overflow-y: auto;"></div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width: 300px"> |
| | | <div class="layui-input-inline"> |
| | | <input class="layui-input layui-laydate-range" name="create_time" type="text" |
| | | <input class="layui-input layui-laydate-range" name="appe_time" type="text" |
| | | placeholder="起始时间 - 终止时间" autocomplete="off" style="width: 300px"> |
| | | </div> |
| | | </div> |
| | |
| | | </button> |
| | | </div> |
| | | </div> |
| | | <!-- 呼叫AGV区域 - 暂时注释掉 --> |
| | | <!-- |
| | | <div class="layui-form-item" style="margin-top: 10px; padding: 10px; background-color: #f5f5f5; border-radius: 4px;"> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="width: 80px;">呼叫AGV:</label> |
| | | <div class="layui-input-inline" style="width: 120px;"> |
| | | <select id="callAgvType" lay-filter="callAgvType"> |
| | | <option value="manual">手动输入</option> |
| | | <option value="outbound">起点+出库</option> |
| | | <option value="inbound">起点+入库</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline" style="width: 150px;"> |
| | | <input class="layui-input" type="text" id="callAgvOrgSite" placeholder="源站点" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" id="callAgvTarSiteGroup"> |
| | | <div class="layui-input-inline" style="width: 150px;"> |
| | | <input class="layui-input" type="text" id="callAgvTarSite" placeholder="目标站点" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" id="callAgvTarLocGroup" style="display: none;"> |
| | | <div class="layui-input-inline" style="width: 150px;"> |
| | | <input class="layui-input" type="text" id="callAgvTarLoc" placeholder="目标库位" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline" style="width: 150px;"> |
| | | <input class="layui-input" type="text" id="callAgvBarcode" placeholder="托盘码" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline">  |
| | | <button class="layui-btn layui-btn-normal" id="callAgvBtn"> |
| | | <i class="layui-icon"></i>呼叫AGV |
| | | </button> |
| | | </div> |
| | | </div> |
| | | --> |
| | | </div> |
| | | <table class="layui-hide" id="task" lay-filter="task"></table> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <script type="text/html" id="toolbar"> |
| | | <div class="layui-btn-container"> |
| | | <button class="layui-btn layui-btn-primary layui-btn-sm" lay-event="exportData"><i class="layui-icon"></i>导出</button> |
| | | </div> |
| | | </script> |
| | | |
| | | <script type="text/html" id="operate"> |
| | | {{#if (d.preHave === 'Y' && d.wrkSts === 3) { }} |
| | |
| | | <a class="layui-btn layui-btn-xs btn-detlShow" lay-event="detlShow">明细</a> |
| | | <a class="layui-btn layui-btn-danger layui-btn-xs btn-complete" lay-event="complete">完成</a> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs btn-cancel" lay-event="cancel">取消</a> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs btn-delete" lay-event="delete">删除</a> |
| | | {{#if (d.ioType === 103) { }} |
| | | <a class="layui-btn layui-btn-warm layui-btn-xs btn-pick" lay-event="pick">拣</a> |
| | | {{# } }} |
| | | {{#if (d.ioType === 107) { }} |
| | | <a class="layui-btn layui-btn-warm layui-btn-xs btn-pick" lay-event="pick">盘</a> |
| | | {{# } }} |
| | | {{#if (d.taskType === 'agv') { }} |
| | | <a class="layui-btn layui-btn-normal layui-btn-xs btn-callAgv" lay-event="callAgv">呼叫AGV</a> |
| | | {{# } }} |
| | | </script> |
| | | |