main
kgdxpr 2 years ago
parent d14e43702d
commit a69c255f32

@ -40,7 +40,7 @@
</div>
<div class="layui-form-item" style="margin-bottom: 1px !important;margin-top: -8px !important;">
<label class="layui-form-label"
style="width: auto !important;font-weight: bolder;"></span>截止时间</label>
style="width: auto !important;font-weight: bolder;"></span>截止日期</label>
<div class="layui-input-block" style="margin-left: 90px !important;padding-top: 9px;"
id="sjjzrq">
</div>

@ -118,8 +118,8 @@
cols: [[
{ title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' },
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "15%" },
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "15%" },
{ title: '发布日期', unresize: true, field: 'publish_time', align: 'center', width: "15%" },
{ title: '截止日期', unresize: true, field: 'deadline_time', align: 'center', width: "15%" },
{ title: '发布对象', unresize: true, align: 'center', width: "8%", templet: '#targetType' },
{ title: '操作', unresize: true, align: 'left', width: "15%", toolbar: '#table-bar' }
]],

@ -134,8 +134,8 @@
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
{ title: '状态', unresize: true, align: 'center', width: "10%", templet: '#status-Templet' },
{ title: '填报进度', unresize: true, align: 'center', width: "10%", templet: '#fill-progress' },
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "10%" },
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "10%" },
{ title: '发布日期', unresize: true, field: 'publish_time', align: 'center', width: "10%" },
{ title: '截止日期', unresize: true, field: 'deadline_time', align: 'center', width: "10%" },
{ title: '发布对象', unresize: true, align: 'center', width: "8%", templet: '#targetType' },
{ title: '操作', unresize: true, align: 'left', width: "20%", toolbar: '#table-bar' }
]],

@ -77,7 +77,7 @@
},
success: function (result) {
if (result.success) {
layer.msg("期成功!", {
layer.msg("修改截止日期成功!", {
icon: 1,
time: 1000
}, function () {

@ -142,7 +142,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">
@ -235,8 +235,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' },
@ -423,7 +423,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

@ -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

@ -117,8 +117,8 @@
cols: [[
{ title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' },
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "15%" },
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "15%" },
{ title: '发布日期', unresize: true, field: 'publish_time', align: 'center', width: "15%" },
{ title: '截止日期', unresize: true, field: 'deadline_time', align: 'center', width: "15%" },
{ title: '发布对象', unresize: true, align: 'center', width: "8%", templet: '#targetType' },
{ title: '操作', unresize: true, align: 'center', width: "15%", toolbar: '#table-bar' }
]],

@ -117,8 +117,8 @@
cols: [[
{ title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' },
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "15%" },
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "15%" },
{ title: '发布日期', unresize: true, field: 'publish_time', align: 'center', width: "15%" },
{ title: '截止日期', unresize: true, field: 'deadline_time', align: 'center', width: "15%" },
{ title: '发布对象', unresize: true, align: 'center', width: "8%", templet: '#targetType' },
{ title: '操作', unresize: true, align: 'center', width: "15%", toolbar: '#table-bar' }
]],

Loading…
Cancel
Save