main
kgdxpr 1 year ago
parent 7ef73d9611
commit db0138863b

@ -318,7 +318,7 @@
window.forward_progress_xiaji = function (job_id, total_count, finish_count, job_type) {
layer.open({
type: 2,
title: '填报进度( <span style="color: #16BAAA;font-weight: bolder;">填报 ' + finish_count + '</span> / 应填报 ' + total_count + ' ',
title: '提交进度( <span style="color: #16BAAA;font-weight: bolder;">提交 ' + finish_count + '</span> / 应提交 ' + total_count + ' ',
shadeClose: true,
shade: false,
maxmin: false,

@ -125,8 +125,8 @@
cols: [[
{ title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' },
{ title: '单位名称', unresize: true, field: 'target_name', align: 'center' },
{ title: '完成状态', unresize: true, align: 'center', width: "10%", templet: '#status-Templet' },
{ title: '完成时间', unresize: true, field: 'forward_finish_time', align: 'center', width: "10%" },
{ title: '提交状态', unresize: true, align: 'center', width: "10%", templet: '#status-Templet' },
{ title: '完成时间', unresize: true, field: 'forward_finish_time', align: 'center', width: "15%" },
// { title: '完成进度', unresize: true, align: 'center', width: "8%", templet: '#progress-Templet' },
{ title: '联系人', unresize: true, field: 'person_name', align: 'center', width: "10%" },
{ title: '电话', unresize: true, field: 'telephone', align: 'center', width: "10%" },

Loading…
Cancel
Save