40 lines
1.6 KiB
HTML
40 lines
1.6 KiB
HTML
<!-- 复制看板 -->
|
|
<div class="copy-box">
|
|
<div class="copy-top">
|
|
<p>复制看板</p>
|
|
<!-- <img src="./static/img/cha.png" class="copy-cha"/> -->
|
|
</div>
|
|
<input id="copyid" 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="copy-tab-box">
|
|
<div class="copy-title">添加至</div>
|
|
<div class="copy-tab">
|
|
<div class="tabdata" id='copykanban' >我的看板</div>
|
|
<div id='copykongjian' >项目空间</div>
|
|
</div>
|
|
</div>
|
|
<div class="copy-txt-box" style="position: fixed; width: 260px;">
|
|
<input type="text" class="justAnotherInputBox1" id="copyjustAnotherInputBox1" placeholder=""/>
|
|
<input type="text" class="justAnotherInputBox2" id="copyjustAnotherInputBox2" placeholder=""/>
|
|
</div> -->
|
|
<div class="copy-tishi"> <img src="./static/img/capytishi.png"/> 该复制是项目之间复制报表内容 </div>
|
|
<div class="copy-but-box">
|
|
<!-- <div class="copy-qx">取消</div> -->
|
|
<div class="copy-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>
|
|
|