mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystemFrontend.git
synced 2025-10-28 07:35:04 +08:00
41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
<!-- @extend ../part/wrap/head.part.html -->查询(全部)<!-- @endextend -->
|
|
|
|
<!-- @include ../part/common_js_loader.part.html -->
|
|
<script>
|
|
//加载基本函数库,并且验证微信
|
|
window.allowDesktop = {};
|
|
NMJsLoader('../cdn/functions.js', 'functions');
|
|
</script>
|
|
|
|
<!-- @include ../part/common_head_style.part.html -->
|
|
<!--加载lytable样式表-->
|
|
<link rel="stylesheet" id="style_lytable" href="../cdn/lytable.min.css?<!-- @echo TIME-->"></link>
|
|
<!--<script>NMLoadCSS(document.getElementById(style_lytable),'../cdn/lytable.min.css','lytable');</script>-->
|
|
|
|
<!-- @extend ../part/wrap/headbody_man.part.html -->
|
|
<!--Body最开头的内容-->
|
|
<!-- @include part/lists/toast_loading.part.html -->
|
|
<!-- @include part/lists/dlg_browser_history.part.html -->
|
|
<!-- @include part/lists/dlg_operation.part.html -->
|
|
<!-- @include part/lists/dlg_query.part.html -->
|
|
<!-- @endextend -->
|
|
|
|
<!-- @extend ../part/wrap/body_head.part.html --><span id="text_title">报修记录</span><!-- @endextend -->
|
|
<!-- @extend ../part/wrap/body_desc.part.html --><span id="text_brief">全部未修记录</span><!-- @endextend -->
|
|
|
|
<!-- 表单开始 -->
|
|
<input type="hidden" id="token" value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" />
|
|
|
|
<!-- @include part/lists/body.part.html -->
|
|
|
|
<!-- @extend ../part/wrap/tail.part.html -->
|
|
<script>
|
|
window.NMLazyJs = [
|
|
['zepto', '../cdn/zepto.min.js'],
|
|
['userfield', '../cdn/userfield.js'],
|
|
['lytable','../cdn/lyTableAll.min.js'],
|
|
['man_lists','js/lists.js'],
|
|
];
|
|
</script>
|
|
<!-- @include ../part/man_tail_script.part.html -->
|
|
<!-- @endextend --> |