Upload Source Code

This commit is contained in:
Jay
2021-09-11 14:48:55 +08:00
parent a38536f964
commit 08fc06ebe6
98 changed files with 6291 additions and 0 deletions

41
src/man/lists.html Normal file
View File

@@ -0,0 +1,41 @@
<!-- @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 -->