39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
<!-- 复制报表 -->
|
|
<div class="copyreport-box">
|
|
<div class="yidong-top">
|
|
<p>复制报表</p>
|
|
<!-- <img src="./static/img/cha.png" class="yidong-cha"/> -->
|
|
</div>
|
|
<input id="yidongid" style="display: none;">
|
|
|
|
<div class="copy-name-box">
|
|
<div class="copy-title">项目名称</div>
|
|
<!-- <input type="text" class="copyname-txt" id="copyname-txt"/> -->
|
|
<form class="layui-form" action="" lay-filter="projectlistexample">
|
|
<select name="project" lay-verify="required" class="project-list-box" lay-filter="projectlist">
|
|
|
|
</select>
|
|
</form>
|
|
</div>
|
|
|
|
<!-- <div class="yidong-tab-box">
|
|
<div class="yidong-tab">
|
|
<div class="tabdata" id='yidongkanban' >我的看板</div>
|
|
<div id='yidongkongjian'>项目空间</div>
|
|
</div>
|
|
</div>
|
|
<div class="yidong-txt-box">
|
|
<input type="text" class="justAnotherInputBox1" id="yidongjustAnotherInputBox1" placeholder=""/>
|
|
<input type="text" class="justAnotherInputBox2" id="yidongjustAnotherInputBox2" placeholder=""/>
|
|
</div> -->
|
|
<div class="yidong-but-box" style="margin:40px 28px 0 28px;">
|
|
<!-- <div class="yidong-qx" >取消</div> -->
|
|
<div class="yidong-qd" >确定</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script id="project-list-box-dot" type="text/html">
|
|
{{# layui.each(d, function(index, item){ }}
|
|
<option value="{{item._id}}">{{item.name}}</option>
|
|
{{# }); }}
|
|
</script> |