|
|
|
@ -58,16 +58,16 @@
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
{{# if(d.jiezhi == false){ }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" lay-event="report" style="font-size: 12px !important;">
|
|
|
|
|
<button type="button" class="pear-btn pear-btn-primary pear-btn-sm" lay-event="report" style="font-size: 12px !important;">
|
|
|
|
|
<i class="iconfont icon-tianbao"></i> 填报
|
|
|
|
|
</button>
|
|
|
|
|
{{# } }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" lay-event="view" style="font-size: 12px !important;">
|
|
|
|
|
<button type="button" class="pear-btn pear-btn-primary pear-btn-sm" lay-event="view" style="font-size: 12px !important;">
|
|
|
|
|
<i class="iconfont icon-chakan"></i> 查看
|
|
|
|
|
</button>
|
|
|
|
|
{{# if(d.is_finish === 1){ }}
|
|
|
|
|
{{# if(d.job_type === 2){ }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" lay-event="download" style="font-size: 12px !important;">
|
|
|
|
|
<button type="button" class="pear-btn pear-btn-primary pear-btn-sm" lay-event="download" style="font-size: 12px !important;">
|
|
|
|
|
<i class="iconfont icon-xiazai"></i> 下载
|
|
|
|
|
</button>
|
|
|
|
|
{{# } }}
|
|
|
|
|