| | |
| | | <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>æ°    é</th> |
| | | <td class="bz_td"> |
| | |
| | | //éåº-å
³é页颿¹æ³ |
| | | $('#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"; |
| | | }); |
| | | }) |
| | | |
| | |
| | | //#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 |