|
|
@ -466,7 +466,16 @@ |
|
|
|
{title: '流程恢复实例ID',field: 'restoreInstanceId', visible: false}, |
|
|
|
{title: '流程实例类型',field: 'instanceTypeName',visible: false}, |
|
|
|
{ title: '申请人ID',field: 'applyUser',visible: false}, |
|
|
|
|
|
|
|
{field: 'taskId',title: '当前任务ID',visible: false}, |
|
|
|
{field: 'todoUserId', title: '待办用户ID',visible: false}, |
|
|
|
{field: 'taskName',title: '当前任务名称',align: 'center', visible: false, |
|
|
|
formatter: function(value, row, index) { |
|
|
|
return '<span class="badge badge-primary">' + value + '</span>'; |
|
|
|
} |
|
|
|
}, |
|
|
|
{ title: '审核状态',field: 'auditStatus', visible: false, |
|
|
|
formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);} |
|
|
|
}, |
|
|
|
{title: '当前状态',field: 'taskStatus',align: 'center', |
|
|
|
formatter: function(value, row, index) { |
|
|
|
if(row.auditStatus!="1"&&value != "未启动"){ |
|
|
@ -483,32 +492,25 @@ |
|
|
|
return '<span style="color: red;">' + (value ? value : "-") + '</span>'; |
|
|
|
} |
|
|
|
}, |
|
|
|
{field: 'applyTime',title: '申请时间'}, |
|
|
|
{field: 'taskId',title: '当前任务ID',visible: false}, |
|
|
|
{field: 'todoUserId', title: '待办用户ID',visible: false}, |
|
|
|
{field: 'taskName',title: '当前任务名称',align: 'center', visible: false, |
|
|
|
formatter: function(value, row, index) { |
|
|
|
return '<span class="badge badge-primary">' + value + '</span>'; |
|
|
|
} |
|
|
|
}, |
|
|
|
{ title: '审核状态',field: 'auditStatus', visible: false, |
|
|
|
formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);} |
|
|
|
}, |
|
|
|
{title: '使用状态',field: 'useStatus', |
|
|
|
formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}, |
|
|
|
}, |
|
|
|
{title: '客户编号',field: 'id',visible: false }, |
|
|
|
{title: '业务员',field: 'businessMembers',visible: false}, |
|
|
|
|
|
|
|
{title: '客户ID',field: 'enterpriseCode' }, |
|
|
|
{title: '客户公司名称',field: 'enterpriseName'}, |
|
|
|
{title: '客户公司简称',field: 'customerAbbreviation'}, |
|
|
|
{title: '英文名称',field: 'englishName'}, |
|
|
|
{title: '事业部',field: 'customerPurser'}, |
|
|
|
{title: '公司地址',field: 'customerAddress'}, |
|
|
|
{title: '送货地址',field: 'deliveryAddress'}, |
|
|
|
{title: '使用状态',field: 'useStatus', |
|
|
|
formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}, |
|
|
|
}, |
|
|
|
{field: 'applyTime',title: '申请时间'}, |
|
|
|
{title: '业务员',field: 'businessMembers',visible: false}, |
|
|
|
|
|
|
|
{title: '事业部',field: 'customerPurser'}, |
|
|
|
|
|
|
|
{title: '内外销',field: 'exportSales',visible: false, |
|
|
|
formatter: function (value, row, index) {return $.table.selectDictLabel(exportSalesDatas, value);}, |
|
|
|
}, |
|
|
|
{title: '送货地址',field: 'deliveryAddress'}, |
|
|
|
|
|
|
|
{title: '邮编',field: 'postalCode',visible: false}, |
|
|
|
{title: '国家地区',field: 'customerCountry',visible: false, |
|
|
|
formatter: function (value, row, index) {return $.table.selectDictLabel(customerCountryDatas, value);}, |
|
|
|