|
|
|
@ -60,9 +60,11 @@
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
|
|
|
|
|
{{# if(d.is_finish === 1){ }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" title="填报" lay-event="view" style="font-size: 12px !important;">
|
|
|
|
|
<i class="iconfont icon-chakan"></i> 查看
|
|
|
|
|
</button>
|
|
|
|
|
{{# if(d.target_type_id === 1){ }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" title="填报" lay-event="view" style="font-size: 12px !important;">
|
|
|
|
|
<i class="iconfont icon-chakan"></i> 查看
|
|
|
|
|
</button>
|
|
|
|
|
{{# } }}
|
|
|
|
|
{{# if(d.job_type === 2){ }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" title="填报" lay-event="download" style="font-size: 12px !important;">
|
|
|
|
|
<i class="iconfont icon-xiazai"></i> 下载
|
|
|
|
@ -123,7 +125,7 @@
|
|
|
|
|
{ title: '联系人', field: 'person_name', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '电话', field: 'telephone', align: 'center', width: "10%" },
|
|
|
|
|
{ title: '邮箱', field: 'email', align: 'center', width: "10%" },
|
|
|
|
|
// { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
|
|
|
|
|
{ title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|
defaultToolbar: [],
|
|
|
|
@ -155,7 +157,7 @@
|
|
|
|
|
title: '查看',
|
|
|
|
|
offset: 'r',
|
|
|
|
|
anim: 'slideLeft',
|
|
|
|
|
area: ['1000px', '100%'],
|
|
|
|
|
area: ['860px', '100%'],
|
|
|
|
|
shade: 0.1,
|
|
|
|
|
shadeClose: true,
|
|
|
|
|
content: "../form/view_bureau.html?job_id=" + obj.data.job_id + "&target_id=" + obj.data.target_id
|
|
|
|
|