|
|
|
@ -143,7 +143,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
{{# if(d.publish_state === 1){ }}
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" title="延期" lay-event="postpone">
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" title="修改截止日期" lay-event="postpone">
|
|
|
|
|
<i class="iconfont icon-delay_completed"></i>
|
|
|
|
|
</button>
|
|
|
|
|
<button type="button" class="layui-btn layui-btn-sm" title="复制" lay-event="copy">
|
|
|
|
@ -236,8 +236,8 @@
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', unresize: true, align: 'center', width: "3%", type: 'numbers' },
|
|
|
|
|
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
|
|
|
|
|
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "6%" },
|
|
|
|
|
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "6%" },
|
|
|
|
|
{ title: '发布日期', unresize: true, field: 'publish_time', align: 'center', width: "6%" },
|
|
|
|
|
{ title: '截止日期', unresize: true, field: 'deadline_time', align: 'center', width: "6%" },
|
|
|
|
|
{ title: '填报进度', unresize: true, align: 'center', width: "6%", templet: '#fill-progress' },
|
|
|
|
|
// { title: '转发进度', unresize: true, align: 'center', width: "6%", templet: '#forward-progress' },
|
|
|
|
|
{ title: '发布对象', unresize: true, align: 'center', width: "8%", templet: '#targetType' },
|
|
|
|
@ -414,7 +414,7 @@
|
|
|
|
|
window.postpone = function (obj) {
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '延长截止时间',
|
|
|
|
|
title: '修改截止日期',
|
|
|
|
|
shade: 0.1,
|
|
|
|
|
area: ['450px', '400px'],
|
|
|
|
|
content: './postpone.html?job_id=' + obj.data.job_id
|
|
|
|
|