yusijie
2024-07-08 8ca594cbf70df845912ebad4d458aae121e741cc
WebTM/views/É豸¹ÜÀí/Sb_EquipMaintainBill_PDA.html
@@ -113,6 +113,13 @@
                                                <input type="datetime" name="HEndDate" class="layui-input LineHeight" id="HEndDate" placeholder="请选择日期" style="border-radius: 50px;">
                                            </td>
                                        </tr>
                                        <tr>
                                            <th>最终结论</th>
                                            <td class="bz_td">
                                                <input type="radio" name="HLastResult" value="OK" title="OK" checked="">
                                                <input type="radio" name="HLastResult" value="NG" title="NG">
                                            </td>
                                        </tr>
                                        <tr style="display:none;">
                                            <th>数&ensp;&ensp;&ensp;&ensp;量</th>
                                            <td class="bz_td">
@@ -419,7 +426,7 @@
            //退出-关闭页面方法
            $('#Cancel').on('click', function () {
                layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                    parent.location.href = "../../../views/index_Mobile.html";
                    parent.location.href = "../../views/index_Mobile.html";
                });
            })
@@ -497,7 +504,7 @@
            //#region é€€å‡ºæŒ‰é’®
            form.on('submit(Cancel)', function () {
                layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                    parent.location.href = "../../../views/index_Mobile.html";
                    parent.location.href = "../../views/index_Mobile.html";
                });
            })
            //#endregion