Junjie
9 小时以前 b6fdee9da53afedd0c03b3ec29284360d54b1290
src/main/webapp/views/forklift.html
@@ -36,6 +36,7 @@
                        <th>放货数据</th>
                        <th>出入库模式</th>
                        <th>故障码</th>
                        <th>层</th>
                    </tr>
                    </thead>
                    <tbody>
@@ -51,7 +52,6 @@
                    <th>提升机</th>
                    <th>工作号</th>
                    <th>站点信息</th>
                    <th>作业标记</th>
                </tr>
                </thead>
                <tbody>
@@ -92,7 +92,8 @@
                        </div>
                        <button class="item" onclick="liftOperator(1)">小车换层</button>
                        <button class="item" onclick="liftOperator(2)">移动托盘</button>
                        <button class="item" onclick="liftOperator(3)">任务确认</button>
                        <button class="item" onclick="liftOperator(3)">移动</button>
                        <button class="item" onclick="liftOperator(4)">任务确认</button>
                        <button class="item" onclick="liftOperator(0)">复位</button>
                    </div>
                </fieldset>
@@ -116,12 +117,6 @@
                    <label class="form-label">工作号:</label>
                    <div class="form-input">
                        <input id="workNo" name="workNo" type="number" class="layui-input" lay-verify="number" autocomplete="off">
                    </div>
                </div>
                <div class="form-item">
                    <label class="form-label">作业标记:</label>
                    <div class="form-input">
                        <input id="pakMk" name="pakMk" type="text" class="layui-input" autocomplete="off">
                    </div>
                </div>
                <div class="form-item form-button-container">
@@ -178,8 +173,6 @@
        http.post(baseUrl+ "/forkLift/detl/update", {
            liftNo: $('#liftNo').val(),
            workNo: $('#workNo').val(),
            pakMk: $('#pakMk').val(),
            token: $('#token').val(),
        }, function (res) {
            layer.msg("修改成功", {icon: 1,});
            layer.close(layerDetl);
@@ -245,7 +238,8 @@
                        setVal(tr.children("td").eq(6), table[i-1].pick);
                        setVal(tr.children("td").eq(7), table[i-1].put);
                        setVal(tr.children("td").eq(8), table[i-1].iOMode$);
                        setVal(tr.children("td").eq(9), table[i-1].errorCode);
                        setVal(tr.children("td").eq(9), table[i-1].errorCode$);
                        setVal(tr.children("td").eq(10), table[i-1].lev);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
@@ -282,7 +276,6 @@
                        setVal(tr.children("td").eq(0), table[i-1].liftNo);
                        setVal(tr.children("td").eq(1), table[i-1].workNo);
                        setVal(tr.children("td").eq(2), staDiv);
                        setVal(tr.children("td").eq(3), table[i-1].pakMk);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";